On Tue, Jun 2, 2009 at 10:55 AM, Sthu Pous <sthu.p...@gmail.com> wrote: > Good day. > > Could You please, explain me how it is possible for the users from local net > to > send mail if we have in main.cf: > > mynetworks = 127.0.0.0/8
You want / need to also add the network parameter for which your local clients are on. For example my office IP's are as follows: 10.1.1.100 10.1.1.101 10.1.1.103 So for those three machines above to be able to send email using Postfix, I need add the following to '/etc/postfix/mynetworks': 127.0.0.0/8 10.1.0.0/16 Try that, reload Postfix and try and send email. Hope that helps. Also your logs should show some errors if not resolving.