I’m getting the following problem
Fatal: Error in configuration file /etc/dovecot/conf.d/20-pop3.conf line 7: Unknown setting: service { pop3_uidl_format
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
This is the only uncommented line there and that is the one that is causing a problem
That is something we setup, though I don’t remember details of why (we normally don’t change defaults without a good reason). The Dovecot docs seem to recommend it, though, based on the note on this example configuration:
But, if you don’t have ancient Outlook clients you need to accommodate, it’s probably safe to skip it.
Err, actually, I think that syntax is wrong, though, and it’s not how it looks on my system.
I have pop3_uidl_format outside of the protocol block. I dunno how it would have ended up inside the block…and it doesn’t match the example config.
Yeah it was out of the Protocol block but I was trying to see if it would change if it’s there but it doesn’t seem like there are any changes. I did all this based on a tutorial I saw on the virtualmin group. Basically what I want to do is enable the sieve filtering via roundcube in a more human readable manner instead of going through the procmail filter rules. Let me know if you have any better way of enabling the sieve filtering Thank you for the response