Nikolaos Milas: > On 9/9/2011 4:00 ??, Wietse Venema wrote: > > > If you don't use permit_mynetworks at all (check with: "postconf | > > grep permit_mynetworks"), then mynetworks can be empty. > > Thanks Wietsie, > > mynetworks = 127.0.0.1/32 [::1]/128 > > seems the right solution. > > In fact I am using permit_mynetworks as the first entry in > smtpd_recipient_resctrictions. It seems it doesn't make any sense there, > so I can remove it?
See my previous reply. If you need to run programs that send mail via 127.0.0.1 or [::1], then you need permit_mynetworks. Wietse