I think CLI is perfectly fine.
Just my 2 cents. Postfix is a name of SMTP server. It has nothing to do with fixups. What fixup does that it looks for SMTP protocol anomalies and drops connection when something is going wrong. Because SMTP is changing and servers and clients start using new features, or include some new stuff into headers which PIX doesn't understand it drops perfectly fine connections. Actually you need to get your PIX and SMTP server upgraded to the latest version.
Main Topics
Browse All Topics





by: grahamnonweilerPosted on 2007-11-17 at 15:31:55ID: 20305791
To remove "fixup" on SMTP...
If you have access to ASDM then:
Configuration --> Service Policy Rules --> General/Global Policy --> Edit ---> Rule Actions --> Untick ESMTP
Click OK --> Apply --> Save
If you do not have ASDM (which I would recommend you get as it really does save a lot of time) then the PIX CLI is:
en
(password)
conf t
no fixup protocol smtp 25
(ctrl+z)
wr me
exit