Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configurare Horde
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sun Jan 21, 2007 1:54 pm    Post subject: Configurare Horde Reply with quote

Mi sto incartando sulla configurazione di horde per la gestione di una webmail. Sono riuscito in quache modo a configurare una verione base del modulo imp ed ottenere la webmail, ma il backend horde continua a darmi un mucchio di errori perche' manca di configurazione. In particolare dopo aver cercato tra variee guide ed aver scoperto che nessuna copre la versione che sto utilizzando io

Code:
* www-apps/horde      Installed:           3.1.3
* www-apps/horde-imp      Installed:           4.1.3


mi sto cimentando nella configurazione via pannello di amministrazione web (Che ad esempio non mi chiede neanche una password di login, chiunque puo' amministrare ...) senza molto successo. Il primo scoglio che non riesco a superare e' il fatto che quando gli dico "creami la configurazione" mi dice che devo selezionare per forza un "preferences driver" con questa notifica:

horde wrote:

What preferences driver should we use?
This field is required.


e mi da queste possibilita':
Code:

SQL Database
LDAP
PHP Sessions
Kolab (LDAP)
IMSP Server


Io non vorrei utilizzare nessun supporto sql in quanto le email che devo gestire sono 2, 3, 4 al massimo, e tuttavia ho provato un po' tutte le configurazioni. Tutte tranne php sessions mi dicono che giustamente manca il supporto sql, ldap o chi per esso, e se metto php session il sistema carica qualcosa all'infinito e horde non e' piu' raggiungibile.

Qualcuno sa in che modo mi devo muovere?

Federico
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Sun Jan 21, 2007 2:53 pm    Post subject: Reply with quote

Per prima cosa dai:
Code:
webapp-config -I -h $nomevirtualhost -d $sottodirperhorde horde $versione

Come indicato alla fine del merge.

Poi
Code:
cd /var/www/$virtualhost/htdocs/$sottodirperhorde/config/
Code:
for f in *.dist; do cp $f `basename $f .dist`; done


Fatto questo dovresti riuscire ad usare l'interfaccia web, per cambiare l'accesso devi impostare un utente come amministratore e cancellare le righe relative al default user.
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sun Jan 21, 2007 2:59 pm    Post subject: Reply with quote

Sono riuscito a capire che il mio sistema di gestione se non intendo utilizzare database e' il "php sessions" il quale pero' non funzionava se mettevo dal mio client l'host "server" ma funziona alla grande se metto l'indirizzo ip della macchina (server e' un host per l'ip del mio server). Questa e' ancora da capire, anche perche' avro' necessita' di fare del routing sull'applicazione e la cosa mi lascia un poco perplesso. In aggiunta sono riuscito a far funzionare l'autenticazione mettendo che le password le gestisce l'applicazione imp e il superuser per horde e' root.
Grazie per il consiglio, se avete altre dritte sarei felice di ascoltarle perche' mi pare ci sia ancora molto lavoro da fare!
Fede
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sun Jan 21, 2007 3:22 pm    Post subject: Reply with quote

Ulteriore problema:
Quando sono loggato in horde imp come utente e configuro la mia interfaccia, quando salvo ottengo sempre "le impostazioni sono state salvate per la durata di questa sessione" e quando mi sloggo tutto torna al default. Come faccio a dirgli che se le deve ricordare?? :(
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sun Jan 21, 2007 3:58 pm    Post subject: Reply with quote

Dal manuale di horde:
Quote:

#

A preferences container.

Horde applications can store user preferences in an SQL database, an LDAP directory, an IMSP server, a Kolab server, or in PHP sessions.

For SQL database preferences storage, Horde is thoroughly tested on MySQL (--with-mysql) and PostgreSQL (--with-pgsql) and has been reported to work with Oracle (--with-oci8) and SQL Server (--with-mssql). It may also work with any other database supported by PEAR, but they are untested.

Preferences can also be stored via LDAP (--with-ldap), Kolab (--with-ldap), and IMSP.

Alternatively, preferences can be stored in PHP sessions, which requires no external programs or configure options, but which will not maintain preferences between sessions.

While the LDAP, database, Kolab, or IMSP server need not be running on the machine onto which you are installing Horde, the appropriate client libraries to access the server must be available locally.

If a preference container is not configured, no preference options will be configurable via Horde's web interface - the default values stored in each applications config/prefs.php file will be used.


Che noia devo abilitare postgre per due scemenze...
Vado a farmi benedire :°
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Sun Jan 21, 2007 4:37 pm    Post subject: Reply with quote

Nulla da aggiungere ^^
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum