This is a discussion on postfix: smtp relayhost requires authentication within the Linux Networking forums, part of the Linux Forums category; Hello. I have fetchmail & postfix running, but am having a bit of trouble with my SMTP relay host. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello.
I have fetchmail & postfix running, but am having a bit of trouble with my SMTP relay host. I have this in main.cf: relayhost = smtp.myisp.com Problem is, that smtp server requires authentication. How do I handle this with postfix? Tried googling and didn't come up with what I need. thx, john contents of /var/log/maillog: Feb 4 03:09:00 redhatbox postfix/smtpd[7627]: connect from unknown[192.168.100.2] Feb 4 03:09:00 redhatbox postfix/smtpd[7627]: E822937CA9: client=unknown[192.168.100.2] Feb 4 03:09:01 redhatbox postfix/cleanup[7628]: E822937CA9: message-id=<200402032109.00669.me@domain.net> Feb 4 03:09:01 redhatbox postfix/smtpd[7627]: disconnect from unknown[192.168.100.2] Feb 4 03:09:01 redhatbox postfix/nqmgr[1739]: E822937CA9: from=<me@domain.net>, size=695, nrcpt=1 (queue active) Feb 4 03:09:02 redhatbox postfix/smtp[7635]: E822937CA9: to=<me@domain.net>, relay=smtp.myisp.com[xxx.xx.xx.xx], delay=2, status=bounced (host smtp.myisp.com[xxx.xx.xx.xx] said: 550 5.1.2 <me@domain.net>... Unsupported mail destination ) Feb 4 03:09:02 redhatbox postfix/cleanup[7628]: 7B35237CAA: message-id=<20040204030902.7B35237CAA@redhatbox.gamehendge .com> Feb 4 03:09:02 redhatbox postfix/nqmgr[1739]: 7B35237CAA: from=<>, size=2490, nrcpt=1 (queue active) Feb 4 03:09:03 redhatbox postfix/smtp[7635]: 7B35237CAA: to=<me@domain.net>, relay=smtp.myisp.com[xxx.xx.xx.xx], delay=1, status=bounced (host smtp.myisp.com[xxx.xx.xx.xx] said: 550 5.1.2 <me@domain.net>... Unsupported mail destination ) Feb 4 03:09:11 redhatbox postfix/smtp[7629]: C62E637CA7: to=<john@forbin.gamehendge.com>, relay=smtp.myisp.com[xxx.xx.xx.xx], delay=95, status=bounced (host smtp.myisp.com[xxx.xx.xx.xx] said: 550 5.1.2 <john@forbin.gamehendge.com>... Unsupported mail destination) Feb 4 03:09:11 redhatbox postfix/cleanup[7628]: BF09D37CAA: message-id=<20040204030911.BF09D37CAA@redhatbox.gamehendge .com> Feb 4 03:09:11 redhatbox postfix/nqmgr[1739]: BF09D37CAA: from=<>, size=2537, nrcpt=1 (queue active) Feb 4 03:09:12 redhatbox postfix/smtp[7635]: BF09D37CAA: to=<me@domain.net>, relay=smtp.myisp.com[xxx.xx.xx.xx], delay=1, status=bounced (host smtp.myisp.com[xxx.xx.xx.xx] said: 550 5.1.2 <me@domain.net>... Unsupported mail destination ) -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. --Linus Torvalds |
|
|||
|
"Nick E." <nicke@flyingpigs.com> wrote in message
news:eXZTb.21$PY.7@newssvr26.news.prodigy.com > I have this in main.cf: > relayhost = smtp.myisp.com > > Problem is, that smtp server requires authentication. How do I handle > this with postfix? Tried googling and didn't come up with what I need. http://efflandt.freeshell.org/sbc-sm...h.html#postfix might be helpful to you. tony -- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
|
|||
|
"ynotssor" <"ynotssor"> wrote:
> http://efflandt.freeshell.org/sbc-sm...h.html#postfix might be helpful > to you. Yes indeedy!!! Exactly what I needed. thanks, john -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. --Linus Torvalds |