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

Title: Disable everyone list
Post 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.
Title: Disable everyone list
Post by: cuastek on April 27, 2007, 04:25:45 AM
Hello demonx,

To disable the everyone alias, you can delete it :

 
Code: [Select]
db accounts delete everyone
signal-event pseudonym-delete


And to restore it :

Code: [Select]
db accounts set everyone pseudonym Account shared Changeable no Removable no Visible internal
signal-event pseudonym-create


Regards.
Title: Thanks Much!
Post by: demonx on May 03, 2007, 05:10:45 PM
That was exactly what I needed.