Regarding Qpsmtpd (1 message)
Hi I just installed qpsmtpd on my system with 25 port and i have alsoinstalled postfix email server. I moved the smtp port of postfix to 2525 sothat i can configure. So then after i tried to send a...
View ArticleLogterse now on github (1 message)
I am migrating my web server and in the process have relocated the logterse plugin and ancillaries to github under qpsmtpd-logterse.Its unchanged from the version that was on ncc.com.auEnjoy!
View Articleqpsmtpd-dev release 0.92 (1 message)
I just tagged the 0.92 release of qpsmtpd-dev. It can be downloaded by clicking the Tags button on the github project page at https://github.com/qpsmtpd-dev/qpsmtpd-dev. The changes are listed...
View ArticleDevin's Received auth header patch (1 message)
Back in August of last year, Devin Carraway posted this:http://www.nntp.perl.org/group/perl.qpsmtpd/2012/08/msg9954.htmlAnd a very short discussion ensued. I have applied a modified portion of that...
View Articleplugin announcement: FCrDNS (1 message)
NAME Forward Confirmed RDNS - http://en.wikipedia.org/wiki/FCrDNSDESCRIPTION Determine if the SMTP sender has matching forward and reverse DNS. Sets the connection note fcrdns.WHY IT WORKS The reverse...
View Articleplugin announcement: DMARC (1 message)
NAME Domain-based Message Authentication, Reporting and ConformanceSYNOPSIS DMARC: an extremely reliable means to authenticate email.DESCRIPTION From the DMARC Draft: "DMARC operates as a policy layer...
View Articlenew feature: DKIM message signing (2 messages)
I added a signing feature to my DKIM plugin. https://github.com/qpsmtpd-dev/qpsmtpd-dev/blob/master/plugins/dkimMattPS: for added pleasure, I also added a script that makes deploying DKIM really,...
View Articleclamdscan plugin defaults (1 message)
Within the register sub of the clamdscan plugin, is this little nugget: # Set some sensible defaults $self->{'_args'}{'deny_viruses'} ||= 'yes'; $self->{'_args'}{'max_size'} ||= 128;...
View ArticleI found the future by dredging in the past (1 message)
I found myself wanting to check for clients who are adding illegal whitespace after the MAIL FROM and RCPT TO commands. Before I started hacking, I did a quick search and found this thread:Stricter...
View Articledb suite plugin (2 messages)
Hello, I try to use db suite plugin because I need to share the DB of greylisting with two server. My intention is to use a remote mysql server but I unable to understand where and how specify the...
View ArticleKW Distribution 17 MSI sans OS a un prix ... (1 message)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html><head><meta content="text/html; charset=ISO-8859-1"...
View ArticleMoved website to github (5 messages)
Hi everyone,First of all apologies for my absence and thank you in particular to Matt Simerson who's kept the project more or less alive.Robert migrated the website to github pages; I just updated the...
View ArticleFatal errors with Net-DNS-0.73 (5 messages)
I installed the new version of Net::DNS last night (version 0.73) andthat caused qpsmtpd to fail with a fatal error. Here's what I see inthe logs:2013-11-30 10:04:04 *** FATAL PROGRAM ERROR!! Unknown...
View Articleqpsmtpd as a mail proxy for outgoing mail (3 messages)
Hi list,I've been looking around for this solution and qpsmtpd seems to be the closest thing that I found. Let me explain:I would like to do something similar with SMTP that Perdition...
View ArticleAny chance of a new release? (2 messages)
Hello,Any chance of a new release? I ask because I encountered this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693179which is fixed by this patch:...
View ArticleYahoo's DMARC debacle (5 messages)
I'm sure that many of you know about this:http://www.ietf.org/mail-archive/web/ietf/current/msg87153.htmland are dealing with the fallout. I'm interested to know what people are doing about it. Does...
View ArticleRe: Yahoo's DMARC debacle (fwd) (3 messages)
I'm guessing that Matt didn't intend this information to be private to me.---------- Forwarded message ----------Date: Mon, 28 Apr 2014 09:45:55 -0700From: Matt Simerson <matt@tnpi.net>To:...
View ArticleSeeking senior perl dev with QP experience (1 message)
Hi all,My employer (eFolder, Inc - www.efolder.net) is seeking a senior Perl developer to join our team working on our email security software. I respect a lot of the regulars on this list, and our...
View Articlesending from other address (2 messages)
Hey guys,has qpsmtpd the ability that I can login as foo@mail.de andsend as bar@mail.de?I authenticate against vpopmail.Is there a built-in function or a hack for this?Thanks a lot :)Best regards,Daniel
View Article[patch] Expand tls plugin docs concerning certificate chains (1 message)
Perhaps counterintuitively, IO::Socket:SSL expects that multi-step SSLcert chains must have the intermediate certs in the SSL_cert_filepath and not the SSL_ca_file path. Add documentation on this...
View Article