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

"mail for xyz.com loops back to myself": smtp loka

Status
Für weitere Antworten geschlossen.

lomus

Newbie
Hallo zusammen,

ich habe die Herausforderung, auf einer Maschine zwei SMTP-Server laufen zu lassen:

1. Lotus Domino: nimmt nur Mails an lokale Mailboxen an (kein Relay per SMTP; ausnahme: Mails von 127.0.0.1)
2. Postfix: dient als Relay mit SMTP AUTH (ausschließlich) und benutzt als relayhost den Lotus Domino Server. Es sollen keine lokalen Accounts in postfix verwaltet werden, sondern alle Mails an den Domino Server geroutet werden.

So weit, so gut. Alles läuft wunderbar, bis auf den letzten Satz:
Wenn Postfix Mails an den Domino Server per SMTP weitergeben sollen, und die Empfängeradresse eine Domain enthält, deren MX auf den eigenen Rechner zeigt, dann meldet /var/log/mail:
---
May 19 10:53:46 h7102 postfix/smtp[25038]: 506FD334002: to=<magnus.lobenhofer@lomus.biz>, relay=none, delay=6, status=bounced (mail for lomus.biz loops back to myself)

May 19 10:53:47 h7102 postfix/cleanup[25037]: EBCE2334079: message-id=<20060519085346.EBCE2334079@mail.lomus.de>

May 19 10:53:48 h7102 postfix/qmgr[25027]: EBCE2334079: from=<>, size=2258, nrcpt=1 (queue active)

May 19 10:53:48 h7102 postfix/qmgr[25027]: 506FD334002: removed
---

Ich habe schon eine Menge ausprobiert, deshalb sende ich mal mein postconf -n mit:

Code:
h7102:/etc/postfix # postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
biff = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports = 
disable_dns_lookups = yes
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = 81.169.180.220
local_recipient_maps = 
local_transport = error:local mail delivery is disabled on this machine
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command = 
mailbox_size_limit = 0
mailbox_transport = 
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = 
masquerade_exceptions = root
message_size_limit = 10240000
mydestination = mail.lomusLocal.de
mydomain = lomusLocal.de
myhostname = mail.lomus.de
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relay_domains = all
relayhost = [127.0.0.1]:25
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = no
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = 
smtpd_helo_required = yes
smtpd_helo_restrictions = 
smtpd_recipient_restrictions = permit_sasl_authenticated,       permit_mynetworks,      check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = 
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_mailbox_domains = lomus.biz, lomus.de, msoutschek.de, schnauzenspass.de, schnauzen-spass.de
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_transport = smtp:127.0.0.1:25

Und hier das Log:

Code:
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: mynetworks ~? debug_peer_list
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: mynetworks ~? fast_flush_domains
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: mynetworks ~? mynetworks
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? debug_peer_list
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? fast_flush_domains
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? mynetworks
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? permit_mx_backup_networks
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? qmqpd_authorized_clients
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: relay_domains ~? relay_domains
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: permit_mx_backup_networks ~? debug_peer_list
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: permit_mx_backup_networks ~? fast_flush_domains
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: permit_mx_backup_networks ~? mynetworks
May 19 10:53:29 h7102 postfix/smtpd[25035]: match_string: permit_mx_backup_networks ~? permit_mx_backup_networks
May 19 10:53:30 h7102 postfix/smtpd[25035]: dict_open: hash:/etc/postfix/canonical
May 19 10:53:30 h7102 postfix/smtpd[25035]: dict_open: hash:/etc/postfix/virtual
May 19 10:53:31 h7102 postfix/smtpd[25035]: dict_open: hash:/etc/postfix/vmailbox
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? debug_peer_list
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? fast_flush_domains
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? mynetworks
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? permit_mx_backup_networks
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? qmqpd_authorized_clients
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? relay_domains
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: smtpd_access_maps ~? smtpd_access_maps
May 19 10:53:31 h7102 postfix/smtpd[25035]: dict_open: hash:/etc/postfix/access
May 19 10:53:31 h7102 postfix/smtpd[25035]: smtpd_sasl_initialize: SASL config file is smtpd.conf
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: fast_flush_domains ~? debug_peer_list
May 19 10:53:31 h7102 postfix/smtpd[25035]: match_string: fast_flush_domains ~? fast_flush_domains
May 19 10:53:31 h7102 postfix/smtpd[25035]: watchdog_create: 0x80a74e0 18000
May 19 10:53:31 h7102 postfix/smtpd[25035]: watchdog_stop: 0x80a74e0
May 19 10:53:31 h7102 postfix/smtpd[25035]: watchdog_start: 0x80a74e0
May 19 10:53:31 h7102 postfix/smtpd[25035]: connection established
May 19 10:53:31 h7102 postfix/smtpd[25035]: master_notify: status 0
May 19 10:53:31 h7102 postfix/smtpd[25035]: name_mask: resource
May 19 10:53:31 h7102 postfix/smtpd[25035]: name_mask: software
May 19 10:53:31 h7102 postfix/smtpd[25035]: name_mask: noanonymous
May 19 10:53:33 h7102 postfix/smtpd[25035]: connect from p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]
May 19 10:53:33 h7102 postfix/smtpd[25035]: match_list_match: p54AAC7FE.dip0.t-ipconnect.de: no match
May 19 10:53:33 h7102 postfix/smtpd[25035]: match_list_match: 84.170.199.254: no match
May 19 10:53:33 h7102 postfix/smtpd[25035]: match_list_match: p54AAC7FE.dip0.t-ipconnect.de: no match
May 19 10:53:33 h7102 postfix/smtpd[25035]: match_list_match: 84.170.199.254: no match
May 19 10:53:33 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 220 mail.lomus.de ESMTP Postfix
May 19 10:53:33 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:34 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: EHLO [192.168.1.25]
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-mail.lomus.de
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-PIPELINING
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-SIZE 10240000
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-VRFY
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-ETRN
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-AUTH PLAIN LOGIN
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250-AUTH=PLAIN LOGIN
May 19 10:53:34 h7102 postfix/smtpd[25035]: match_list_match: p54AAC7FE.dip0.t-ipconnect.de: no match
May 19 10:53:34 h7102 postfix/smtpd[25035]: match_list_match: 84.170.199.254: no match
May 19 10:53:34 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250 8BITMIME
May 19 10:53:35 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:35 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: AUTH PLAIN AGxvbXVzAGlkUmxkMUs3
May 19 10:53:35 h7102 postfix/smtpd[25035]: smtpd_sasl_authenticate: sasl_method PLAIN, init_response AGxvbXVzAGlkUmxkMUs3
May 19 10:53:35 h7102 postfix/smtpd[25035]: smtpd_sasl_authenticate: decoded initial response 
May 19 10:53:37 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 235 Authentication successful
May 19 10:53:37 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:37 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: MAIL FROM:<lomus@gmx.de>
May 19 10:53:37 h7102 postfix/smtpd[25035]: extract_addr: input: <lomus@gmx.de>
May 19 10:53:37 h7102 postfix/smtpd[25035]: smtpd_check_addr: addr=lomus@gmx.de
May 19 10:53:37 h7102 postfix/smtpd[25035]: connect to subsystem private/rewrite
May 19 10:53:37 h7102 postfix/smtpd[25035]: send attr request = rewrite
May 19 10:53:37 h7102 postfix/smtpd[25035]: send attr rule = canonicalize
May 19 10:53:37 h7102 postfix/smtpd[25035]: send attr address = lomus@gmx.de
May 19 10:53:37 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: (list terminator)
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:40 h7102 postfix/smtpd[25035]: rewrite_clnt: canonicalize: lomus@gmx.de -> lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr request = resolve
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr address = lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: transport
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: transport
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: smtp
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: nexthop
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: nexthop
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: [127.0.0.1]:25
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: recipient
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: recipient
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: flags
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: flags
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: 4096
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: (list terminator)
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:40 h7102 postfix/smtpd[25035]: resolve_clnt: `lomus@gmx.de' -> transp=`smtp' host=`[127.0.0.1]:25' rcpt=`lomus@gmx.de' flags= class=default
May 19 10:53:40 h7102 postfix/smtpd[25035]: ctable_locate: install entry key lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: extract_addr: result: lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: fsspace: .: block size 4096, blocks free 6233701
May 19 10:53:40 h7102 postfix/smtpd[25035]: smtpd_check_size: blocks 4096 avail 6233701 min_free 0 msg_size_limit 10240000
May 19 10:53:40 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250 Ok
May 19 10:53:40 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:40 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: RCPT TO:<magnus.lobenhofer@lomus.biz>
May 19 10:53:40 h7102 postfix/smtpd[25035]: extract_addr: input: <magnus.lobenhofer@lomus.biz>
May 19 10:53:40 h7102 postfix/smtpd[25035]: smtpd_check_addr: addr=magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr request = rewrite
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr rule = canonicalize
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr address = magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: (list terminator)
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:40 h7102 postfix/smtpd[25035]: rewrite_clnt: canonicalize: magnus.lobenhofer@lomus.biz -> magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr request = resolve
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr address = magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: transport
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: transport
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: smtp
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: nexthop
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: nexthop
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: recipient
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: recipient
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: flags
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: flags
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: 1024
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: (list terminator)
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:40 h7102 postfix/smtpd[25035]: resolve_clnt: `magnus.lobenhofer@lomus.biz' -> transp=`smtp' host=`lomus.biz' rcpt=`magnus.lobenhofer@lomus.biz' flags= class=virtual
May 19 10:53:40 h7102 postfix/smtpd[25035]: ctable_locate: install entry key magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: extract_addr: result: magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr request = rewrite
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr rule = canonicalize
May 19 10:53:40 h7102 postfix/smtpd[25035]: send attr address = postmaster
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: address
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute value: postmaster@mail.lomus.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: private/rewrite socket: wanted attribute: (list terminator)
May 19 10:53:40 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:40 h7102 postfix/smtpd[25035]: rewrite_clnt: canonicalize: postmaster -> postmaster@mail.lomus.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: >>> START Sender address RESTRICTIONS <<<
May 19 10:53:40 h7102 postfix/smtpd[25035]: generic_checks: name=hash:/etc/postfix/access
May 19 10:53:40 h7102 postfix/smtpd[25035]: check_mail_access: lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: ctable_locate: move existing entry key lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: check_access: lomus@gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: check_domain_access: gmx.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: check_access: lomus@
May 19 10:53:40 h7102 postfix/smtpd[25035]: generic_checks: name=check_sender_access status=0
May 19 10:53:40 h7102 postfix/smtpd[25035]: >>> END Sender address RESTRICTIONS <<<
May 19 10:53:40 h7102 postfix/smtpd[25035]: >>> START Recipient address RESTRICTIONS <<<
May 19 10:53:40 h7102 postfix/smtpd[25035]: generic_checks: name=permit_sasl_authenticated
May 19 10:53:40 h7102 postfix/smtpd[25035]: generic_checks: name=permit_sasl_authenticated status=1
May 19 10:53:40 h7102 postfix/smtpd[25035]: >>> CHECKING RECIPIENT MAPS <<<
May 19 10:53:40 h7102 postfix/smtpd[25035]: ctable_locate: move existing entry key magnus.lobenhofer@lomus.biz
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: recipient_canonical_maps: magnus.lobenhofer@lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_string: lomus.biz ~? mail.lomusLocal.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_list_match: lomus.biz: no match
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: recipient_canonical_maps: @lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: mail_addr_find: magnus.lobenhofer@lomus.biz -> (not found)
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: canonical_maps: magnus.lobenhofer@lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_string: lomus.biz ~? mail.lomusLocal.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_list_match: lomus.biz: no match
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: canonical_maps: @lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: mail_addr_find: magnus.lobenhofer@lomus.biz -> (not found)
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: virtual_alias_maps: magnus.lobenhofer@lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_string: lomus.biz ~? mail.lomusLocal.de
May 19 10:53:40 h7102 postfix/smtpd[25035]: match_list_match: lomus.biz: no match
May 19 10:53:40 h7102 postfix/smtpd[25035]: maps_find: virtual_alias_maps: @lomus.biz: not found
May 19 10:53:40 h7102 postfix/smtpd[25035]: mail_addr_find: magnus.lobenhofer@lomus.biz -> (not found)
May 19 10:53:41 h7102 postfix/smtpd[25035]: maps_find: virtual_mailbox_maps: magnus.lobenhofer@lomus.biz: not found
May 19 10:53:41 h7102 postfix/smtpd[25035]: match_string: lomus.biz ~? mail.lomusLocal.de
May 19 10:53:41 h7102 postfix/smtpd[25035]: match_list_match: lomus.biz: no match
May 19 10:53:41 h7102 postfix/smtpd[25035]: maps_find: virtual_mailbox_maps: hash:/etc/postfix/vmailbox(0,100): @lomus.biz = lomus.biz
May 19 10:53:41 h7102 postfix/smtpd[25035]: mail_addr_find: magnus.lobenhofer@lomus.biz -> lomus.biz
May 19 10:53:41 h7102 postfix/smtpd[25035]: connect to subsystem public/cleanup
May 19 10:53:41 h7102 postfix/smtpd[25035]: public/cleanup socket: wanted attribute: queue_id
May 19 10:53:41 h7102 postfix/smtpd[25035]: input attribute name: queue_id
May 19 10:53:41 h7102 postfix/smtpd[25035]: input attribute value: 506FD334002
May 19 10:53:41 h7102 postfix/smtpd[25035]: public/cleanup socket: wanted attribute: (list terminator)
May 19 10:53:41 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:41 h7102 postfix/smtpd[25035]: send attr flags = 50
May 19 10:53:41 h7102 postfix/smtpd[25035]: 506FD334002: client=p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254], sasl_method=PLAIN, sasl_username=lomus
May 19 10:53:41 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250 Ok
May 19 10:53:41 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:41 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: DATA
May 19 10:53:41 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 354 End data with <CR><LF>.<CR><LF>
May 19 10:53:41 h7102 postfix/smtpd[25035]: public/cleanup socket: wanted attribute: status
May 19 10:53:41 h7102 postfix/cleanup[25037]: 506FD334002: message-id=<7E179CE5-EE5D-41CE-B4A3-8074D7686AC3@gmx.de>
May 19 10:53:42 h7102 postfix/smtpd[25035]: input attribute name: status
May 19 10:53:42 h7102 postfix/smtpd[25035]: input attribute value: 0
May 19 10:53:42 h7102 postfix/smtpd[25035]: public/cleanup socket: wanted attribute: reason
May 19 10:53:42 h7102 postfix/smtpd[25035]: input attribute name: reason
May 19 10:53:42 h7102 postfix/smtpd[25035]: input attribute value: (end)
May 19 10:53:42 h7102 postfix/smtpd[25035]: public/cleanup socket: wanted attribute: (list terminator)
May 19 10:53:42 h7102 postfix/smtpd[25035]: input attribute name: (end)
May 19 10:53:42 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 250 Ok: queued as 506FD334002
May 19 10:53:42 h7102 postfix/smtpd[25035]: watchdog_pat: 0x80a74e0
May 19 10:53:42 h7102 postfix/qmgr[25027]: 506FD334002: from=<lomus@gmx.de>, size=605, nrcpt=1 (queue active)
May 19 10:53:46 h7102 postfix/smtp[25038]: 506FD334002: to=<magnus.lobenhofer@lomus.biz>, relay=none, delay=6, status=bounced (mail for lomus.biz loops back to myself)
May 19 10:53:47 h7102 postfix/cleanup[25037]: EBCE2334079: message-id=<20060519085346.EBCE2334079@mail.lomus.de>
May 19 10:53:48 h7102 postfix/qmgr[25027]: EBCE2334079: from=<>, size=2258, nrcpt=1 (queue active)
May 19 10:53:48 h7102 postfix/qmgr[25027]: 506FD334002: removed
May 19 10:53:54 h7102 postfix/smtp[25038]: EBCE2334079: to=<lomus@gmx.de>, relay=127.0.0.1[127.0.0.1], delay=8, status=sent (250 Message accepted for delivery)
May 19 10:53:54 h7102 postfix/qmgr[25027]: EBCE2334079: removed
May 19 10:54:42 h7102 postfix/smtpd[25035]: < p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: QUIT
May 19 10:54:42 h7102 postfix/smtpd[25035]: > p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]: 221 Bye
May 19 10:54:42 h7102 postfix/smtpd[25035]: disconnect from p54AAC7FE.dip0.t-ipconnect.de[84.170.199.254]

Wer kann mir helfen? Scheint so, daß sich Postfix IMMER zuständig fühlt.

Übrigens: Postfix antwortet auf Port 26, Lotus Domino auf Port 25.

DANKE!
 
Hallo!

Ich hab mal eine ähnliche Problemstellung per "/etc/postfix/transport" gelöst, dabei war allerdings eine Domino-Altlast tief im Intranet verborgen und sollte von einer Linuxkiste mit frischen, spam- und virusgefilterten, Mails versorgt werden.

Damit kann man dann sagen: "schick alles, was an @domain.de gerichtet ist an die Dominokiste weiter, alles andere soll ins Internet gepustet werden".

Da du beide Mailserver auf derselben Kiste betreibst, müsstest du "nur" dem lieben Herrn Domino sagen, dass er die Mails direkt ausliefern soll. Aber der kann sich ja bekanntermaßen recht zickig anstellen.

grüsse!!
 
Status
Für weitere Antworten geschlossen.
Oben