On Tue, 2011-12-20 at 10:26 -0200, drum.lucas@gmail.com wrote:
Well I've got some servers running 1.0 with dovecot, however, I make the installation of Dovecot 2.0 and would like to understand better the way it works.
It uses the files in / etc / dovecot / conf.d right?
Example: protocol pop3 protocol imap {{or is everything in / etc/dovecot/conf.d/10-master.conf?
Or the directory conf.d it is only for examples and everything is still done in dovecot.conf?
It still uses dovecot.conf just like before. It's just that the new included example dovecot.conf has an "!include conf.d/*.conf" line, and the example configuration is split in those files. So if you want to do it like the new example config does, you need to modify the conf.d/* files. (But all of this could have been done this way in v1.x already, so it's not really any different in that way.)