Koozali.org: home of the SME Server

Disable everyone list

demonx

Disable everyone list
« 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.

cuastek

Disable everyone list
« Reply #1 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.

demonx

Thanks Much!
« Reply #2 on: May 03, 2007, 05:10:45 PM »
That was exactly what I needed.