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