Agreed. Looking at this issue and mailwrapper among other config file issues. I had set all the options in rc.conf and periodic.conf. mailer.conf still points to sendmail binaries. I had to use ports to install Postfix to use PostgreSQL but must not have known to allow ports to change mailer.conf so I'll do it and run another test before going further with mailwrapper.
So this was already worth it for me as I thought I had already gotten rid of sendmail. Sure there is more to come. So updating mailer.conf got rid of sendmail. So now I need to move to the next step which is to understand what the resulting messages are telling me: Apr 26 11:22:57 white-home postfix/pickup[23008]: DE94263846: uid=1002 from=<xxxx> Apr 26 11:22:57 white-home postfix/cleanup[23025]: DE94263846: message-id=<20210426152257.de94263...@mail.white-home.net> Apr 26 11:22:57 white-home postfix/qmgr[23009]: DE94263846: from=<x...@mail.white-home.net>, size=309, nrcpt=1 (queue active) Apr 26 11:22:57 white-home postfix/virtual[23029]: DE94263846: to=<xxxx@localhost>, relay=virtual, delay=0.09, delays=0.04/0.02/0/0.02, dsn=5.1.1, status=bounced (unknown user: "xxxx@localhost") Apr 26 11:22:57 white-home postfix/cleanup[23025]: F0B4C63883: message-id=<20210426152257.f0b4c63...@mail.white-home.net> Apr 26 11:22:57 white-home postfix/bounce[23031]: DE94263846: sender non-delivery notification: F0B4C63883 Apr 26 11:22:57 white-home postfix/qmgr[23009]: F0B4C63883: from=<>, size=2215, nrcpt=1 (queue active) Apr 26 11:22:57 white-home postfix/qmgr[23009]: DE94263846: removed Apr 26 11:22:57 white-home postfix/virtual[23029]: F0B4C63883: to=<x...@mail.white-home.net>, relay=virtual, delay=0.01, delays=0/0/0/0, dsn=5.1.1, status=bounced (unknown user: "x...@mail.white-home.net") Apr 26 11:22:57 white-home postfix/qmgr[23009]: F0B4C63883: removed Now I am at a loss as to how to mix real and virtual users. I am using postfixadmin to manage my virtual user database and it does not allow me to add a localhost domain as I mentioned with my initial post. Agin I tried ‘localhost.’ thinking that might cover the ‘x.x’ edit. > On Apr 26, 2021, at 8:59 AM, Wietse Venema <wie...@porcupine.org> wrote: > > Michael White: >> Apr 26 10:18:20 white-home sendmail[20897]: 13QEIKZE020897: from=xxxxx, >> size=53, class=0, nrcpts=1, >> msgid=<20210455561418.13qddde020...@white-home.net>, relay=xxxx@localhost > > That is NOT POSTFIX. > > Wietse