Re: [Dovecot] POP Problem
Charles Marcus wrote:
On 2/23/2007 Marc Perkel wrote:
Marc Perkel wrote:
Getting an error on POP only - "Authentication Server Isn't Connected"
IMAP works fine.
This used to work. not sure what changed.
my settings:
## Dovecot 1.0 configuration file
Ahem...
Please, this is what dovecot -n is for... otherwise we have to wade through the entire .conf file, comments and all...
Thanks - I didn't know about that.
# /etc/dovecot.conf log_path: /var/log/dovecot info_log_path: /var/log/dovecot protocols: imap imaps pop3 pop3s ssl_cert_file: /usr/share/ssl/certs/imapd.pem ssl_key_file: /usr/share/ssl/certs/imapd.pem disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login login_process_per_connection: no login_process_size: 64 default_mail_env: mbox:/vhome/%d/home/%n:INBOX=/vhome/%d/home/%n/INBOX:INDEX=/nobackup/imap-cache/%d-%n mail_location: mbox:/vhome/%d/home/%n:INBOX=/vhome/%d/home/%n/INBOX:INDEX=/nobackup/imap-cache/%d-%n mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/imap mail_plugin_dir(imap): /usr/lib/dovecot/imap mail_plugin_dir(pop3): /usr/lib/dovecot/pop3 pop3_uidl_format(default): pop3_uidl_format(imap): pop3_uidl_format(pop3): %v.%u auth default_with_listener: passdb: driver: passwd-file args: /etc/vmail/shadow.%d userdb: driver: passwd-file args: /etc/vmail/passwd.%d socket: type: listen client: master: path: /var/run/dovecot/auth-master mode: 438 auth default: debug_passwords: yes passdb: driver: pam passdb: driver: passwd-file args: /etc/vmail/shadow.%d userdb: driver: passwd userdb: driver: passwd-file
args: /etc/vmail/passwd.%d
On 24.2.2007, at 4.35, Marc Perkel wrote:
auth default_with_listener: passdb: driver: passwd-file args: /etc/ vmail/shadow.%d userdb: driver: passwd-file args: /etc/vmail/passwd. %d socket: type: listen client: master: path: /var/run/dovecot/auth- master mode: 438 auth default: debug_passwords: yes passdb: driver:
pam passdb: driver: passwd-file args: /etc/vmail/shadow.%d userdb:
driver: passwd userdb: driver: passwd-file args: /etc/vmail/passwd.%d
(Mail.app seems to quote HTML mails nicely)
I'm not sure why you'd have problems only with pop3, but you
shouldn't have two auth blocks. It has never worked that well, and I
wouldn't be surprised if it caused your problem.
participants (2)
-
Marc Perkel
-
Timo Sirainen