Re: smtp-out: Address family mismatch

2020-07-26 Thread Peter J. Philipp
Hi, I don't know what this error entails but I took a peek at the source and found this in mta.c around lines 1575:     if ((c->source->sa && c->source->sa->sa_family != mx->host->sa->sa_family) ||     (l->family && l->family != mx->host->sa->

Re: smtp-out: Address family mismatch

2020-07-26 Thread Harald Dunkel
The Network error on destination MX has been resolved. The Address family mismatch is still open. smtpctl show queue gives me a9f755dd88e88083|inet4|mta||u...@example.com|cont...@bugs.debian.org|cont...@bugs.debian.org|1595227438|1595227438|0|27|pending|29446|Address family mismatch on destinat

Re: smtp-out: Address family mismatch

2020-07-22 Thread Thomas Bohl
Currently I have 100+ EMails queued with "Network error on destination MX". This is a severe regression since OpenBSD 6.6. Every insightful comment is highly appreciated Please show your complete config file. Maybe it has an error. My current (new-style) smtpd.conf has a line  action "r

Re: smtp-out: Address family mismatch

2020-07-21 Thread Peter J. Philipp
insightful comment is highly appreciated Harri On 7/6/20 9:01 AM, Harald Dunkel wrote: Hi folks, I see a lot of outgoing EMails queued with a message "smtp-out: Address family mismatch" in the log file. My colleagues don't like EMails being put on hold at all. Prior to 6.4 there wa

Re: smtp-out: Address family mismatch

2020-07-21 Thread Harald Dunkel
"smtp-out: Address family mismatch" in the log file. My colleagues don't like EMails being put on hold at all. Prior to 6.4 there was a limit mta inet4 The upgrade guide to the new smtpd.conf syntax (https://www.openbsd.org/faq/upgrade64.html) mentioned "set and limit r

Re: smtp-out: Address family mismatch

2020-07-11 Thread Harald Dunkel
Hi Thomas, On 7/7/20 2:12 AM, Thomas Bohl wrote: My guess would be that the target domain, at the time of the DNS query, only returned a IPv6 address. I have a similar problem. My config is action "relay2Internet" relay \     helo $hostn \     src {$v4adr, $v6adr} as I want to al

Re: smtp-out: Address family mismatch

2020-07-06 Thread Thomas Bohl
Hello, I see a lot of outgoing EMails queued with a message "smtp-out: Address family mismatch" in the log file. My colleagues don't like EMails being put on hold at all. My current (new-style) smtpd.conf has a line action "relay_external" relay src 192.168.1

smtp-out: Address family mismatch

2020-07-06 Thread Harald Dunkel
Hi folks, I see a lot of outgoing EMails queued with a message "smtp-out: Address family mismatch" in the log file. My colleagues don't like EMails being put on hold at all. Prior to 6.4 there was a limit mta inet4 The upgrade guide to the new smtpd.conf