How to let postfix to allow some ip to relay email
To allow postfix accept email relaying from a specific ip adress, we can edit /etc/postfix/main.cf:
mynetworks = 127.0.0.0/8
to
mynetworks = 127.0.0.0/8, a.b.c.d/e
where a.b.c.d/e is the new group of ip address, or you can simply add one ip address in it. Restart postfix and now postfix will consider a.b.c.d/e as trusted ip and allow email from this ip address relaying email using this postfix mail server.
由 water 在 週四, 2009-05-21 09:08 發表

最新回應
18 周 4 天前
23 周 6 天前
27 周 2 天前
28 周 2 天前
37 周 18 小時前
37 周 18 小時前
37 周 1 天前
37 周 3 天前
39 周 1 天前
39 周 2 天前