10 Apr
2022
10 Apr
'22
6:36 a.m.
On 4/9/2022 9:29 PM, Austin Witmer wrote:
I am curious Shawn, what the contents of your /etc/dovecot/conf.d/90-sieve.conf file is?
It's almost all comments. A LOT of detailed comments. Stripping those out:
root@bilbo:~# cat /etc/dovecot/conf.d/90-sieve.conf | egrep -v "^#|^\s+#|^$" plugin { sieve = file:/var/vmail/sieve/%d/%u/sieve;active=/var/vmail/sieve/%d/%u/.dovecot.sieve sieve_default = file:/var/vmail/global.sieve
}
I stole this from a website a long time ago about setting up a phpmyadmin/postfix/dovecot system.
Thanks, Shawn