Re: Issues in the current HEAD

2015-01-03 Thread Jared Johnson
I'm about 51% sure that this will fix it, but I can't arrange a quick test just now because apparently xinetd is gone from os x mavericks. If you feel like testing this I would be interested in your results: index 3675829..141214c 100755 --- a/qpsmtpd +++ b/qpsmtpd @@ -17,8 +17,8 @@ delete $EN

Re: Issues in the current HEAD

2015-01-03 Thread Jared Johnson
Regarding the warn_handler message, I probably managed to mess up my recently merged https://github.com/smtpd/qpsmtpd/pull/168 for xinetd mode. Unfortunately my availability will be spotty this week. As a temporary fix, you could use a different mode (I recorded prefork) or un-merge that PR. Of

Issues with the dmarc/dkim plugins

2015-01-03 Thread salvisbe
I'm having a fatal issue with the dmarc plugin: when it's enabled then I get "Out of memory!" when trying to receive mail from -- gmail -- check-a...@verifier.port25.com -- checkmya...@auth.returnpath.net I'm not passing any parameters to dmarc, and upping the memory limit from 128MB to 19

Re: Issues in the current HEAD

2015-01-03 Thread salvisbe
I'm using xinetd according to http://wiki.qpsmtpd.org/doku.php?id=deploy:start, i.e. no daemon mode but just running exec qpsmtpd -Ursprüngliche Nachricht- Gesendet: Saturday, 03 January 2015 um 23:31:06 Uhr Von: "Jared Johnson" An: "salvi...@gmx.ch" Betreff: Re: Issues in the current

invalid_localhost test in helo plugin?

2015-01-03 Thread salvisbe
How can this ever pass when receiving mail from the outside? sub invalid_localhost { my ($self, $host) = @_; if ($self->is_localhost($self->qp->connection->remote_ip)) { $self->log(LOGDEBUG, "pass, is localhost"); return; } if ($host && lc $host eq 'localhost') {

summarize broken in HEAD

2015-01-03 Thread salvisbe
summarize is broken, too, in HEAD as well as in commit ee01a07 (2014-12-22 15:01:12 -0800): syntax error at ./summarize line 209, near "$message) " syntax error at ./summarize line 211, near "$message)" Execution of ./summarize aborted due to compilation errors. I'm puzzled by the error me

Issues in the current HEAD

2015-01-03 Thread salvisbe
Hi, I'm a long-time happy user of qpsmtpd with a small site, and right now I'm in the process of setting up my site on a new server and reinstalling qpsmtpd. I want to use auth_imap, which is in HEAD but not in 0.94, so I decided to try HEAD, but HEAD is broken: it does not announce "AUTH" at a