On Monday 20 October 2008 13:51:45 Wietse Venema wrote: > > There are two loop detection mechanisms. You override one with [] > > around the next-hop domain. This mechanism is based on MX lookups. > > You override the second one with myhostname, or a non-standard TCP > > server port. This mechanism is based on comparing the server's > > EHLO/HELO reply with the client's myhostname. > > I was a little too quick with responding. > > Loop detection is turned off when sending to a non-SMTP TCP port; > that's both loop detection by comparing the destination's IP > address(es) against the MTA's own IP address(es), and loop detection > by comparing the SMTP server's EHLO/HELO response against the SMTP > client's myhostname.
What I still don't understand: what does the filter action do with an empty nexthop specification, regardless of loop detection? I seem to observe that it uses the local host, but I'd like a definitive answer in case I interpret the observations wrongly. Then, even with loop detection active, I don't understand why it does detect a loop in the following case: On inxmx1.inxserver.de: # telnet localhost smtp Trying 127.0.0.1... Connected to inxmx1. Escape character is '^]'. 220 inxmx1.inxserver.de ESMTP Postfix ehlo localhost 250-inxmx1.inxserver.de 250-PIPELINING 250-SIZE 15360000 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN mail from:<[EMAIL PROTECTED]> 250 2.1.0 Ok rcpt to:<[EMAIL PROTECTED]> 250 2.1.5 Ok data 354 End data with <CR><LF>.<CR><LF> Subject: Test outgoing interface From: [EMAIL PROTECTED] Test . 250 2.0.0 Ok: queued as 69B5038874D The corresponding logs: inxmx1:/etc/postfix# grep 69B5038874D /var/log/mail.log Oct 22 08:53:54 inxmx1 postfix/smtpd[3803]: 69B5038874D: client=inxmx1[127.0.0.1] Oct 22 08:54:00 inxmx1 postfix/cleanup[3942]: 69B5038874D: message-id=<[EMAIL PROTECTED]> Oct 22 08:54:00 inxmx1 postfix/qmgr[19426]: 69B5038874D: from=<[EMAIL PROTECTED]>, size=375, nrcpt=1 (queue active) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: deliver_request_get: file active/69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr queue_id = 69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: 69B5038874D: to=<[EMAIL PROTECTED]>, relay=none, delay=10, delays=10/0.01/0/0, dsn=5.4.6, status=bounced (mail for inxmx1.inxserver.de loops back to myself) postconf -n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix debug_peer_level = 2 debug_peer_list = disable_vrfy_command = yes home_mailbox = Maildir/ inet_interfaces = all mailbox_size_limit = 0 maximal_backoff_time = 20000s message_size_limit = 15360000 mime_header_checks = regexp:/etc/postfix/mime_header_checks mydestination = $myhostname, localhost.$mydomain, localhost mydomain = inxserver.de myhostname = inxmx1.inxserver.de mynetworks = 213.144.20.0/27 192.168.178.0/24 myorigin = $mydomain readme_directory = no recipient_delimiter = + relay_domains = [can't disclose, does not contain $mydestination] smtp_destination_concurrency_limit = 40 smtpd_banner = $myhostname ESMTP $mail_name smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/exceptional-outgoing permit_mynetworks reject_non_fqdn_recipient reject_non_fqdn_sender warn_if_reject reject_unknown_sender_domain warn_if_reject reject_unknown_recipient_domain reject_unauth_destination check_client_access hash:/etc/postfix/dnsbl-whitelist reject_rbl_client zen.spamhaus.org reject_rbl_client ix.dnsbl.manitu.net transport_maps = hash:/etc/postfix/transport /etc/postfix/exceptional-outgoing: [EMAIL PROTECTED] FILTER smtp-exceptional: master.cf excerpt: smtp-exceptional unix - - n - - smtp -v -o myhostname=inxmx1b.inxserver.de -o smtp_helo_hostname=inxmx1b.inxserver.de -o smtp_bind_address=85.115.21.96 Client hostname and server helo name are different, so even when the loop detection is active, it should AFAICS not find a loop. Below is the full verbose output of the smtp process, in case more information is needed. > Wietse Regards Rainer inxmx1:/etc/postfix# grep -F postfix/smtp[3944] /var/log/mail.log Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const mail Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const ipv4 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: name_mask: ipv4 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const inxmx1b.inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const postdrop Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $myhostname, localhost.$mydomain, localhost -> inxmx1b.inxserver.de, localhost.inxserver.de, localhost Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $mydomain -> inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const /usr/lib/postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const /var/lib/postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const /usr/sbin Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const /var/spool/postfix Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const pid Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const all Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const double-bounce Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const nobody Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const hash:/etc/aliases Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 20080814 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 2.5.4 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const hash Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const deferred, defer Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const + Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const [relay domains] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $relay_domains -> [not public info] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const TZ MAIL_CONFIG LANG Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const subnet Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const += Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const -=+ Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const bounce Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const cleanup Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const defer Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const pickup Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const qmgr Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const rewrite Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const showq Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const error Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const flush Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const verify Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const trace Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 15360000 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 2 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 100s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 3600s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 3600s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 5s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 5s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 1000s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 1000s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 10s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 10s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 1s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 500s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 500s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 18000s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 18000s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 1s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 1s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 213.144.20.0/27 192.168.178.0/24 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: inet_addr_local: configured 4 IPv4 addresses Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 30s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 30s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 300s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 120s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 120s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 180s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 180s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 600s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 600s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 20s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 20s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 300s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 300s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 500s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 500s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 10s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 10s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 2s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 2s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 300s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 5s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 5s Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 90d Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 90d Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const resource, software Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $fallback_relay -> Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const postmaster Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const noplaintext, noanonymous Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $smtp_sasl_security_options -> noplaintext, noanonymous Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $smtp_tls_cert_file -> Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $smtp_tls_dcert_file -> Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const medium Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const SSLv3, TLSv1 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const hostname Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const nexthop, dot-nexthop Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const md5 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const cyrus Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 85.115.21.96 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: expand $myhostname -> inxmx1b.inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const dns Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const scache Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const canonical, virtual Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const 24 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const disable_esmtp,delay_dotcrlf Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dict_eval: const Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: process generation: 1267161 (1267161) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: match_string: fast_flush_domains ~? debug_peer_list Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: match_string: fast_flush_domains ~? fast_flush_domains Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: name_mask: canonical Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: name_mask: virtual Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: name_mask: dns Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: host name lookup methods: dns Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: auto_clnt_create: transport=local endpoint=private/scache Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: connection established Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: master_notify: status 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: deliver_request_initial: send initial status Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr status = 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 3 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: queue_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: queue_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: active Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: queue_id Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: queue_id Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: offset Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: offset Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 538 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: size Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: size Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 375 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: nexthop Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: nexthop Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: inxmx1.inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: encoding Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: encoding Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: sender Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: sender Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: envelope_id Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: envelope_id Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: ret_flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: ret_flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: time Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: time Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: /s3+SAAAAAA5EAQAAAAAAAjO/kgAAAAArF4KAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: log_client_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: log_client_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: inxmx1 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: log_client_address Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: log_client_address Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 127.0.0.1 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: log_client_port Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: log_client_port Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 52651 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: log_protocol_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: log_protocol_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: ESMTP Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: log_helo_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: log_helo_name Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: localhost Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: sasl_method Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: sasl_method Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: sasl_username Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: sasl_username Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: sasl_sender Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: sasl_sender Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: rewrite_context Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: rewrite_context Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: local Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: recipient_count Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: recipient_count Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 1 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: (list terminator) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: original_recipient Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: original_recipient Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: recipient Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: recipient Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: offset Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: offset Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 520 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: dsn_orig_rcpt Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: dsn_orig_rcpt Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: rfc822;[EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: notify_flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: notify_flags Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp-exceptionalrep socket: wanted attribute: (list terminator) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: deliver_request_get: file active/69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: deliver_message: from [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp_parse_destination: inxmx1.inxserver.de smtp Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: connecting to inxmx1.inxserver.de port 25 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dns_query: inxmx1.inxserver.de (MX): Host found but no data record of requested type Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp_addr_one: host inxmx1.inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: lookup inxmx1.inxserver.de type A flags 128 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dns_query: inxmx1.inxserver.de (A): OK Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: dns_get_answer: type A for inxmx1.inxserver.de Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: smtp_find_self: found self at pref 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: connect to subsystem private/bounce Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr nrequest = 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr flags = 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr queue_id = 69B5038874D Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr original_recipient = [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr recipient = [EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr offset = 520 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr dsn_orig_rcpt = rfc822;[EMAIL PROTECTED] Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr notify_flags = 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr status = 5.4.6 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr diag_type = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr diag_text = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr mta_type = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr mta_mname = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr action = failed Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr reason = mail for inxmx1.inxserver.de loops back to myself Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: private/bounce socket: wanted attribute: status Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: status Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute value: 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: private/bounce socket: wanted attribute: (list terminator) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: input attribute name: (end) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: 69B5038874D: to=<[EMAIL PROTECTED]>, relay=none, delay=10, delays=10/0.01/0/0, dsn=5.4.6, status=bounced (mail for inxmx1.inxserver.de loops back to myself) Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: deliver_request_final: send: "" 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr status = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr diag_type = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr diag_text = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr mta_type = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr mta_mname = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr action = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr reason = Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: send attr status = 0 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: master_notify: status 1 Oct 22 08:54:00 inxmx1 postfix/smtp[3944]: connection closed -- Software Developer Inxmail GmbH [EMAIL PROTECTED], www.inxmail.de Handelsregister Freiburg, HRB 5870 Ust.-ID: DE198371679 Geschäftsleitung: Martin Bucher, Peter Ziras