From: Ralf Hildebrandt (no email)
Date: Mon Jul 01 2002 - 13:11:08 EDT
On Mon, Jul 01, 2002 at 06:39:29PM +0200, Jan-Hendrik Heuing wrote:
> Hi !
>
> As far as I can see, anything should work fine now. But the mail-client is not asked for the password and mail is relayed in any way.
>
> I did it also with telnet:
> mail from:<>
> OK
> rcpt to:<>
> OK
Where did you use smtp auth in your example?
> smtpd_recipient_restrictions =
> permit_sasl_authenticated,
> permit_mynetworks,
> check_relay_domains,
> permit
Do you ever read your logs? permit after check_relay_domains makes no
sense.
smtpd_recipient_restrictions =
permit_sasl_authenticated
reject_unauth_destination
permit
-- Ralf Hildebrandt (Im Auftrag des Referat V A) Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155 Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 It used to be said [...] that AIX looks like one space alien discovered Unix, and described it to another different space alien who then implemented AIX. But their universal translators were broken and they'd had to gesture a lot. - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|