PDA

View Full Version : configure SMTP-AUTH and TLS


kreya
4th June 2007, 12:03
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.

kreya
4th June 2007, 12:07
sorry for posting in the wrong place

edge
4th June 2007, 12:21
continue here: http://www.howtoforge.com/forums/showthread.php?t=13166