[Dovecot] postmaster_address setting not given

Stephen Davies stevie_davies at hotmail.com
Sun Dec 6 02:50:41 EET 2009


Hi, I am trying to get dovecot working with postfix, and am coming up against this error message. I have this setting configured in the 'protocol lda' section.

I am running v1.1.11

dovecot -n -c /etc/dovecot/dovecot-postfix.conf
# 1.1.11: /etc/dovecot/dovecot-postfix.conf
# OS: Linux 2.6.31-14-generic x86_64 Ubuntu 9.10 reiserfs
log_timestamp: %Y-%m-%d %H:%M:%S 
protocols: imap
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
login_greeting_capability: yes
first_valid_uid: 6060
mail_privileged_group: mail
mail_location: maildir:/var/vmail/%d/%n
imap_client_workarounds: outlook-idle delay-newmail
auth default:
  mechanisms: plain login
  debug_passwords: yes
  passdb:
    driver: sql
    args: /etc/dovecot/dovecot-mysql.conf
  userdb:
    driver: sql
    args: /etc/dovecot/dovecot-mysql.conf
  socket:
    type: listen
    client:
      path: /var/spool/postfix/private/dovecot-auth
      mode: 432
      user: postfix
      group: postfix
    master:
      path: /var/run/dovecot/auth-master
      mode: 384
      user: vmail

cat /etc/dovecot/dovecot-postfix.conf 
protocols = imap 

log_path = 
log_timestamp = "%Y-%m-%d %H:%M:%S "

disable_plaintext_auth = no
syslog_facility = mail
ssl_disable = yes

mail_location = maildir:/var/vmail/%d/%n
mail_privileged_group = mail
first_valid_uid = 6060

protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
  mail_max_userip_connections = 3
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}

protocol imap {
  mail_max_userip_connections = 10
  login_greeting_capability = yes
  imap_client_workarounds = outlook-idle delay-newmail
}

protocol managesieve {
  sieve=~/.dovecot.sieve
  sieve_storage=~/sieve
}

protocol lda {
  postmaster_address=postmaster at example.com

  info_log_path =
  syslog_facility = mail

  quota_full_tempfail = yes
  rejection_reason = Your message to <%t> was automatically rejected:%n%r
  mail_plugins = cmusieve
  log_path =
  auth_socket_path = /var/run/dovecot/auth-master
  sieve_global_path = /var/sieve/global.sieve

}

auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth_debug_passwords = yes

auth default {
  mechanisms = plain login

  passdb sql {
    args = /etc/dovecot/dovecot-mysql.conf
  }

  userdb sql {
    args = /etc/dovecot/dovecot-mysql.conf
  }

  user = root

  socket listen {
    master {
      path = /var/run/dovecot/auth-master
      mode = 0600
      user = vmail
    }
    client {
      path = /var/spool/postfix/private/dovecot-auth
      mode = 0660
      user = postfix
      group = postfix
    }
  }
}
dict {
}
plugin {
}



When I run "dovecot -a" I see no mention of the postmaster_address setting.

TIA Steve.

 		 	   		  
_________________________________________________________________
View your other email accounts from your Hotmail inbox. Add them now.
http://clk.atdmt.com/UKM/go/186394592/direct/01/


More information about the dovecot mailing list