config postfix & SASL to mail from script to ISP smtp

2009-10-11 Thread Stan Hoeppner
Owen Townsend put forth on 10/11/2009 6:28 PM: > I had some problems & thanks to Stan Hoeppner who told me about SASL. You're welcome. > 4. mail o...@uvsoftware.ca <-- send test mail to be read from ISP by > Thunderbird Send a test to another mailbox, say a gmail or hotmail test account. Don't

Re: config postfix & SASL to mail from script to ISP smtp

2009-10-11 Thread Wietse Venema
Owen Townsend: > Oct 11 15:54:15 uvsoft4 postfix/smtp[17606]: 286D046911: \ >to=, > relay=smtp.webfaction.com[74.55.86.74]:587, \ >delay=0.78, delays=0.05/0.01/0.52/0.21, dsn=2.0.0, status=sent \ >(250 2.0.0 Ok: queued as BE6F91C71E15) ... > > BUT --> I never receive the m

Re: config postfix & SASL to mail from script to ISP smtp

2009-10-11 Thread Sahil Tandon
On Sun, 11 Oct 2009, Owen Townsend wrote: > relay=smtp.webfaction.com[74.55.86.74]:587, \ > delay=0.78, delays=0.05/0.01/0.52/0.21, dsn=2.0.0, status=sent \ > (250 2.0.0 Ok: queued as BE6F91C71E15) This means smtp.webfaction.com accepted the message and took responsibility for deliver

config postfix & SASL to mail from script to ISP smtp

2009-10-11 Thread Owen Townsend
subject: config postfix & SASL for mail to ISP smtp date: Oct 11/2009 I want to mail from Linux logged in user accounts to the internet and more importantly from Korn shell scripts to the internet. so scripts running by cron could email error situations to people at home. I do not want to receiv