Changes

From SME Server
Jump to navigationJump to search
1,131 bytes added ,  06:36, 2 February 2017
Line 1,062: Line 1,062:  
  signal-event user-modify
 
  signal-event user-modify
 
  /etc/init.d/qmail restart
 
  /etc/init.d/qmail restart
 +
 +
 +
===How do I remove an email address from any regular group===
 +
By default, all users member of a group "group1" are automatically added as recipients of mail sent to group1@domain. If you would like to remove a user from this group, connect to the server using SSH or locally log in to the server and issue the commands below. Be sure to substitute the name of the user you want to remove for the word username.
 +
 +
db accounts setprop group1 EmailExcludeUsers tom,jack
 +
signal-event group-modify group1
 +
 +
If you want to prevent all the user members from another group "group2" from receiving emails addressed to group1@domain while they are also member of group1, you could connect to the server using SSH or locally log in to the server and issue the commands below. Be sure to substitute the name of the user you want to remove for the word username.
 +
 +
db accounts setprop group1  EmailExcludeGroups group2
 +
signal-event group-modify group1
 +
 +
All members of the group will still be member for all other purpose (samba access to ibays as an example)
 +
 +
This behaviour is only available as per e-smith-qmail-2.4.0-7.sme see bug #9540
    
==DKIM Setup - qpsmtpd version<0.96==
 
==DKIM Setup - qpsmtpd version<0.96==
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu