1
I am trying to configure Postfix on Red Hat Linux to send email with the following command:
mail -s "test" user15@dba.gui.com
I have followed all the steps mentioned in this tutorial and have changed relay host configuration as follows:
relayhost = 10.16.47.22
where 10.16.47.22 is my mail server's IP address.
But it doesn't work. The log file says:
Mar 13 18:14:31 localhost postfix/smtp[3322]: warning:
10.16.47.22[10.16.47.22]:25 offered null AUTH mechanism list
Mar 13 18:14:31 localhost postfix/smtp[3322]: certificate verification failed for 10.16.47.2210.16.47.22]:25: untrusted issuer
Mar 13 18:14:31 localhost postfix/smtp[3322]: 599C44A1AE9: to=, relay=10.16.47.22[10.16.47.22]:25,
delay=9001, delays=9001/0.11/0.03/0, dsn=4.7.5, status=deferred
(Server certificate not trusted)
What could be the problem and how can I fix it?
See https://wiki.centos.org/HowTos/postfix_sasl and https://wiki.centos.org/HowTos/postfix_sasl_relayhost and https://wiki.centos.org/HowTos/#head-0facb50d5796bee0bd394636c32ffa9a997a6ab5. You don't need a relay though.
– Chloe – 2017-01-16T21:44:47.570Please use the same credentials as on Stack Overflow to log in here. You can then edit your question and post comments below. – slhck – 2013-03-17T09:28:24.533