Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: demonx on April 26, 2007, 09:29:03 PM
-
Hi Guys,
I've searched the forum and haven't found anything like what I'm asking. What I want to do is complete disable the everyone alias. I only want the alias I put in manually to work. I found the ".qmail shared" file but suspect if I comment out the names the file will be over written later on. Any help would be appreciated.
-
Hello demonx,
To disable the everyone alias, you can delete it :
db accounts delete everyone
signal-event pseudonym-delete
And to restore it :
db accounts set everyone pseudonym Account shared Changeable no Removable no Visible internal
signal-event pseudonym-create
Regards.
-
That was exactly what I needed.