qmail - the 2nd most hated MTA on the internet

I used to be able to make mail/qmail work with mail/vpopmail, but it's been a while.

Are these ports broken, or have I unlearnt something in the intervening years?

Specifically, I am totally unable to make roaming users or auth_smtp work, no matter what I try.

Just trying to get some mail going on a Digital Ocean droplet and don't want to choke down a whole lot of documents just now, so I'm trying to go with what used to work for me.

As for VPopMail's roaming users, it's pretty plain that VPopMail isn't updating the ~vpopmail/etc/tcp.smtp.cdb (or tcp.smtp) in response to my logging in. The text file is unaltered, and the cdb file is exactly the same size before and after login.

All my WWW searches are pulling up stuff from the last century. Any suggestions?
 
All my WWW searches are pulling up stuff from the last century. Any suggestions?
Isn't that expected? Is Daniel Bernstein coding again? That would be the first time in this millennium :) For starters all those patches from 20+ some years for qmail, tunydns, djbdns, and the rest of his tools should be integrated by "upstream". I am sure code could use some refreshing too.
 
The stuff wont even compile anymore on OpenBSD.

The FreeBSD ports seem resonably actively maintained though.

But the linux-centric toaster sites seem dodgier than porn.
 
There are other, better-supported and more common MTAs. You're going to have to switch at some point, so now might be a good time.
 
Looks like

Just reading up on OpenSMTPD
Pretty easy reading as learning a new MTA goes. OpenBSD gang generally do good things.

The massively broken inter7 web site scared the crap out of me. Just buttons that do nothing mixed with some dead links.
 
My main motivation here is to avoid paying to renew some hosting that comes due in a couple days.

I've got the qmail crap up and accepting mail for the addresses in question but can't send. I'll puzzle out OpenSMTPD over the weekend.

Apparently, I've greatly underestimated the extent of my skill rot.
 
There aren't any MTAs with a completely clear security record, including Postfix. Pick one that is well supported and has a large group of users.
 
There aren't any MTAs with a completely clear security record, including Postfix. Pick one that is well supported and has a large group of users.
I'll concur with this recommendation, but add sendmail to Postfix as recommendations. Both are widely used and well supported. Sendmail is part of the
distribution, on the .cd1.iso installation disk.

I have used sendmail for the past 20-odd years on a variety of systems, and am about to migrate from Solaris to FreeBSD sendmail with a configuration that has been built up over several years. Sendmail administration sounds complex, but isn't. Use the m4 macro files (*.mc) to build the .cf files. The README included in the sendmail distribution covers most of the basics, although purchase of the O'Reilly "Bat Book"
(Sendmail) gives you a lot more detail and I'd recommend it.
 
Since you mention it, I use Sendmail also. Look at /etc/mail/Makefile, which makes it surprisingly easier to use. make maps, for example.
 
Back
Top