This is a discussion on Postfix + host smtp auth within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hello, I'm sorry if I'm starting a thread, that was finished, but... I have a Slackware box running ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I'm sorry if I'm starting a thread, that was finished, but... I have a Slackware box running Postfix 2.0.16. I compiled it to use Cyrus SASL (the newest libraries). The transport of mails between local (LAN) users is ok - everyone can send mail between each other. My problem starts, when I want to send mail (from my mailbox me@wp.pl) to someone outside (through my ppp0 connection), f.e. user@wp.pl. Wp.pl started requesting smtp auth lately and postfix doesn't seem to relay mail from LAN to WAN. What should I do to be able to log on to my account (me@wp.pl) as user xx with password yy with smtp auth? Here is my maillog : Sep 22 20:48:37 router postfix/smtpd[28094]: connect from AMD1100.DOM[10.1.1.2] Sep 22 20:48:37 router postfix/smtpd[28094]: CAB3020130: client=AMD1100.DOM[10.1.1.2] Sep 22 20:48:39 router postfix/smtpd[28094]: 9649020130: client=AMD1100.DOM[10.1.1.2] Sep 22 20:48:39 router postfix/cleanup[28096]: 9649020130: message-id=<1565772147.20030922204803@wp.pl> Sep 22 20:48:39 router postfix/qmgr[246]: 9649020130: from=me@wp.pl, size=186814, nrcpt=1 (queue active) Sep 22 20:48:41 router postfix/smtp[28098]: 9649020130: to=<user@wp.pl>, relay=smtp.wp.pl[212.77.101.161], delay=2, status=bounced (host smtp.wp.pl[212.77.101.161] said: 553-Wymagana autoryzacja SMTP - zobacz strone: http://poczta.wp.pl/autoryzacja 553 SMTP auth required (#5.7.1) (in reply to MAIL FROM command)) Sep 22 20:48:41 router postfix/cleanup[28096]: 3F05720148: message-id=<20030922184841.3F05720148@router.dom> Sep 22 20:48:41 router postfix/qmgr[246]: 3F05720148: from=<>, size=51924, nrcpt=1 (queue active) Sep 22 20:48:41 router postfix/smtpd[28094]: disconnect from AMD1100.DOM[10.1.1.2] Where : " Wymagana autoryzacja ... " means : SMTP authorisation needed - see page poczta.wp.pl/autoryzacja Thank's for any hints and answers. Kind regards, Blazej Pindelski |
|
|||
|
śro 24. of September 2003 14:20 Błażej Pindelski wrote:
> status=bounced (host smtp.wp.pl[212.77.101.161] said: 553-Wymagana > autoryzacja SMTP - zobacz strone: http://poczta.wp.pl/autoryzacja 553 > SMTP auth required (#5.7.1) (in reply to MAIL FROM command)) Błażej, it seems postfix is answering properly. you only have to configure your the client with which you try to send mails through your WAN router with postfix. in configuring a mail client you ussuly hava a form where you put the relay host name and there is a question (with logging or not) there. zbyszek ps: do you use linux ? what client (MUA) ? KDE/kmail ? -- http://zbyszek.evot.org |
|
|||
|
Zbigniew Lisiecki wrote:
> Błażej, it seems postfix is answering properly. you only have to > configure your the client with which you try to send mails through > your WAN router with postfix. in configuring a mail client you > ussuly hava a form where you put the relay host name and there is a > question (with logging or not) there. > zbyszek > ps: do you use linux ? what client (MUA) ? KDE/kmail ? Hi, My server is running Slackware 9, and my LAN client ... Windows XP. My mail program is The Bat. I'm sending mails form The Bat via postfix/slack out to the world. Thank's for any tips. Kind regards. Blazej Pindelski |