Offenes Relay bei Postfix trotz Auth

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
Anonymous
 

Offenes Relay bei Postfix trotz Auth

Post by Anonymous »

Gelöscht
Last edited by Anonymous on 2011-06-06 00:54, edited 1 time in total.
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Offenes Relay bei Postfix trotz Auth

Post by dodolin »

a) Sicher, dass du ein Open Relay bist?
b) Es fehlen leider die Angaben einiger Variablen.

Somit kann ich dir lediglich mal ein paar Links geben, vielleicht hilft dir das was...

http://www.postfix.org/uce.html#smtpd_r ... strictions
Geh das mal alles der Reihe nach durch.

Beispielkonfiguration:
http://server.1und1.com/root_server/mail/2.html
Anonymous
 

Re: Offenes Relay bei Postfix trotz Auth

Post by Anonymous »

Gelöscht
Last edited by Anonymous on 2011-06-06 00:54, edited 1 time in total.
mark
Posts: 295
Joined: 2003-04-15 16:48
Location: Oldenburg
Contact:
 

Re: Offenes Relay bei Postfix trotz Auth

Post by mark »

rsc wrote:

Code: Select all

smtpd_recipient_restrictions = check_recipient_maps, reject_rbl_client, reject_unauth_destination
Wenn ich das drin habe, oder das

Code: Select all

smtpd_recipient_restrictions = permit_sasl_authenticated, check_recipient_maps, reject_rbl_client, reject_unauth_destination
in meiner main.cf drin habe, kann ich erst recht relayen...why?
reject_rbl_client braucht noch einen Parameter:

reject_rbl_client domain.tld

eventuell ist das dein problem. nimm das mal raus.

Probier mal nur:

Code: Select all

smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination 
Außerdem zeig mal dein mynetworks ... (Kannst mir ja per PN schicken).

Gruß
mark
Anonymous
 

Re: Offenes Relay bei Postfix trotz Auth

Post by Anonymous »

Gelöscht
Last edited by Anonymous on 2011-06-06 00:55, edited 1 time in total.
Post Reply