The apostrophes need to be removed from the LimitCORE example, otherwise the parameter will not be recognized: $ cat /etc/systemd/system/dovecot.service.d/service.conf [Service] #Environment='OPTIONS=-p' #LimitCORE=8192 LimitCORE=infinity -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20150525/ff7834ee/attachment.sig>
On 05/25/2015 06:14 AM, Thomas Leuxner wrote:> The apostrophes need to be removed from the LimitCORE example, otherwise the parameter will not be recognized: > > $ cat /etc/systemd/system/dovecot.service.d/service.conf > [Service] > #Environment='OPTIONS=-p' > #LimitCORE=8192 > LimitCORE=infinityOops, my bad. On my system i have (w/o drop-in files): ,--[ systemctl show --property=LimitCORE dovecot ]-- | LimitCORE=18446744073709551615 `-- But your message showed me just another typo. The setting name, for configuring the file descriptor limit, is LimitNOFILE - instead of LimitCORE. Stephan's next auto-build should contain the corrected version. Regards, Pascal -- The trapper recommends today: defaced.1514516 at localdomain.org
On Mon, 25 May 2015 08:14:41 +0200 Thomas Leuxner <tlx at leuxner.net> wrote:> The apostrophes need to be removed from the LimitCORE example, > otherwise the parameter will not be recognized: > > $ cat /etc/systemd/system/dovecot.service.d/service.conf > [Service] > #Environment='OPTIONS=-p' > #LimitCORE=8192 > LimitCORE=infinityHey guys, please tell me that Dovecot does not depend on systemd! SteveT Steve Litt May 2015 featured book: Quit Joblessness: Start Your Own Business http://www.troubleshooters.com/startbiz
On 05/25/2015 03:44 PM, Steve Litt wrote:> Hey guys, please tell me that Dovecot does not depend on systemd! >Nope, Dovecot doesn't depend on systemd. Why should it depend on systemd? But: Dovecot supports systemd. If you want to enable systemd, use: ./configure --with-systemdsystemunitdir Regards, Pascal -- The trapper recommends today: beeffeed.1514517 at localdomain.org