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