Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 397 Bytes

smtp-server.md

File metadata and controls

22 lines (11 loc) · 397 Bytes

Troubleshooting:

Review /var/log/maillog on smtp server

If having relay issues verify relay is setup from IP you are coming from:

cat /etc/mail/access

To add a relay:

vi /etc/mail/access

  1. Insert new relay line with 1st-3 octets of IP (see other lines for examples)

  2. Restart sendmail service

service sendmail status

service sendmail restart

service sendmail status