View previous topic :: View next topic |
Author |
Message |
Ercole Tux's lil' helper
Joined: 27 Oct 2004 Posts: 78
|
Posted: Wed Jul 19, 2006 12:52 pm Post subject: Courier-Imap |
|
|
Salve a tutti, ho un problema che mi sta facendo diventare scemo!
Nonostante mi sia documentato a dovere, abbia cercato in rete e su questo stesso forum, non ne esco vivo
il problema e' molto semplice:
Code: | lino ~ # /etc/init.d/courier-imapd start
* Starting courier-imapd ... [ !! ] |
La cosa che mi fa arrabbiare e' che non trovo traccia di nulla su alcun log
La mia configurazione e' la seguente
imapd
Code: | ADDRESS=192.168.1.3
PORT=143
MAXDAEMONS=40
MAXPERIP=4
PIDFILE=/var/run/imapd.pid
TCPDOPTS="-nodnslookup -noidentlookup"
AUTH=CRAM-SHA1 IDLE"
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_KEYWORDS=1
IMAP_CAPABILITY_ORIG="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
IMAP_PROXY=0
IMAP_PROXY_FOREIGN=0
IMAP_IDLE_TIMEOUT=60
IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
IMAP_DISABLETHREADSORT=0
IMAP_CHECK_ALL_FOLDERS=0
IMAP_OBSOLETE_CLIENT=0
IMAP_UMASK=022
IMAP_ULIMITD=65536
IMAP_USELOCKS=1
IMAP_SHAREDINDEXFILE=/etc/courier-imap/shared/index
IMAP_ENHANCEDIDLE=0
IMAP_TRASHFOLDERNAME=Trash
IMAP_EMPTYTRASH=Trash:7
IMAP_MOVE_EXPUNGE_TO_TRASH=0
SENDMAIL=/usr/sbin/sendmail
HEADERFROM=X-IMAP-Sender
IMAPDSTART=NO
MAILDIRPATH=Maildir
MAILDIR=.maildir
MAILDIRPATH=.maildir
PRERUN= |
authdaemonrc
Code: | authmodulelist="authpam"
authmodulelistorig="authuserdb authpam authshadow authmysql authcustom authpipe"
daemons=5
authdaemonvar=/var/lib/courier/authdaemon
DEBUG_LOGIN=2
DEFAULTOPTIONS=""
LOGGEROPTS="" |
Qualche idea in merito??? |
|
Back to top |
|
|
makoomba Bodhisattva
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Wed Jul 19, 2006 12:55 pm Post subject: |
|
|
Moved from Forum italiano (Italian) to Forum di discussione italiano. _________________ When all else fails, read the instructions. |
|
Back to top |
|
|
Ercole Tux's lil' helper
Joined: 27 Oct 2004 Posts: 78
|
Posted: Wed Jul 19, 2006 2:36 pm Post subject: |
|
|
hmm... non ho iniziato benissimo!
|
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Jul 19, 2006 2:41 pm Post subject: Re: Courier-Imap |
|
|
Ercole wrote: | LOGGEROPTS=""
...
Qualche idea in merito??? |
Cercare i file di log e, se non contengono nulla di interessante, vedere cosa aggiungere alla variabile indicata per farli diventare più verbosi.... _________________ Ciao da me! |
|
Back to top |
|
|
Ercole Tux's lil' helper
Joined: 27 Oct 2004 Posts: 78
|
Posted: Wed Jul 19, 2006 3:04 pm Post subject: |
|
|
il problema e' che il funzionamento di courier-authlib lo vedo dal log
Code: | Jul 19 14:54:24 [authdaemond] stopping authdaemond children
Jul 19 14:54:24 [authdaemond] modules="authpam", daemons=5
Jul 19 14:54:24 [authdaemond] Installing libauthpam
Jul 19 14:54:24 [authdaemond] Installation complete: authpam |
ma non ho alcuna notizia su quello di courier-imap
|
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Wed Jul 19, 2006 3:18 pm Post subject: Re: Courier-Imap |
|
|
logga in /var/log/mail.log
e a me lo fa senza toccare una sola riga di configurazione. uso syslog-ng |
|
Back to top |
|
|
skakz Guru
Joined: 03 Jul 2004 Posts: 380 Location: Ischia/Napoli/Italia/Terra
|
Posted: Thu Jul 20, 2006 8:53 pm Post subject: |
|
|
prova manualmente con
Code: | /usr/lib/courier-imap/couriertcpd -address=$ADDRESS \
-stderrlogger=/usr/lib/courier-imap/courierlogger \
-stderrloggername=imapd \
-maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
-pid=$PIDFILE $TCPDOPTS \
$PORT ${exec_prefix}/sbin/imaplogin \
/usr/lib/courier-imap/courier-imapd.indirect ${MAILDIR} |
naturalmente sostituisci tutte le variabili oppure prima dai un
Code: | source /etc/courier-imap/imapd |
_________________ Linux Registered User n.340423
Linux User Group Ischia
www.tush.it |
|
Back to top |
|
|
Ercole Tux's lil' helper
Joined: 27 Oct 2004 Posts: 78
|
Posted: Wed Aug 02, 2006 9:17 am Post subject: |
|
|
Ho tristemente risolto alla maniera di windows
emerge -C courier-impad && rm /etc/courier-imap/ -Rfv
e poi mi ho deciso di tirar su l'ultima versione anche se ~x86
ora funge... non sono soddisfatto... ma funge
|
|
Back to top |
|
|
|