eMails landen nicht im Postfach

peppich01

New Member
Hallo zusammen,

nachdem wir auf einen neuen vServer umgezogen sind, läuft eigentlich alles bestens. Leider kommen aber keine Emails an.

Der Versand der Emails klappt, auch die Emailabfrage mittels POP3 oder IMAP ist möglich. Aber die Postfächer sind immer leer.
Stattdessen landen alle Emails (egal aus welchem Postfach) auf einem meiner externen Mailkonten.

Wie es aussieht, nimmt der Server die Emails zwar an, kann Sie aber nicht lokal verteilen.
Die Absender erhalten einen "550 Unrouteable address" Fehler.

var/log/mail.log
Code:
Oct 31 15:09:50 vserver21xx postfix/smtpd[11012]: connect from mail-ew0-f46.google.com[209.85.215.46]
Oct 31 15:09:50 vserver21xx postfix/smtpd[11012]: 646A2130852: client=mail-ew0-f46.google.com[209.85.215.46]
Oct 31 15:09:50 vserver21xx postfix/cleanup[11016]: 646A2130852: message-id=<xxx.xxx@googlemail.com>
Oct 31 15:09:50 vserver21xx postfix/qmgr[10994]: 646A2130852: from=<xxx@googlemail.com>, size=2028, nrcpt=1 (queue active)
Oct 31 15:09:51 vserver21xx postfix/smtp[11000]: 646A2130852: to=<xxx@googlemail.com>, orig_to=<test1@domain.de>, relay=gmail-smtp-in.l.google.com[209.85.229.27]:25, delay=1.6, delays=0.04/0/0.05/1.5, dsn=2.0.0, status=sent (250 2.0.0 OK 1288534191 u11si7436496weq.91)
Oct 31 15:09:51 vserver21xx postfix/qmgr[10994]: 646A2130852: removed

Nachdem ich nun schon zwei Tage gesucht habe und das Forum auf den Kopf gestellt habe, komme ich nicht mehr weiter.

Auf dem Server läuft Debian/Postfix/Confixx

Hier die relevanten cf-Files:

/etc/postfix/main.fc

Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

myhostname = vserver21xx.vserver-xx.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = vserver21xx, vserver21xx.vserver-xx.de, localhost
relayhost = 
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
home_mailbox = Maildir/

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination

### CONFIXX POSTFIX ENTRY ###

virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains

### /CONFIXX POSTFIX ENTRY ###

/etc/procmailrc

Code:
DEFAULT=$HOME/Maildir/
LOGFILE=/var/log/procmail.log ## das ist fur DEBUG!
VERBOSE=on LOGABSTRACT=all ## das ist fur DEBUG!
DROPPRIVS=yes

/etc/procmailrc

Code:
DEFAULT=$HOME/Maildir/
LOGFILE=/var/log/procmail.log ## das ist fur DEBUG!
VERBOSE=on LOGABSTRACT=all ## das ist fur DEBUG!
DROPPRIVS=yes

in procmail.log wird nichts geschrieben.


Ich stehe momentan echt auf dem Schlauch. Hat einer von Euch vielleicht eine Idee, was das Problem sein könnte?


Gruß
peppich01
 
Hmmm, ich habe mal über die master.cf den smtpd gesprächiger gemacht

Code:
smtp      inet  n       -       n       -       -       smtpd -v

Wie es scheint, kann Postfix das Postfach noch der Adresse zuordnen, aber ws passiert dann?

Code:
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: maps_find: virtual_alias_maps: hash:/etc/postfix/confixx_virtualUsers(0,lock|fold_fix): test1@snack-web.de = web0p1
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: mail_addr_find: test1@domain.de -> web0p1
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: smtpd_check_rewrite: trying: permit_inet_interfaces
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: permit_inet_interfaces: mail-ew0-f46.google.com 209.85.215.46
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: connect to subsystem public/cleanup
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: public/cleanup socket: wanted attribute: queue_id
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute name: queue_id
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute value: 660E6130650
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: public/cleanup socket: wanted attribute: (list terminator)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute name: (end)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: send attr flags = 178
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: 660E6130650: client=mail-ew0-f46.google.com[209.85.215.46]
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: > mail-ew0-f46.google.com[209.85.215.46]: 250 2.1.5 Ok
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: < mail-ew0-f46.google.com[209.85.215.46]: DATA
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: > mail-ew0-f46.google.com[209.85.215.46]: 354 End data with <CR><LF>.<CR><LF>
Oct 31 16:47:28 vserver21xx postfix/cleanup[13774]: 660E6130650: message-id=<xxx@googlemail.com>
Oct 31 16:47:28 vserver21xx postfix/qmgr[13737]: BA51013072A: skipped, still being delivered
Oct 31 16:47:28 vserver21xx postfix/qmgr[13737]: 660E6130650: from=<yy@googlemail.com>, size=2035, nrcpt=1 (queue active)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: public/cleanup socket: wanted attribute: status
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute name: status
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute value: 0
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: public/cleanup socket: wanted attribute: reason
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute name: reason
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute value: (end)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: public/cleanup socket: wanted attribute: (list terminator)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: input attribute name: (end)
Oct 31 16:47:28 vserver21xx postfix/smtpd[13744]: > mail-ew0-f46.google.com[209.85.215.46]: 250 2.0.0 Ok: queued as 660E6130650
Oct 31 16:47:29 vserver21xx postfix/smtp[13739]: 660E6130650: to=<yy@googlemail.com>, orig_to=<test1@domain.de>, relay=gmail-smtp-in.l.google.com[209.85.229.27]:25, delay=1.6, delays=0.06/0/0.07/1.5, dsn=2.0.0, status=sent (250 2.0.0 OK 1288540049 t73si7524925weq.171)
Oct 31 16:47:29 vserver21xx postfix/qmgr[13737]: 660E6130650: removed

Kann mir das einer erklären?

Gruß
peppich01
 
Scheint ein Confixx-Problem zu sein. Bitte ins Confixx-Forum verschieben!!!

Hallo,

das ganze scheint ein Problem mit der Confixx-Installation zu sein.
Zum Einen habe ich im Confixx-Forum einige ähnliche Threads finden können, zum anderen gibt es folgendes Phänomen:

Wenn ich den Server neu aufsetze und von Hand (in Confixx) eine Domain und eine Emailadresse einrichte, klappt alles.

Wenn ich ein vorhandenes Backup des alten Servers auf den neuen Server einspiele, dann habe ich das beschriebene Problem.


@Mods:
Kann bitte jemand diesen Thread in das Confixx-Forum verschieben?

Freundliche Grüße
peppich01
 
Back
Top