I'd like to set SME up so that certain users can only send/receive email locally. After a search, I found the following command:
db accounts setprop japple Visible internal
signal-event email-update
(where user name = japple)
This prevents outside email from reaching this user, but the user can still send email out. Is there a way to prevent users from sending external email?
TIA