On 1/23/2019 1:47 PM, Matt Wong wrote: > Ok, so the title isn't really helpful, so I try to explain it: > > I want to use Apache James as my primary MTA (please don't ask why - > just take it as given). Major issue: james doesn't have a local > sendmail command replacement. So I've looked up apache james doc > wich is heavy outdated. Also, I'm running opensuse 15.0 wich uses > full postfix instead of sendmail.
To disable smtpd, comment out the smtpd service in master.cf. To have postfix forward all mail to a specific SMTP server, set the relayhost parameter. If you're just looking for a replacement for the sendmail command that can forward to a local SMTP server, the mini_sendmail program is probably just what you need. https://acme.com/software/mini_sendmail/ Packages are available for most systems. -- Noel Jones