C ccto Verified User Joined Feb 24, 2005 Messages 287 Location Hong Kong Jan 28, 2023 #1 Any easy way to review all mailbox Manage Sieve setting for DA domain admin? In few circumstances, user mailbox was injected with email copy to malicious 3rd party address via RoundCube Manage Sieve setting.
Any easy way to review all mailbox Manage Sieve setting for DA domain admin? In few circumstances, user mailbox was injected with email copy to malicious 3rd party address via RoundCube Manage Sieve setting.
cjd Verified User Joined Feb 1, 2021 Messages 355 Location Canada Jan 28, 2023 #2 If you want to see who has ever setup a sieve on the server you can try from root command prompt: ls -la /home/*/imap/*/*/.dovecot.sieve Will make a list of what ones to check. File/link is created when someone adds a sieve to a user. Will have to read though the files. Don't know if that's what your looking for. Just a quick list.
If you want to see who has ever setup a sieve on the server you can try from root command prompt: ls -la /home/*/imap/*/*/.dovecot.sieve Will make a list of what ones to check. File/link is created when someone adds a sieve to a user. Will have to read though the files. Don't know if that's what your looking for. Just a quick list.