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

[gelöst]Postfix Problem !!!

Hallo Leute

Vielleicht kann mir wer Helfen. Bin langsam am verzweifeln. Leider finde ich keine Lösung. Foren, Google usw. Auch diverse Bücher helfen mir nicht wirklich weider.

Hier mein Problem.
Postfix konfig. mit1 Domain und 2 Virtuellen Domains.

Domain 1 funkt.
1 Virtuelle Domain funkt auch
2 Virtuelle Domain funkt nur teilweise. Mail geht zwar durch aber diese Fehlermeldung bekommt man Retour ???


This is the Postfix program at host SVCTS-001.domain1.at.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The Postfix program

<VIRTUAL@SVCTS-001.domain1> (expanded from <office@domain3.at>): internal
software error. Command output: Failed to resolve recipient VIRTUAL


Hilfe warum habe nur ich diese Fehlermeldung !!!!

Bin dankbar für jeden Beitrag und Hilfe

Danke
 
http://www.linupedia.org/opensuse/Mailserver_mit_Postfix,_Fetchmail,_Dovecot

Mehr Informationen bezüglich Konfiguration, /etc/aliases usw. sind nötig.
 
Hallo

Spät aber doch

hier meine etc/postfix/main.cf
# -----------------------------------------------------------------------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 550
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
html_directory = /usr/share/doc/packages/postfix/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_alias_domains = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = NAME-001.domain1.at
mydomain = domain1.at
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain, localhost.localdomain, $mydomain,
defer_transports =
mynetworks_style = subnet
mynetworks = 192.168.100.0/24,127.0.0.0/8
disable_dns_lookups = no
relayhost =
mailbox_transport = zarafa:
zarafa_destination_recipient_limit = 1
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 15240000

hier meine /etc/alisases

andre: andre_domain1,
office: office_domain1,
sven: sven_domain1,

hier meine /etc/postfix/virtual

domain2.at domain2
office@domain2.at office_domain2
domain3.at domain3
office@domain3.at office_domain3

Danke
 
Bei dir existiert kein Empfänger VIRTUAL. Daher bekommst du auch die Fehlermeldung, weil Postfix den Benutzer bzw. das Postfach nicht kennt.
 
Oben