Postfix works great when I start it manually. Can relay off of it from other hosts on my network; telnet to it on port 25 etc.
How do I get it to auto start such that It will always be listening on port 25?
I understand it starts up every minute or so and sends whatever has been manually written to the queue (like with the mail command) but I want it listening for connections on port 25 (Which it does if I start it manually).
I've found a bunch of things online but can't get any to work (they seem to apply to previous versions of OS X).
/System/Library/LaunchDaemons/com.apple.postfix.custom.plist
(or similar name) and restart your computer. Because of how Catalina (and Mojave) split the boot drive, you are actually writing to the data volume, so no need to disable SIP. I have not tried putting the files in /Library/ as this worked. – lbutlr Aug 15 '20 at 20:08