smtp/maildir queue plugin

2008-09-22 Thread Kaare Rasmussen
Hi I'm playing around with qpsmtpd to see if I can use it for my purposes. It's great fun to discover how easy it is to extend the plugin system. I have this setup with virtual users and a maildir backend (actually it's Courier right now). I wonder if it's considered a bad idea if I write a

Re: smtp/maildir queue plugin

2008-09-23 Thread Kaare Rasmussen
Hi Steve Thanks for your reply. I have some follow-up questions. I'm not experienced in mail delivery rules... I'd be happy for pointers to documentation. There are plugins already present to do local maildir delivery, and forward via SMTP. So I'd suggest you just augment those separat

Re: Christmas release?

2008-12-23 Thread Kaare Rasmussen
> > On Dec 19, 2008, at 18:56, Matt Sergeant wrote: > >> Shall we do a release for xmas? It's been forever... On the topic of releasing, why isn't qpsmtpd released to CPAN? -- Med venlig hilsen Kaare Rasmussen, Jasonic Jasonic Telefon: +45 3816 258

Re: Christmas release?

2009-01-04 Thread Kaare Rasmussen
dy really cared to scratch yet? -- Med venlig hilsen Kaare Rasmussen, Jasonic Jasonic Telefon: +45 3816 2582 Nordre Fasanvej 12 2000 Frederiksberg Email: ka...@jasonic.dk

Re: qpsmtpd-async weird ParaDNS lookup problem + code fix

2014-08-12 Thread Kaare Rasmussen
Hi Matt How about putting it on Github? Then anybody can look and decide if they want to continue work on it and perhaps make it cpan -ready. To be fair I don't do perl coding any more, so I'm happy for someone to take over ParaDNS maintainence. ParaDNS-XS is in my SVN server. Happy to shar

Config advice

2014-09-23 Thread Kaare Rasmussen
Hi I haven't touched my qpsmtpd setup for years, but I'm moving it and want to upgrade now. So I seek advice for how to setup the current qpsmtpd. What I want: qpsmtpd receives all mail to my domains. the local users will use qpsmtpd as a smtp server. This means that the local users will log

Re: Config advice

2014-09-24 Thread Kaare Rasmussen
Hi Matt Thanks for your reply, I really appreciate that. Against, standard behavior is to accept authenticated local users on port 587. I only have 25 to play with (without having to do a lot of reshuffling, which I hope to avoid). But I guess that shoud be OK - it's been working with qpsmtp

Re: Config advice

2014-09-25 Thread Kaare Rasmussen
Hi List Just for the records. I tried to install another ssl certificate, and then it works. This means that Thunderbird doesn't like the self signed certificate generated by plugins/tls_cert I just would have wanted Thunderbird to tell about it. Instead it just stopped very Microsoftish wit

/usr/bin/env perl

2014-10-02 Thread Kaare Rasmussen
Hi I use perlbrew and therefore change the first line of e.g. qpsmtpd-forkserver to /usr/bin/env perl. It has possibly been discussed before (?) but are there anything that prevents this to go into the repo?