View Single Post

  #2 (permalink)  
Old 07-19-2006, 11:33 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Quote:
Does it matter that the main.cf.bak is configured instead of the main.cf. I am a little rusty on postfix and freebsd.
Noop, postfix always use main.cf.

Postfix allows smtp relaying from users in your "mynetworks" directive only. Make sure mynetworks contains both localhost and your subnet.

Make sure permit_mynetworks is configured properly. For example here is how mynetworks looks:

Code:
mynetworks = 192.168.1.0/24, 127.0.0.0/8
So all clients 192.168.1.0/24 would be able to send emails
Reply With Quote