Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Courier-Imap
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
Ercole
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 78

PostPosted: Wed Jul 19, 2006 12:52 pm    Post subject: Courier-Imap Reply with quote

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
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Wed Jul 19, 2006 12:55 pm    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
Ercole
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 78

PostPosted: Wed Jul 19, 2006 2:36 pm    Post subject: Reply with quote

hmm... non ho iniziato benissimo!
:(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Jul 19, 2006 2:41 pm    Post subject: Re: Courier-Imap Reply with quote

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
View user's profile Send private message
Ercole
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 78

PostPosted: Wed Jul 19, 2006 3:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Wed Jul 19, 2006 3:18 pm    Post subject: Re: Courier-Imap Reply with quote

logga in /var/log/mail.log
e a me lo fa senza toccare una sola riga di configurazione. uso syslog-ng
Back to top
View user's profile Send private message
skakz
Guru
Guru


Joined: 03 Jul 2004
Posts: 380
Location: Ischia/Napoli/Italia/Terra

PostPosted: Thu Jul 20, 2006 8:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
Ercole
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2004
Posts: 78

PostPosted: Wed Aug 02, 2006 9:17 am    Post subject: Reply with quote

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

:D
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