• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Mails von extern an Mailadresse gehen zurück, intern ok

Status
Für weitere Antworten geschlossen.
Hallo,

ich ziehe mit fetchmail ein Konto beim provicer wie folgt ab:
poll post.name.de with proto POP3
user 'catchall@rprengel.de' there with password 'xxxx' is * here

Eine Testmail an support@rprengel.de kommt auch im Postfix an aber Postfix findet das Postfach nicht.

postmaster@localhost.rprengel.de am 25.04.2006 12:16
Das E-Mail-System konnte diese Nachricht nicht übermitteln, ohne einen besonderen Grund dafür anzugeben. Überprüfen Sie die Adresse, und versuchen Sie es dann erneut. Wenn die Übermittlung nochmals fehlschlägt, wenden Sie sich an den Systemadministrator.
< srvmail.rprengel.de #5.0.0 X-Postfix; data format error. Command output: postmaster: Mailbox does not exist>

Das Postfach support existiert aber und wird für interen Mails auch munter genutzt.

Mappe ich im fetchmail-Aufruf direkt
user 'catchall@rprengel.de' there with password 'xxxx' is 'support' here
so klappt die Zustellung

Ich wühle mich jetzt seit Stunden durch div. Bücher aber offenbar überlese ich etwas.
Offenbar bekomme ich es nicht hin dem Postfix das Postfach support bekannt zu machen.






setgid_group = maildrop

# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory = /usr/share/man

# sample_directory: The location of the Postfix sample configuration files.
#
sample_directory = /usr/share/doc/packages/postfix/samples

# readme_directory: The location of the Postfix README files.
#
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical

Hier einmal der hoffentlich relevante Tel der main.cf.

Danke

# Stand 250406

mydomain = rprengel.de
#myhostname = srvmail.rprengel.de


#alias_maps = hash:/etc/postfix/aliases, hash:/var/lib/mailman/data/aliases
alias_maps = hash:/etc/postfix/aliases


mydestination = $mydomain
$myhostname
localhost.$mydomain

myorigin = $mydomain



mynetworks = 192.168.2.0/24,192.168.1.235/32,127.0.0.0/8

local_recipient_maps = proxy:unix:passwd.byname $alias_maps
relay_recipient_maps =

#virtual_maps = hash:/etc/postfix/virtual
virtual_alias_maps = hash:/etc/postfix/virtual_alias_maps


relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions =
masquerade_classes = envelope_sender, header_sender, header_recipient
program_directory = /usr/lib/postfix
inet_interfaces = 127.0.0.1 192.168.2.235
masquerade_domains = rprengel.de
defer_transports =
disable_dns_lookups = no

#T-Online nicht ndern
#relayhost = smtp-ext.bhp.t-online.de
default_transport = smtp
smtp_sasl_auth_enable = yes
#T-Online nicht ndern

relayhost = post.strato.de


mailbox_command = /usr/lib/cyrus/bin/deliver
mailbox_transport = cyrus


smtpd_sender_restrictions = hash:/etc/postfix/access,reject_non_fqdn_sender
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =



strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains,reject

content_filter = smtp-amavis:[127.0.0.1]:10024
html_directory = /usr/share/doc/packages/postfix/html

mailbox_size_limit = 99999999999
message_size_limit = 10240000000
 
Ich interpretiere deinen Eintrag in der .fetchmailrc
password 'xxxx' is * here
Das es sich um ein multidrop Mailaccount handelt. Das bedeutet alles vor dem @ ist eine gültige Mailadresse. Für eine Multidropaccount musst du aber weitere Angaben machen siehe:
http://www.linux-club.de/viewtopic.php?t=79
 
Status
Für weitere Antworten geschlossen.
Oben