Why Postfix is called Postfix and IBM secure mailer
1–10 of 25 posts
Re: Why Postfix is called Postfix and IBM secure mailer
#2IBM-SSH consistent of some IBM guy replacing every instance of "OpenSSH" with "IBM-SSH". One of the interns noticed with one release the find replace hit the man pages.
Re: Why Postfix is called Postfix and IBM secure mailer
#3Re: Why Postfix is called Postfix and IBM secure mailer
#4(Although the Postfix config files are no walk in the park either.)
[1] https://www.oreilly.com/library/view/sendmail-4th-edition/97...
Re: Why Postfix is called Postfix and IBM secure mailer
#5https://www.google.com/search?q=german+bubbles+bear&rlz=1C1C...
Re: Why Postfix is called Postfix and IBM secure mailer
#6Re: Why Postfix is called Postfix and IBM secure mailer
#7Re: Why Postfix is called Postfix and IBM secure mailer
#8How many greybeards here remember the O'reilly Sendmail bat book[1]? I built an ISP off of deciphering cryptic sendmail.cf parameters from it. This is what the "fix" in Postfix aims to "fix". (Although the Postfix config files are no walk in the park either.) [1] https://www.oreilly.com/library/view/sendmail-4th-edition/97...
Re: Why Postfix is called Postfix and IBM secure mailer
#9How many greybeards here remember the O'reilly Sendmail bat book[1]? I built an ISP off of deciphering cryptic sendmail.cf parameters from it. This is what the "fix" in Postfix aims to "fix". (Although the Postfix config files are no walk in the park either.) [1] https://www.oreilly.com/library/view/sendmail-4th-edition/97...
But you don’t need to know cryptic sendmail.cf parameters, you can just use m4 macros which are totally not cryptic at all.
From that, we see
LOCAL_NET_CONFIG
# This rule ensures that all local mail is delivered using the
# smtp transport, everything else will go via the smart host.
R$* $* $#smtp $@ $2.$m. $: $1 $3
dnl
Clear as day, right?Re: Why Postfix is called Postfix and IBM secure mailer
#10this is clear
> and "fix" was for Sendmail
this is unclear. I don't know how you get "fix" from "Sendmail"