@bathory
Thanks for the warm welcoming.
(1) Thanks for mentioning the log. It implies that something is going on.
# ls -l /var/log/mail.*
-rw-r----- 1 syslog adm 1 Feb 24 15:32 /var/log/mail.err
-rw-r----- 1 syslog adm 3305284 Mar 3 18:37 /var/log/mail.info
-rw-r----- 1 syslog adm 3305284 Mar 3 18:37 /var/log/mail.log
-rw-r----- 1 syslog adm 88 Feb 27 18:24 /var/log/mail.warn
mail.info and mail.log are identical and full of outgoing messages errors, which I did not know about and am not sure how to solve.
mail.err is practically empty.
# cat /var/log/mail.warn
Feb 27 18:24:50 host sm-mta[15951]: gethostbyaddr(x.x.x.x) failed: 1
/* x.x.x.x is an unused interface on that server. I am not sure why there is a warning message here */
(2) looks like there are also outgoing errors, such as:
Mar 3 18:44:56 host sm-mta[15414]: p239bH14029923: to=<user@aol.com>, ctladdr=<www-data@domain.com> (33/33), delay=07:07:39, xdelay=00:00:04, mailer=esmtp, pri=3998607, relay=mailin-03.mx.aol.com. [205.188.190.2], dsn=4.0.0, stat=Deferred: 421 4.7.1 : (DYN:T1)
http://postmaster.info.aol.com/errors/421dynt1.html
(3) -bash: dig: command not found
seems like a bigger issue than I thought...