This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

limiet listing ports smtp

listening for SMTP on port 25 (IPv4) port 587 (IPv4) port 9926 (IPv4) and for SMTPS on port 465 (IPv4)

Just want port 25 to be active can this be done?

Just use  smarthost on 25 nothing else.


This thread was automatically locked due to age.
Parents
  • any one an idea.... i do not want to turn off the smtp proxy and allow by packet filter rules.... because the disclaimer would disapear.
  • login remote to your Astaro

    cd /var/chroot-smtp/etc
    vi exim.conf

    search for the daemon_smtp_ports and change as you need.

      daemon_smtp_ports = 25 : 465 : 587 : CRYPTO_IN_PORT
      tls_on_connect_ports = 465

    But it's a good idea if you don't delete the ports 25 and 465 and CRYPTO_IN_PORT

    25 normal SMTP
    465 TLS SMTP
    CRYPTO_IN_PORT is the Variable for Astaro's Crypt SMTP (two Astaro's will talk over if EMailencryption is Licenced)
Reply
  • login remote to your Astaro

    cd /var/chroot-smtp/etc
    vi exim.conf

    search for the daemon_smtp_ports and change as you need.

      daemon_smtp_ports = 25 : 465 : 587 : CRYPTO_IN_PORT
      tls_on_connect_ports = 465

    But it's a good idea if you don't delete the ports 25 and 465 and CRYPTO_IN_PORT

    25 normal SMTP
    465 TLS SMTP
    CRYPTO_IN_PORT is the Variable for Astaro's Crypt SMTP (two Astaro's will talk over if EMailencryption is Licenced)
Children
No Data