Il 20/01/2015 14:17, Steve Ankeny ha scritto:

I have tested server side and via the SOGo web interface, and I see no problems with SMTP

The problem is in the connection between Thunderbird and the mail server.

Steve,

the problem here is not Sogo. It's postfix/dovecot configuration.

Mail sent from Sogo which is on the same machine is accepted and works because you have 127.0.0.1 in mynetworks.

You either have to:
check the bits missing/not working in smtp authentication (what are you using? cyrus_sasl or dovecot?) or add your networks to mynetworks (192.168.121.0/24) which should be a comma separated list

In previous mail it seems the following line is wrong
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination

it should be comma separated
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination

but maybe you want to use:

smtpd_recipient_restrictions and/or smtp_sender_restrictions

3. Dovecot seems to have some troubles with the SSL certificates.

4. Port 587 can be enabled in postfix in master.cf , but this won't fix your problems.

Hope this helps,
Alessandro



--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to