Re: [xmail] Address family fallback bug

2013-10-09 Thread fcxmail
Hi, thanks for the patch ! Could you publish or send to the list the diffs against 1.27 original for your patch, so everybody here could : 1 - check your source code (potential bugs, security holes, ...), its allways good to have some 'checkers' validating it 2 - compile on they favorite

Re: [xmail] Address family fallback bug

2013-10-09 Thread fcxmail
Oups, nevermind, I missed the diff was in your first post ! Sorry In case, have you made any news changes in this code after initial post ? (enhancements,...) Thanks again Francis === Message d'origine - 09/10/2013 09:55:27

Re: [xmail] Address family fallback bug

2013-04-15 Thread m...@rpzdesign.com
How to load up aliases.tab, domains.tab so that all email from a given domain forward to an internal or external email. Inside domains.tab mydomain.org Inside aliases.tab mydomain.org [tab] joe [tab] j...@mydomain.org [enter] mydomain.org [tab] * [tab] j...@externaldomain.com [enter] * [tab]

Re: [xmail] Address family fallback bug

2013-03-14 Thread fcxmail
Sorry for late response Does your patch tries all the mx assigned ips even in -m4 mode (ipv4 only) ? Do you have binaries available (here for win32) for testing ? (i don't have vc compiler here) Francis === Message d'origine - 10/02/2013 22:45:09

Re: [xmail] Address family fallback bug

2013-03-14 Thread Sob
Does your patch tries all the mx assigned ips even in -m4 mode (ipv4 only) ? Yes. I think it's the right thing to do. In most cases, the first address will work. And when it doesn't, it seems wrong to ignore others if present, because using them might be the only way to deliver the message

[xmail] Address family fallback bug

2013-02-10 Thread Sob
Hi On my servers, I noticed increasing number of failed deliveries with 417 Temporary delivery error and Error connecting to remote address. I did a little investigation and long story short, XMail doesn't handle address family fallback, when connection using preferred one does not succeed.