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
14 hours 55 min ago
21 hours 36 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 11 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 5 hours ago
2 days 6 hours ago