Postfix : smtpd

Discussion in 'Server Operation' started by iyeat, Feb 12, 2008.

  1. iyeat

    iyeat New Member

    Postfix : smtpd_bind_address

    I tried to bind my postfix install to a single IP address (my box has 4 IPs). I want all of my mail traffic to flow on 1 IP.

    So, I added this to main.cf and restarted postfix:

    Code:
    smtp_bind_address = xxx.xxx.xxx.25
    I sent myself a test mail from a yahoo account, and found that the message didn't deliver. After parsing through the maillog, I found the following:

    Code:
    Feb 11 23:45:32 echo amavis[8210]: (08210-02) (!)DENIED ACCESS from IP xxx.xxx.xxx.25, policy bank ''
    Didn't find much detail on this fix, at least, nothing that I am willing to try on a production server without some validation from you guys ;)

    My setup uses the Virtual Users And Domains With Postfix, Courier And MySQL (Fedora 8) with Domainkeys using How To Implement Domainkeys In Postfix Using Dk-milter.

    Thank You!

    Caio
     
    Last edited: Feb 12, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    I think your amavisd tries to connect to the IP address 127.0.0.1, so you must allow this one in Postfix as well.
     
  3. iyeat

    iyeat New Member

    I'll try binding postfix to my IP as well as 127.0.0.1.

    C
     

Share This Page