Re: qpsmtpd-async

2008-12-24 Thread Bryan Heitman
Thanks Matt! We figured it out, we'll check that URL out. Best Bryan Heitman FuseMail, LLC Direct: 816.270.3460 Toll Free: 877.888.3873 x3460 Fax: 314.754.9932 Matt Sergeant wrote: On Sun, 21 Dec 2008 00:17:29 -0800 (PST), bryanh wrote: Because MySQL client libs are always blocking

Re: qpsmtpd-async

2008-12-24 Thread Bryan Heitman
MysqlAsync doesn't seem so stable. I get this scrolled over and over again, my config looks fine on MySQL 5.x MysqlAsync: this should never happen MysqlAsync: this should never happen MysqlAsync: this should never happen MysqlAsync: this should never happen MysqlAsync: this should never happen

Re: qpsmtpd-async

2008-12-24 Thread Bryan Heitman
it's not documented but i think it doesn't work for me because all my mysql boxes i use --old-password option Matt Sergeant wrote: On Sun, 21 Dec 2008 00:17:29 -0800 (PST), bryanh wrote: Because MySQL client libs are always blocking Rather than going through the rest of your mail,

Re: PATCH: allow regular expressions for address matching to be easily overridden

2008-12-24 Thread Jared Johnson
Good counterpoint... Attached a patch with <= 80 char lines and no qr//. Note that I also changed $atom_expr: - '[a-zA-Z0-9!#\$\%\&\x27\*\+\x2D\/=\?\^_`{\|}~]+'; + '[a-zA-Z0-9!#%&*+=?^_`{|}~\$\x27\x2D\/]+'; In my testing of the addition of qr// I confirmed that a lot of the escaping in the

Re: PATCH: Generalize spool dir permissions

2008-12-24 Thread Jared Johnson
Robert Spier wrote: Please try and wrap your lines at 80 characters. done... at work we actually have an svn hook to catch long lines and I've come to rely on it... but it looks for lines > 99 chars long :) + $self->log(LOGWARN,"Permissions on spool_dir $Spool_dir are not 2750")