![]() |
Postfix issue - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Postfix issue (/thread-2874.html) |
Postfix issue - skysel - 03-28-2008 07:22 PM I have a following problem: All outside MTA's which are connecting to my box, have ip 10.0.0.5 (due to firewall and no it cannot be changed). Meaning, I have to add 10.0.0.5 to mynetworks in order for mail to get delivered from my box to some other box. But problem is, spammers can easily take advantage of this so i cannot really have this enabled. I tried enabling smtpd auth but it doesnt work on the mynetworks. So i commented out mynetworks under smtpd_recipient_restrictions and now i get all mails denied..again. I need somekind of solution .. anyone kind enoguh .. please help ![]() RE: Postfix issue - joximu - 03-28-2008 07:30 PM First: not an ispcp topic Next: an external MTA which deliveres mails to your box does not need to be from a known IP (no mynetworks). You only need mynetworks for sending clients who cannot use smtp auth - normally this is a webserver for example - but need to use yout postfix as outgoing mailserver. Next: use a more general server forum or better: try to understand what's going on. |