Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-05 Thread sunil+smtpd
adding misc@opensmtpd.org... --- Begin Message --- Gilles Chehade wrote: > On Wed, Dec 05, 2018 at 04:53:20AM +, sunil+sm...@nimmagadda.net wrote: > > Gilles Chehade wrote: > > [...] > > > > ascii_load_bounce_type(enum bounce_type *dest, char *buf) > > > > { > > > > if

Re: Opensmtpd failover

2018-12-05 Thread Mik J
Thank you everyone for replying to my question. First I think to work on the backup mx server (without any storage), as it was suggested. And see how it goes. Le mercredi 5 décembre 2018 à 10:31:35 UTC+1, Gilles Chehade a écrit : On Wed, Dec 05, 2018 at 10:21:13AM +0100, Aham

root privileges for smtpctl show stats

2018-12-05 Thread Mik J
Hello, I can see that retriving the statistics requires root privileges $ /usr/sbin/smtpctl show stats smtpctl: need root privileges But in my opinion some users should be able to retrieve these stats. In my context, it's the snmpd process which tries to retrieve the stats. Regards

Re: Opensmtpd failover

2018-12-05 Thread Gilles Chehade
On Wed, Dec 05, 2018 at 10:21:13AM +0100, Aham Brahmasmi wrote: > Hello Craig, > > > > But why? Just deliver it and be done. Can't see many drawbacks in > > > that. > > > > > > > Backup MX servers don't have any mail storage, nor IMAP/POP daemon. > > > > They are another hop along the delivery

Re: Opensmtpd failover

2018-12-05 Thread Aham Brahmasmi
Hello Craig, > > But why? Just deliver it and be done. Can't see many drawbacks in > > that. > > > > Backup MX servers don't have any mail storage, nor IMAP/POP daemon. > > They are another hop along the delivery path to the primary MX servers. > > > > Backup MX machines are not the

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-05 Thread Gilles Chehade
On Wed, Dec 05, 2018 at 04:53:20AM +, sunil+sm...@nimmagadda.net wrote: > Gilles Chehade wrote: > [...] > > > ascii_load_bounce_type(enum bounce_type *dest, char *buf) > > > { > > > if (strcasecmp(buf, "error") == 0) > > > - *dest = B_ERROR; > > > + *dest = B_FAILED; > > >