Am 08.02.2013 11:25, schrieb Marek Matejka: > Hello, > > I'm using postfix-2.6.6-2.2.el6_1.x86_64. > > Relevant part from transport table: > aa_volmejlt...@volny.cz lmtp1:[m1.volny.internal]:26667 > > Relevant part of logs: > Feb 6 18:08:46 mx1 postfix/smtpd[14553]: AD0CC3006D9: > client=host.domain.cz[2a00:1450:XXXX:XXX::XXX] > Feb 6 18:08:46 mx1 postfix/cleanup[15208]: AD0CC3006D9: > message-id=<xxxxxx...@host.domain.cz> > Feb 6 18:08:46 mx1 postfix/qmgr[26146]: AD0CC3006D9: > from=<info+bncbaabbfu4zkeakgqeo374...@domain.cz>, size=33423, nrcpt=1 > (queue active) > Feb 6 18:08:46 mx1 postfix/lmtp[15107]: AD0CC3006D9: > to=<aa_volmejlt...@volny.cz>, relay=none, delay=2.6, delays=2.6/0/0/0, > dsn=5.4.4, status=bounced (Host or domain name not found. Name service > error for name=m1.volny.internal type=AAAA: Host not found) > Feb 6 18:08:46 mx1 postfix/bounce[15217]: AD0CC3006D9: sender > non-delivery notification: D92113006E2 > Feb 6 18:08:46 mx1 postfix/qmgr[26146]: AD0CC3006D9: removed > > Host m1.volny.internal is IPv4 only. Why Postfix not use IPv4 protocol?
perhaps it cant find a ipv4 address for m1.volny.internal in your dns ? what says dig m1.volny.internal on your mailserver also you might set inet_protocols = ipv4 in main.cf inet_protocols (default: all) The Internet protocols Postfix will attempt to use when making or accepting connections. Specify one or more of "ipv4" or "ipv6", separated by whitespace or commas. The form "all" is equivalent to "ipv4, ipv6" or "ipv4", depending on whether the operating system implements IPv6. With Postfix 2.8 and earlier the default is "ipv4". For backwards compatibility with these releases, the Postfix 2.9 and later upgrade procedure appends an explicit "inet_protocols = ipv4" setting to main.cf when no explicit setting is present. This compatibility workaround will be phased out as IPv6 deployment becomes more common. This feature is available in Postfix 2.2 and later. Note: you MUST stop and start Postfix after changing this parameter. On systems that pre-date IPV6_V6ONLY support (RFC 3493), an IPv6 server will also accept IPv4 connections, even when IPv4 is turned off with the inet_protocols parameter. On systems with IPV6_V6ONLY support, Postfix will use separate server sockets for IPv6 and IPv4, and each will accept only connections for the corresponding protocol. When IPv4 support is enabled via the inet_protocols parameter, Postfix will look up DNS type A records, and will convert IPv4-in-IPv6 client IP addresses (::ffff:1.2.3.4) to their original IPv4 form (1.2.3.4). The latter is needed on hosts that pre-date IPV6_V6ONLY support (RFC 3493). When IPv6 support is enabled via the inet_protocols parameter, Postfix will do DNS type AAAA record lookups. When both IPv4 and IPv6 support are enabled, the Postfix SMTP client will attempt to connect via IPv6 before attempting to use IPv4. Examples: inet_protocols = ipv4 inet_protocols = all (DEFAULT) inet_protocols = ipv6 inet_protocols = ipv4, ipv6 > > Thanks > > Marek Matejka Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich