On 2010-11-24 Bruce Perryman wrote: > It seems my postfix/dovecot server on ubuntu 10.10 is working well. > However, I notice that mail sent to 'mail@' is loaded with spam. > > Is it possible to disable the 'mail' user, or reject mail sent to > m...@? What should I do?
You can set "local_recipient_maps = $alias_maps" to prevent any local account not listed in $alias_maps from receiving mail. Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky