[Postfixbuch-users] Versand von bestimmter E-Mail adresse geht an Virtuellen User

Marvin Stark marv at der-marv.de
Do Nov 10 11:49:33 CET 2005


Hi,

ich habe mir ein Mailsystem aufgebaut was folgende Komponenten verwendet:
dovecot - als IMAPD
PostgreSQL - als Userdatenbank
Postfix - als MTA

Der mail Versand funktioniert wunderbar, ausser zu einer Adresse.
Ich habe einen user "marv"(marv at marv.podzone.org) in der Datenbank, sendet 
dieser eine E-Mail an marv at der-marv.de, geht diese E-Mail in sein Maildir...
Hier mal ein Auszug aus der logdatei:

-------------------------- start mail.log --------------------------
postfix/virtual[1309]: 3D05B10055: to=<marv at marv.podzone.org>, 
orig_to=<marv at der-marv.de>, relay=virtual, delay=0, status=sent (delivered to 
maildir)
-------------------------- end mail.log --------------------------

Meine main.cf sieht so aus:

-------------------------- start main.cf  --------------------------
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
delay_warning_time = 4h
inet_interfaces = all
local_transport = virtual:$myhostname
mail_name = The marv.podzone.org mailsystem
mailbox_size_limit = 0
mydestination = $myhostname, localhost
myhostname = marv.podzone.org
mynetworks = 127.0.0.1/32
myorigin = $myhostname
recipient_delimiter = +
smtp_sasl_auth_enable = no
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = reject_invalid_hostname, reject_rbl_client 
relays.ordb.org
smtpd_helo_required = yes
smtpd_helo_restrictions = reject_invalid_hostname
smtpd_recipient_restrictions = permit_mynetworks, 
reject_unknown_recipient_domain, permit_sasl_authenticated, 
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/mail.cert
smtpd_tls_key_file = /etc/postfix/mail.key
smtpd_use_tls = yes
virtual_alias_maps = pgsql:/etc/postfix/pgsql-valias.cf
virtual_gid_maps = static:2000
virtual_mailbox_base = /
virtual_mailbox_maps = pgsql:/etc/postfix/pgsql-vmaps.cf
virtual_uid_maps = static:2000
-------------------------- end main.cf  --------------------------
-- 
 .""`.     Marvin Stark <marv at der-marv.de>
: :"  :    credativ.de - The creative IT consultants
`. `"`
  `-  Debian - when you have better things to do than fix a system



Mehr Informationen über die Mailingliste Postfixbuch-users