summaryrefslogtreecommitdiff
path: root/manifests/config/file.pp
AgeCommit message (Collapse)Author
2013-12-09some linting, and make the 'config_dir' name be more specifically ↵Micah Anderson
'dovecot_config_dir' to not be greedy in the namespace
2012-06-27switch to 2.7 requirement of underscores instead of hyphensMicah Anderson
2011-11-14allow for overriding the owner/group/mode of dovecot config filesMicah Anderson
In some cases, the default permissions will not work. For example, if you are using postfix's pipe to send things through dovecot's LDA with sieve for filtering, you will get this: dovecot-lda: Permission denied doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 17: Couldn't open include file /etc/dovecot/conf.d/90-sieve.conf: Permission denied that is because, by default, the process runs as user 'mail'
2011-11-13set a default destinationMicah Anderson
2011-11-10add dovecot::config::file to be able to handle the different ↵Micah Anderson
/etc/dovecot/conf.d files (similar to nginx/apache module)