← Back to team overview

sslug-teknik team mailing list archive

Re: Ang connect til en Postfix med en ikke sasl client

 

On Mon, 25 Jan 2010 23:47:00 +0100
Casper Sørensen <casper@xxxxxxxxxx> wrote:

> 
> Jeg er også ved og finde ud af hvordan jeg kan komme til og bruge
> spamhaus.org listen ang det med spam, men postfix filen driller lidt med og
> godtage den linje jeg har læst at jeg skal tilføje.
> 
> 
dspam kombineret med nedenstående fanger 99%

smtpd_helo_required = yes
smtpd_delay_reject = yes
smtpd_disable_vrfy_command = yes

smtpd_helo_restrictions =
        permit_mynetworks,
        reject_invalid_hostname,
        reject_invalid_helo_hostname,
        reject_non_fqdn_hostname

smtpd_data_restrictions =
        permit_mynetworks,
        reject_unauth_pipelining

smtpd_sender_restrictions =
        permit_sasl_authenticated,
        permit_mynetworks,
        reject_rhsbl_sender dsn.rfc-ignorant.org
 
smtpd_recipient_restrictions =
        permit_sasl_authenticated,
        permit_mynetworks,
        reject_invalid_hostname,
        reject_unknown_recipient_domain,
        reject_unauth_destination,
        reject_unauth_pipelining,
        reject_non_fqdn_recipient,


-- 
Hilsen/Regards
Michael Rasmussen
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
A computer is like air conditioning: it becomes useless when you open
windows.

Attachment: signature.asc
Description: PGP signature


Follow ups

References