Ask: ASSP -> between SMTP Destination & Listen Port

Discussion in 'HOWTO-Related Questions' started by abadi, Dec 15, 2006.

  1. abadi

    abadi New Member

    Hi guys,

    I already installed ASSP, and when i tried to send / received, always show error message, I am still confuse with SMTP Destination & Listen Port, i have 1 file server (firewall, proxy & mail server) with 2 IP (internal -> 168.198.1.1 & external->202.203.204.205), my question are?

    1. what IP & port at SMTP Destination
    SMTP Destination 127.0.0.1:25
    2. what IP & port at Listen Port?
    Listen Port 123.123.123.123:25
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. abadi

    abadi New Member

    Hi Falco,

    If you are using postfix change the following in master.cf
    From
    smtp inet n - - - - smtpd
    to
    125 inet n - - - - smtpd

    In ASSP change the "SMTP Destination" to 127.0.0.1:125

    1. How about if i have smtp (125) & smtps (?) ? can i add any port like 225 for smtps?
    2. how about smtp destination at ASSP for smtps?
    3. How about in the firewall side, do i have add port 125 at my firewall configuration and remove port 25?

    please advise and thank you Falco!
     
    Last edited: Dec 17, 2006
  4. falko

    falko Super Moderator Howtoforge Staff

    I think you must try this yourself because I've never used ASSP before (the tutorial was written by ovis).
     

Share This Page