|
Hi
I installed courier-imap in my FreeBSD-Stable, but
my conections always timed out
i added it these lines to the
/etc/pam.conf
##########################################
# courier-imap
## imap imap auth required pam_unix.so try_first_pass imap account required pam_unix.so imap session required pam_permit.so ## pop3
pop3 auth required pam_unix.so try_first_pass pop3 account required pam_unix.so pop3 session required pam_permit.so ########################################################
ps aux FULL
############################
[root@verde:/etc]# ps auwwwwwwwwwwwwwwwwx |
grep courier
root 117 0.0 0.4 924 516 ?? I 1:48AM 0:00.02 /usr/local/libexec/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/local/libexec/courier-imap/logger -stderrloggername=imapd-ssl -maxprocs=40 -maxperip=4 -pid=/var/run/imapd-ssl.pid -nodnslookup -noidentlookup 993 /usr/local/bin/couriertls -server -tcpd /usr/local/sbin/imaplogin /usr/local/libexec/courier-imap/authlib/authdaemon /usr/local/bin/imapd Maildir root 121 0.0 0.3 884 408 ?? I 1:48AM 0:00.00 /usr/local/libexec/courier-imap/logger imapd-ssl root 133 0.0 0.4 924 516 ?? I 1:48AM 0:00.03 /usr/local/libexec/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/local/libexec/courier-imap/logger -stderrloggername=imapd -maxprocs=40 -maxperip=4 -pid=/var/run/imapd.pid -nodnslookup -noidentlookup 143 /usr/local/sbin/imaplogin /usr/local/libexec/courier-imap/authlib/authdaemon /usr/local/bin/imapd Maildir root 137 0.0 0.4 888 440 ?? I 1:48AM 0:00.01 /usr/local/libexec/courier-imap/logger imapd root 149 0.0 0.4 924 516 ?? I 1:48AM 0:00.02 /usr/local/libexec/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/local/libexec/courier-imap/logger -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=4 -pid=/var/run/pop3d-ssl.pid -nodnslookup -noidentlookup 995 /usr/local/bin/couriertls -server -tcpd /usr/local/sbin/pop3login /usr/local/libexec/courier-imap/authlib/authdaemon /usr/local/bin/pop3d Maildir root 151 0.0 0.3 884 408 ?? I 1:48AM 0:00.00 /usr/local/libexec/courier-imap/logger pop3d-ssl [root@verde:/etc]# ######################
ps aux SHORT
[root@verde:/etc]# ps aux | grep
courier
root 117 0.0 0.4 924 516 ?? I 1:48AM 0:00.02 /usr/local/libexec/courier-imap/couriertcpd -add root 121 0.0 0.3 884 408 ?? I 1:48AM 0:00.00 /usr/local/libexec/courier-imap/logger imapd-ssl root 133 0.0 0.4 924 516 ?? I 1:48AM 0:00.03 /usr/local/libexec/courier-imap/couriertcpd -add root 137 0.0 0.4 888 440 ?? I 1:48AM 0:00.01 /usr/local/libexec/courier-imap/logger imapd root 149 0.0 0.4 924 516 ?? I 1:48AM 0:00.02 /usr/local/libexec/courier-imap/couriertcpd -add root 151 0.0 0.3 884 408 ?? I 1:48AM 0:00.00 /usr/local/libexec/courier-imap/logger pop3d-ssl [root@verde:/etc]# ###############################################################################
i go that in my log messages
May 25 01:50:40 verde authdaemon: authdaemon:
s_connect() failed: Operation timed out
May 25 01:50:59 verde authdaemon: authdaemon: s_connect() failed: Operation timed out May 25 01:54:45 verde authdaemon: authdaemon: s_connect() failed: Operation timed out May 25 01:55:31 verde authdaemon: authdaemon: s_connect() failed: Operation timed out by the way
isnt there a way to make corier to long into a
different file???
|
