[Postfixbuch-users] Mail an unbekannten User angenommen

Thomas Grieder postfix at moonsmile.ch
Mo Nov 1 11:34:46 CET 2004


Ralf Hildebrandt wrote:
> * Thomas Grieder <postfix at moonsmile.ch>:
> 
> 
>>Wieso hat Postfix diese (virenverseuchte) Nachricht angenommen?
> 
> 
> 1) Weil Du zustaendig für moonsmile.ch bist.
> 
> 2) Weil Du mail für unbekannte User nicht direkt abweist.
> 
> (local_recipient_maps =)
> 
> 
>>Received: from luetjens.org (p5487AC06.dip.t-dialin.net [84.135.172.6])
>>	by mail.moonsmile.ch (Postfix) with SMTP id B7F6A2092F2
>>	for <Griederdebian at moonsmile.ch>; Fri, 29 Oct 2004 23:52:46 +0200 
>>	(CEST)
> 
> 
> 

3) Zu blöd für Postfix :-)

Ja, ja. Das ist mir (jetzt) alles klar :-) Ich besuche bald den Postfix 
Kurs von Peer. Hoffentlich darf ich jetzt noch kommen ;-)

Habe jetzt die local_recipient_maps geändert:

alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = vscan:localhost:10024
daemon_directory = /usr/lib/postfix
delay_warning_time = 4h
header_checks = pcre:/etc/postfix/header_checks.pcre
home_mailbox = Maildir/
local_recipient_maps = $alias_maps $virtual_uid_maps
mailbox_command =
mailbox_size_limit = 0
maximal_queue_lifetime = 3d
message_size_limit = 20480000
mydestination = $myhostname	localhost.$myhostname	$mydomain	localhost 
lists.moonsmile.ch
mydomain = moonsmile.ch
myhostname = mail.moonsmile.ch
mynetworks = 127.0.0.0/8,192.168.0.0/24
myorigin = /etc/mailname
recipient_canonical_maps = hash:/etc/postfix/recipient_canonical
recipient_delimiter = +
relay_domains = smile.moonsmile.ch
sender_canonical_maps = hash:/etc/postfix/sender_canonical
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpasswd
smtp_sasl_security_options = noanonymous
smtpd_banner = $myhostname ESMTP
smtpd_recipient_restrictions = permit_sasl_authenticated, 
check_helo_access hash:/etc/postfix/helo_access, 
reject_non_fqdn_recipient,   reject_non_fqdn_sender, 
reject_unknown_sender_domain,   reject_unknown_recipient_domain, 
permit_mynetworks,   permit_sasl_authenticated,   check_recipient_maps, 
   reject_unauth_destination,   permit_auth_destination, 
check_sender_access hash:/etc/postfix/access,   check_recipient_access 
hash:/etc/postfix/recipient_access,   reject_invalid_hostname, 
reject_non_fqdn_hostname,   permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transport
virtual_gid_maps = mysql:/etc/postfix/ids.mysql
virtual_mailbox_base = /home/mail
virtual_mailbox_domains = klumpfuss-info.ch, lummerland.ch
virtual_mailbox_maps = mysql:/etc/postfix/mailbox.mysql
virtual_minimum_uid = 5000
virtual_uid_maps = mysql:/etc/postfix/ids.mysql

Gruss
Thomas



Mehr Informationen über die Mailingliste Postfixbuch-users