Hi,
This is my first install of FreeBSD and I am trying to configure mail-server with mail/postfix & mail/dovecot2.
I've enabled postfix and dovecot in rc.conf but when I boot I get following errors -
&
Here are my config files -
/usr/local/etc/dovecot/dovecot.conf http://paste.pocoo.org/show/471087/
/etc/postfix/mysql_virtual_alias_maps.cf http://pastie.org/private/l0gx4rrps6yhtrbw39l17a
/etc/postfix/mysql_virtual_domains_maps.cf http://pastie.org/private/fqf5ve3movsrv9ax7vnn6g
/etc/postfix/mysql_relay_domains_maps.cf http://pastie.org/private/w41d2xq1flh3d3p4j4wra
/etc/postfix/mysql_virtual_mailbox_limit_maps.cf http://pastie.org/private/1jy1zbciz61iiwnnkvzfxg
/etc/postfix/mysql_virtual_mailbox_maps.cf http://pastie.org/private/spj3cssen6zgi9qvapffzw
/usr/local/etc/dovecot/dovecot-sql.conf http://paste.pocoo.org/show/xiRjg8ZrlyIcKUz7DDU6/
/etc/postfix/main.cf http://paste.pocoo.org/show/471101/
/etc/postfix/master.cf http://paste.pocoo.org/show/471104/
/usr/local/etc/clamd.conf http://paste.pocoo.org/show/471105/
/usr/local/etc/mail/opendkim.conf http://paste.pocoo.org/show/471106/
I dont know what I am missing here. Please let me know what needs to be done.
Thanks!
Marcus
This is my first install of FreeBSD and I am trying to configure mail-server with mail/postfix & mail/dovecot2.
I've enabled postfix and dovecot in rc.conf but when I boot I get following errors -
Code:
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:126: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:130: passdb sql {} has been replaced by passdb { driver=sql }
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:133: userdb sql {} has been replaced by userdb { driver=sql }
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:136: userdb prefetch {} has been replaced by userdb { driver=prefetch }
doveconf: Warning: Obsolete setting in /usr/local/etc/dovecot/dovecot.conf:138: auth_user has been replaced by service auth { user }
Code:
postfix: warning: unreasonable macro call nesting: "apogee.site.org"
postfix: warning: unreasonable macro call nesting: ", localhost."
postfix: warning: unreasonable macro call nesting: "mydomain"
postfix: fatal: dictionary mail_dict: macro processing error
Sep 5 18:55:34 apogee postfix[5891]: fatal: dictionary mail_dict: macro processing error
Here are my config files -
/usr/local/etc/dovecot/dovecot.conf http://paste.pocoo.org/show/471087/
/etc/postfix/mysql_virtual_alias_maps.cf http://pastie.org/private/l0gx4rrps6yhtrbw39l17a
/etc/postfix/mysql_virtual_domains_maps.cf http://pastie.org/private/fqf5ve3movsrv9ax7vnn6g
/etc/postfix/mysql_relay_domains_maps.cf http://pastie.org/private/w41d2xq1flh3d3p4j4wra
/etc/postfix/mysql_virtual_mailbox_limit_maps.cf http://pastie.org/private/1jy1zbciz61iiwnnkvzfxg
/etc/postfix/mysql_virtual_mailbox_maps.cf http://pastie.org/private/spj3cssen6zgi9qvapffzw
/usr/local/etc/dovecot/dovecot-sql.conf http://paste.pocoo.org/show/xiRjg8ZrlyIcKUz7DDU6/
/etc/postfix/main.cf http://paste.pocoo.org/show/471101/
/etc/postfix/master.cf http://paste.pocoo.org/show/471104/
/usr/local/etc/clamd.conf http://paste.pocoo.org/show/471105/
/usr/local/etc/mail/opendkim.conf http://paste.pocoo.org/show/471106/
I dont know what I am missing here. Please let me know what needs to be done.
Thanks!
Marcus