On 12/15/10 9:50 PM, Ted To wrote:
On Wed, 15 Dec 2010 12:41:11 -0800
Bradley Giesbrecht<bradley.giesbre...@gmail.com>  wrote:

On Dec 15, 2010, at 12:31 PM, Ted To wrote:

Hi,

I have a configuration using dovecot that works for sending and
receiving email.  Mail collection by my MUA can be SSL encrypted via
dovecot but outbound mail is not encrypted.  After I added TLS
configurations, I'm able to send TLS encrypted email but I can no
longer
receive mail.  I.e., if I send mail to myself, the SMTP server
accepts it for delivery but it gets rejected upon arrival:
"Recipient address rejected: User unknown in local recipient table;"

My main.cf file with TLS configurations included is:
http://pastebin.com/sfJvkXuQ

Any help will be much appreciated!
Rather than reading your main.cf file the people here that can help
you will want the output of:
postconf -n


Regards,
Brad
Sure -- here it is: http://pastebin.com/17gw3ibW
Oh FGS just *include it in the mail*.

This expands aliases:

    alias_maps = hash:/etc/aliases
    virtual_alias_maps = hash:/etc/postfix/valias.txt

And this forbids alias expansion:

    receive_override_options = no_address_mappings

Hence, no aliases will ever be accepted.

    mydestination = mydomain, localhost.localdomain, localhost

"mydomain" ? seriously ?



--
J.

Reply via email to