falko wrote:
>?
>why do you want to disable it? It doesn't hurt to have it.
yes good question. lets leave it.
thanks for the url re postfix relaying but at the moment my set up
is maybe a little diffrent to the normal set up i have
smtpd_tls_auth_only = yes
so what else is avaliable ? only url I could find was this
http://www.postfix.org/access.5.html
As I see it there are two ways around this, the easy way which might not work (ie)
mynetworks = 192.168.1.10/32, 127.0.0.1/8
where 192.168.1.10 is the static ip address of the win server.
OR
the not so easy way:
smtpd_client_restrictions =
permit_mynetworks,
...
...
smtpd_sender_restrictions =
permit_mynetworks,
...
...
smtpd_recipient_restrictions =
permit_mynetworks,
"check_client_access hash:/etc/postfix/access"
for "permit_mynetworks".
Create the file /etc/postfix/access with contents such as:
100.101.200.201 OK
100.101.200.202 OK
client1.mydomain.com OK
Run the commands "postmap /etc/postfix/access", and "postfix reload".
woo
hotchilli
Recent comments
22 hours 49 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 18 min ago
2 days 23 min ago
2 days 5 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 14 hours ago