On Tue, 04 Dec 2012 10:10:05 +0200, Muzaffer Tolga Özses
<to...@ozses.net> wrote:

> ...
> append_dot_mydomain = no
> biff = no
> inet_interfaces = all
> recipient_delimiter = +
> relayhost =

You don't need to be re-declaring the postfix default settings again.
Try if the following helps simplifying your main.cf:

(postconf -d;postconf -n)|sort|uniq -d

> smtpd_sasl_auth_enable = yes
> smtpd_sasl_path = private/auth
> smtpd_sasl_type = dovecot
> ...

We also have setup our postfix+dovecot using:

smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot

But we opt for:

mailbox_command =
smtpd_sasl_local_domain =
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1

And, for insurance, we let mailbox_size_limit at its default value (the 
safe and very reasonable 51200000).

We use cdb instead of mysql so I am afraid that I cannot help you
with the mysql part. The last time we checked for postfix+dovecot+mysql
we set for something based in this:
http://library.linode.com/email/postfix/dovecot-mysql-ubuntu-10.04-lucid

I hope this helps you.

Mark

Reply via email to