Re: [CentOS] question on sendmail.mc file

2010-05-05 Thread Alexander Dalloz
> I tried to set in sendmail.mc file at the LAST line > define(`LUSER_RELAY', `local:unknownuser') dnl > I did service sendmail restart and got an error on a completely > different line. > - > as a thought I deleted that line and put it on line 2 of the sendmail.mc > file. > re-ran service sendmail

Re: [CentOS] question on sendmail.mc file

2010-05-04 Thread Jobst Schmalenbach
Using a trap-all user may seem like a good method to prevent spammers from determining what user accounts are on a system, but will also trap legitimate mail sent to an incorrect address (e.g. via a typo on the username). I would only user a trap-all on an entire domain dedicated to the purpose

Re: [CentOS] question on sendmail.mc file

2010-05-04 Thread Les Mikesell
Jerry Geis wrote: > I tried to set in sendmail.mc file at the LAST line > define(`LUSER_RELAY', `local:unknownuser') dnl > I did service sendmail restart and got an error on a completely > different line. > - > as a thought I deleted that line and put it on line 2 of the sendmail.mc > file. > re-