This is a discussion on Re: relay access denied within the mailing.postfix.users forums, part of the Mail Servers and Related category; CutMaster wrote: > I changed the mynetworks like you said, then restart... Still the same :S > I tried to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
CutMaster wrote:
> I changed the mynetworks like you said, then restart... Still the same :S > I tried to change inet_interfaces to all (just for testing) and it's still the same. > The computer from which I want to send an email is having it's ip by another DHCP server (not the linux one) > on a windows domain. But the IP masks are the same for everyone : 192.168.154.* > Where's my error ? > > Here's the new postconf -n : > mynetworks = 127.0.0.0/8, 192.168.0.0/24 You say your clients are in the network 192.168.154.0/24 and you configured 192.168.0.0/24 in your main.cf. Your postfix only relays mails coming from the network 127.0.0.8 and from hosts with ip-addresses out of the following address-range: 192.168.0.1 -- 192.168.0.254 So i suggest either to change your dhcp-server to hand out ip-adresses in the configured network, i.e. 192.168.0.0/24 (that's a c-net btw.) or you configure postfix like this: mynetwork = 127.0.0.0/8, 192.168.154.0/24 Regards, Peter Hermanns -- Peter Hermanns Networking Development System Developer iAS interActive Systems Gesellschaft fuer interaktive Medien mbH Dieffenbachstr. 33c 10967 Berlin Germany fon +49-(0)30 69 004-123 fax +49-(0)30 69 004-101 mail peter.hermanns@interActive-Systems.de URL http://www.interActive-Systems.de |