Hi all,
I'm running Postfix on Panther. I'm getting hit by spam relay attempts on a regular basis. They're not able to relay but still they're hitting the server very frequently. In addition they make up invalid cryptic looking usernames like
dtxsfgroxqlxq@mydomain.com in order to spoof the server.
What can I do to keep them from loading down my server?
I have set local_recipient in postfix to:
local_recipient_maps = unix
asswd.byname $alias_maps
I have also set the following for unknown_local_users
unknown_local_recipient_reject_code = 550
this rejects mail - 550 instead of the default of try again - 450.
In addition the following have been set:
mynetworks_style = host
mynetworks = 192.168.1.0/28, 127.0.0.0/8
Please let me know if you have any other suggestions for securing a Postfix server. I'm going to look into chroot setups too...
I'm running Postfix on Panther. I'm getting hit by spam relay attempts on a regular basis. They're not able to relay but still they're hitting the server very frequently. In addition they make up invalid cryptic looking usernames like
dtxsfgroxqlxq@mydomain.com in order to spoof the server.
What can I do to keep them from loading down my server?
I have set local_recipient in postfix to:
local_recipient_maps = unix

I have also set the following for unknown_local_users
unknown_local_recipient_reject_code = 550
this rejects mail - 550 instead of the default of try again - 450.
In addition the following have been set:
mynetworks_style = host
mynetworks = 192.168.1.0/28, 127.0.0.0/8
Please let me know if you have any other suggestions for securing a Postfix server. I'm going to look into chroot setups too...