Re: Security problem with 94.4
Daniel Liston <[email protected]>
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
Bill Ott wrote: > I just discovered that even though my list is restricted to list member, > anyone can send mail to the list by appending "-list"to the end of the > list name. I know this is a config problem on my part but have found no > mention of the fix on the net. Any help is appreciated. You can try it > at [email protected] as [email protected] > If sendmail is your MTA, you can use the virtusertable to reject messages sent directly to your -list aliases. [email protected] error:nouser User unknown Virtusertable has to be enabled in the sendmail.cf, and you will need to use makemap to create a hash or db from the raw virtusertable for sendmail to recognize and use it. It is also better to use some other (unknown, or at least not to popular) extension to your list delivery aliases, and prevent sendmail from adding the name of the alias to "Received:" lines by appending a comma "," or ",nobody" to your delivery alias too. The latter assumes "nobody" to be and alias to /dev/null. Dan Liston