configure SMTP-AUTH and TLS

Discussion in 'Installation/Configuration' started by kreya, Jun 4, 2007.

  1. kreya

    kreya New Member

    Hi ,
    do i have to change any of these values during ispconfig installation. my ip is 192.168.1.200
    do i have to add my domain name (ex server1.example.com)?
    do i have to enter my network 192.168.1.0/255.255.255.0 in the last line?

    postconf -e 'smtpd_sasl_local_domain ='
    postconf -e 'smtpd_sasl_auth_enable = yes'
    postconf -e 'smtpd_sasl_security_options = noanonymous'
    postconf -e 'broken_sasl_auth_clients = yes'
    postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination'
    postconf -e 'inet_interfaces = all'
    postconf -e 'mynetworks = 127.0.0.0/8'

    i want to send and receive mails from internet(yahoo.com) and also lan.
    pls let me know.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please configure your server as described in the perfects etup guide for your linux distribution and the activate smtp authentication in your mail client. This configuration has nothing to do withe the values that you had choosen in the ISPConfig installer.
     
  3. kreya

    kreya New Member

    so i can leave the following conf as its and continue with the installation even if if this the DNS server+ mail server.
    postconf -e 'smtpd_sasl_local_domain ='
    postconf -e 'mynetworks = 127.0.0.0/8'

    I am new to ispconfig and I am sorry if this sounds silly.

    thanks anyway for the great product
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You don't have to change anything. Just follow the "Perfect Setup", and that's it. :)
     

Share This Page