Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Postfix Problem

Status
Not open for further replies.

w1nn3r

ISP
Sep 12, 2001
179
US
Hello,

Ive recently setup postfix with imapd and pop3d with squirrelmail. I also configured virtual domains so that someone@vdomain.org gets delivered to pop3dloginID which works ok. I can send mail to someone@vdomain.org and it accepts it and sends it to the correct local account, my problem is that if i were to compose a message as someone@vdomain.org and send it through postfix it kicks it back saying relaying denied. What do i have to set so that it will allow me to send my @vdomain.org through the postfix system.
 
Access control is based on IPs, not domains. See 'mynetworks' and 'relay_domains' in /etc/postfix/main.cf. For example, if you are on 10/8 subnet, you have to have this:
mynetworks = 127.0.0.0/8, 10.0.0.0/8
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top