Re: [fw-wiz] FWTK and smap/smapd

From: Bennett Todd (bet@rahul.net)
Date: 07/17/02


From: Bennett Todd <bet@rahul.net>
To: firewall-wizards@honor.icsalabs.com
Date: Wed Jul 17 15:36:02 2002


2002-07-17-13:16:25 Joseph S D Yao:
> I did not know that the Obtuse 'smtpd' was being distributed with
> 'postfix'.

It's not.

But Postfix and qmail both use modern design techniques for secure
Mail Transport Agent implementations: namely, they decompose the
problem into simpler subtasks, each of which is handled by a
separate program that is as small and simple as it can be, and still
deliver the needed functionality. Any process that can run as an
unprivileged user does so; any program that can run chrooted does
so. Least privilege.

Postfix's internal SMTP daemon process is, understandably, called
smtpd, despite the fact that another program of the same name has
been distributed; given that it's an internal component of postfix
the conflict is probably not important.

-Bennett






Relevant Pages

  • "securing" postfix (was Re: Did I send that? (reading postfix logs))
    ... If you relay for it then it isn't hosted locally. ... relayhost parameter tells postfix to send all mail via smtp to another ... If on your laptop you never receive mail (via smtp) from the outside ... simply not start the smtpd process. ...
    (Debian-User)
  • Re: [fw-wiz] FWTK and smap/smapd
    ... > Postfix's smtpd is essentially smap on steroids. ... It does roughly the same thing as 'smap'. ... I would not consider "using 'postfix' as a proxy" to be the same thing ...
    (Firewall-Wizards)
  • TCL Scripting for Postfix Policy Server.
    ... I'm trying to develop a tcl policy server for postfix. ... some problem when i have to puts "action=DUNNO" to smtpd ...
    (comp.lang.tcl)
  • piping unknown number of elements to an array
    ... I need to write a script that monitors our postfix. ... nothing shows except the grep statement. ... What I want to do is load each of these lines into an array so I can loop through ...
    (comp.unix.shell)