1. setup sendmail forwarding configuraiton
define(`SMART_HOST', `smtp.broadband.rogers.com')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`authinfo', `hash /etc/mail/auth/authinfo')dnl
2. install SASLv2, this step takes my 5 hours. Your sendmail will not send SMTP AUTH information without this program installed.
3. add SASL to sendmail bulid program. rebuild sendmail.
4. create auth information
AuthInfo:rogers.com "U:root" "I:user@rogers.com" "P:test"
AuthInfo:yahoo.com "U:root" "I:user@rogers.com" "P:test"
AuthInfo: "U:root" "I:user@rogers.com" "P:test"
5. smile time, and very very tired and need to have a good sleep.
bugfree
define(`SMART_HOST', `smtp.broadband.rogers.com')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
FEATURE(`authinfo', `hash /etc/mail/auth/authinfo')dnl
2. install SASLv2, this step takes my 5 hours. Your sendmail will not send SMTP AUTH information without this program installed.
3. add SASL to sendmail bulid program. rebuild sendmail.
4. create auth information
AuthInfo:rogers.com "U:root" "I:user@rogers.com" "P:test"
AuthInfo:yahoo.com "U:root" "I:user@rogers.com" "P:test"
AuthInfo: "U:root" "I:user@rogers.com" "P:test"
5. smile time, and very very tired and need to have a good sleep.
bugfree