What to do when you change your relay email settings!

Discussion in 'Installation/Configuration' started by happz, Apr 16, 2010.

  1. happz

    happz Member

  2. falko

    falko Super Moderator Howtoforge Staff

    Change the relayhost setting in your main.cf and adjust /etc/postfix/sasl_passwd. Then run
    Code:
    postmap /etc/postfix/sasl_passwd
    /etc/init.d/postfix restart 
     
  3. happz

    happz Member

    Sweet!

    Thanks,
    happz
     
  4. happz

    happz Member

    Just curious...

    The tutorials on email relay are all pretty old. Just wondering if we should use the tut's for the servers we are building today like the ubuntu 12.10 with ispconfig 3?

    Also, because I did follow one of the tut's and restarted postfix, this is what I get:

    /usr/sbin/postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1

    It shows 20 to 30 lines of this same messages.

    Thanks,
    happz
     
  5. falko

    falko Super Moderator Howtoforge Staff

    That's just a warning which you can ignore (or you remove the line
    Code:
    smtpd_bind_address=127.0.0.1
    from /etc/postfix/master.cf and restart Postfix).
     

Share This Page