View Single Post
  #2   (View Single Post)  
Old 11th February 2017
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default

I managed to solve this...
2 changes
1) pf.conf rule
email_services = 2525
myemail = (my home email ip)
pass in proto tcp from $myemail to port $email_services
2) added to master.cf (Postfix)
2525 inet n - n - - smtpd

Since 2525 is only accessible from my home email server it isn't opened to the world and bypasses the spamd process completely, which is what I was trying to achieve.

If there is a more secure way to accomplish this, I would also that suggestion..
thx
__________________
All posts sent on ReCycled Electrons...
Reply With Quote