Live data from Hacker News

Why Postfix is called Postfix and IBM secure mailer

marc.info

1–10 of 25 posts

Re: Why Postfix is called Postfix and IBM secure mailer

#2
This was a thing at IBM at that time. I remember eyerolling at a new employer where we per paying a few thousand dollars per server from "IBM-SSH".

IBM-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

#4
How 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

#8

How 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.

Re: Why Postfix is called Postfix and IBM secure mailer

#9

How 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.

For the benefit of those fortunate enough to have never had to configure that beast, you can find any number of terrifying examples. Here's one: https://tldp.org/LDP/nag2/x14661.html#X-087-2-SENDMAIL.MC.UU...

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?
Post reply on HN