comments below . . .

On 01/20/2015 09:01 AM, Alessandro Briosi wrote:
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

I am using Dovecot 2.2.9 . . .

(1) currently --

mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128

(2) proposed --

mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.121.0/24

I'm not sure about the commas, as it was configured this way when I installed Postfix.

"nmblookup" on the mail server finds the server by name but not IP (might need to work on reverse DNS)

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

I'm currently looking at the following . . .

http://www.postfix.org/SASL_README.html#server_dovecot

I am using "inet_listener lmtp" port 24 for receipt of mail, so I'm unsure about the "unix_listener"

One thing that confuses me is "/var/spool/postfix/auth" does not exist

"/var/spool/postfix/private/dovecot" does exist, so why not use that as the listener?

As for "smtpd_recipient_restrictions" I see it handles SASL authentication

https://wiki.archlinux.org/index.php/PostFix_Howto_With_SASL

I've followed those instructions but it didn't fix the problem (yet)

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

Dovecot is using Port 993 but the only certificates are of the "snakeoil" variety.

I don't need or want SSL at the IMAP/SMTP level but only at the Apache/RPC level.

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

I've done that by uncommenting the lines in "master.cf"

Hope this helps,
Alessandro






--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to