Hi!
I've folllowed this guide, to setup our own e-mail server:
https://www.linode.com/docs/email/email ... -and-mysqlEverything is working good, I can both send and receive emails to my Linode.
The problem is since this was setup, the root user cannot send logs etc. anymore, they are blocked:
Code:
Aug 4 04:54:35 liXXX-ZZ postfix/smtp[20601]: connect to my.domain.tld[xxx.yy.156.151]:25: Connection refused
Aug 4 04:54:35 liXXX-ZZ postfix/error[20593]: 286A7B26598: to=<root@my.domain.tld>, orig_to=<root>, relay=none, delay=13182, delays=13182/0.01/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to my.domain.tld[xxx.yy.156.151]:25: Connection refused)
How can I allow the root user to still send these emails?
Thanks!