sunhux G schreef:
I tested POP3 access from my laptop's Outlook which is on the same subnet as the dovecot/postfix server (so there's no firewall in between them& was able to get the emails in Outlook with following statuses shown when "Test Connection" is clicked:
Tasks Status ===================== ======== Establish network connection Completed Find outgoing mail server (SMTP) Completed Find incoming mail server (POP3) Completed Log onto incoming mail server (POP3) Completed Send test e-mail message Completed
# dovecot -n # 2.0.9: /etc/dovecot/dovecot.conf doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n> dovecot-new.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:24: ssl_disable has been renamed to ssl # OS: Linux 2.6.12.6-xen0 i686 Red Hat Enterprise Linux ES release 4 (Nahant Update 2) disable_plaintext_auth = no listen = * mail_location = mbox:~/mail:INBOX=/pop3/spool/mail/%u mbox_write_locks = fcntl passdb { driver = pam } protocols = pop3 imap ssl = no ssl_cert =
However, maillog has the following errors (172.19.21.23 is my laptop). Are they critical or what I hv to do to fix them:
Jun 20 15:06:35 SmtpostixSvr postfix/smtpd[24148]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in Jun 20 15:06:35 SmtpostixSvr postfix/smtpd[24148]: connect from unknown[172.19.21.23] Jun 20 15:06:35 SmtpostixSvr postfix/smtpd[24148]: EA32720006C: client=unknown[172.19.21.23] Jun 20 15:06:36 SmtpostixSvr postfix/cleanup[24151]: EA32720006C: message-id=20110620070635.EA32720006C@SmtpostixSvr.myportal.com Jun 20 15:06:36 SmtpostixSvr postfix/smtpd[24148]: disconnect from unknown[172.19.21.23] Jun 20 15:06:36 SmtpostixSvr postfix/qmgr[21020]: EA32720006C: from=myUnixid@myportal.com, size=705, nrcpt=1 (queue active) Jun 20 15:06:36 SmtpostixSvr dovecot: auth: Error: dlopen(/usr/lib/dovecot/auth/libdriver_pgsql.so) failed: /usr/lib/dovecot/auth/libdriver_pgsql.so: undefined symbol: PQescapeStringConn Jun 20 15:06:36 SmtpostixSvr dovecot: auth: Error: dlopen(/usr/lib/dovecot/auth/libdriver_pgsql.so) failed: /usr/lib/dovecot/auth/libdriver_pgsql.so: undefined symbol: PQescapeStringConn Jun 20 15:06:36 SmtpostixSvr postfix/local[24152]: EA32720006C: to=myUnixid@SmtpostixSvr.myportal.com, orig_to=myUnixid@myportal.com, relay=local, delay=0.81, delays=0.26/0.11/0/0.43, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail) Jun 20 15:06:36 SmtpostixSvr postfix/qmgr[21020]: EA32720006C: removed Jun 20 15:06:36 SmtpostixSvr dovecot: pop3-login: Login: user=<myUnixid>, method=PLAIN, rip=172.19.21.23, lip=172.19.21.27, mpid=24157 Jun 20 15:06:36 SmtpostixSvr dovecot: pop3(myUnixid): Disconnected: Logged out top=0/0, retr=0/0, del=0/191, size=436234
================================================
# 2.0.9: /etc/dovecot/dovecot.conf doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n> dovecot-new.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:24: ssl_disable has been renamed to ssl # OS: Linux 2.6.12.6-xen0 i686 Red Hat Enterprise Linux ES release 4
First it looks like you did an update from 1.x to 2.x You (need) to edit your dovecot.conf file see the message how to do this (make a backup of your old config)
Jun 20 15:06:35 SmtpostixSvr postfix/smtpd[24148]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in Jun 20 15:06:35 SmtpostixSvr postfix/smtpd[24148]: connect from unknown[172.19.21.23]
Also your postfix has sasl parts enabled, but postfix is not compiled with SASL support.
- The dovecot logs tells you there is somthing not ok with your postgreSQL. I do not use postgreSQL, so i can not help you with this one.
regards, Johan Hendriks