Hi, I have some collective e-mail aliases like: [EMAIL PROTECTED]
I need to limit senders to this address to few authorised people only. So, in other words: What is the best way to allow users: [EMAIL PROTECTED], [EMAIL PROTECTED] send e-mails to [EMAIL PROTECTED], while all other users will not be allowed to do it? I was trying to achieve it by header_checks, but I could not find if there is any way to do something like: if /^To: [EMAIL PROTECTED]/ if /^From: [EMAIL PROTECTED]/ or /^From: [EMAIL PROTECTED]/ OK else REJECT You are not authorised to send e-mail to this address. endif (I know this is not proper construction in header_checks but it should show my intention). How can I do it? Thank you in advance, Jakub