[SOLVED] Email issues...

Reported by: geeknmi
Created: 7 months 29 days ago
Last reply: 7 months 19 days ago
Views: 610

I can't get email accounts to work. I set up a test email account, used the connection info it provides, and unable to send or receive emails. Tried in multiple email clients, including Gmail. Is there something I'm missing? I don't know what I'm doing wrong :(

Hi

Contact me via Skype: wojciech.kulicki
I'll try figure out what is wrong faster when we both online.

I was able to resolve this by editing /etc/postfix/master.cf line 139

Reads: 127.0.0.1:10025 unix n - - - - smtpd
Should Read: 127.0.0.1:10025 inet n - - - - smtpd

unix = socket
inet = tcp

The issue being that amavis is trying to connect to 127.0.0.1:10025 but postfix was setup with a unix socket named 127.0.0.1:10025 not opening the IP/Port combination 127.0.0.1:10025

Hope this helps!

Join our Discord server
Write a reply Edit a reply