On Thu, Dec 11, 2008 at 1:47 PM, Noel Jones <[EMAIL PROTECTED]> wrote:

> jan gestre wrote:
>
>> Hi Guys,
>>
>> I've recently configured a mail server running
>> postfix+dovecot+mysql+postfixadmin, it is now in production and everything
>> is working fine except for MAC Entourage mail which is a PITA IMO which says
>> it doesn't support authentication, outlook and thunderbird doesn't
>> experience this issue. All mail clients are configured   to use "Server uses
>> Authentication" but it doesn't work for Entourage so I have to omit that
>> part which works fine if the user is emailing from within LAN because of
>> $mynetworks but doesn't if they email from outside LAN.  Any workaround for
>> this?
>>
>>
> It's unclear what "doesn't support authentication" means in your statement
> above.  Maybe logs of a failed session would help??
>
> Wild Guess That May Waste Your Time: You need to enable both the "login"
> and "plain" auth mechanisms in your dovecot.conf.
>
>
>
Hi Noel,

 Here's my dovecot.conf, as you can see plain and login auth mechanisms are
enabled:

dovecot -n
# 1.0.7: /etc/dovecot.conf
base_dir: /var/run/dovecot/
log_timestamp: %Y-%m-%d %H:%M:%S
ssl_cert_file: /etc/postfix/ssl/mail-cert.pem
ssl_key_file: /etc/postfix/ssl/mail-key.pem
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
first_valid_uid: 150
last_valid_uid: 150
mail_access_groups: mail
mail_location: maildir:/home/virtualmail/%d/%u
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_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
  mechanisms: plain login digest-md5
  user: nobody
  passdb:
    driver: sql
    args: /etc/dovecot-sql.conf
  userdb:
    driver: sql
    args: /etc/dovecot-sql.conf
  socket:
    type: listen
    client:
      path: /var/run/dovecot/auth-client
      mode: 432
      user: postfix
      group: mail
    master:
      path: /var/run/dovecot/auth-master
      mode: 432
      user: virtualmail
      group: mail

This is the same configuration that I have in my other mail server that has
no problem, that is why I'm currently baffled, I'm not sure if postfix's
version that I used matters.

Reply via email to