I'm not sure there are a lot of folks doing this, but if you want to use
in make.conf, I've discovered that - in addition to editing mailer.conf and setting SENDMAIL_CF_DIR, I also now must set
If I don't do this, the db files in /etc/mail don't work. Maybe this is documented somewhere and I'm an idiot, but I thought I'd put it out there in case it saves someone else some trouble.
Code:
WITH_SENDMAIL_PORT=yes
in make.conf, I've discovered that - in addition to editing mailer.conf and setting SENDMAIL_CF_DIR, I also now must set
Code:
MAKEMAP=/usr/local/sbin/makemap
If I don't do this, the db files in /etc/mail don't work. Maybe this is documented somewhere and I'm an idiot, but I thought I'd put it out there in case it saves someone else some trouble.