postfix-users March 2010 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: RE: FW: PCI Compliance

RE: FW: PCI Compliance

From: Jonathan Tripathy <jonnyt_at_nospam>
Date: Thu Mar 18 2010 - 16:14:31 GMT
To: <postfix-users@postfix.org>

It works in practice. A few Postfix TLS proxies have been terminating TLS
connections, making access control decisions and forwarding unencrypted
SMTP to a non-Postfix server for many years now.

These systems only run "smtpd" as a proxy, and use various internal
services, but otherwise there is no message processing. There is
no logging from cleanup(8), qmgr(8), smtp(8), ... connectins come
in and then they go out. Mail is never queued on the TLS proxy.

----------------------------------------------------------------------

How does one configure postfix to act like this?