[Dovecot] v1.1.rc2 released

Bruce Bodger bbodger at bodcon.com
Sun Mar 9 02:58:04 EET 2008


On Mar 8, 2008, at 7:22 PM, Timo Sirainen wrote:

> On Sat, 2008-03-08 at 14:09 -0500, Bruce Bodger wrote:
>> When I set...
>>
>> mail_privileged_group = mail
>>
>> ...dovecot refuses to start.  We are NOT using mbox here, only  
>> Maildir.
>
> With what error message (should be something in logs)? You mean  
> running
> "dovecot" doesn't start Dovecot processes, or user gets disconnected
> while logging in? Just tried in Leopard, worked fine here.

We're running Tiger 10.4.11 here.

We run dovecot from launchd.  We unload dovecot, edit dovecot.conf  
and then attempt to reload.

launchctl unload /System/Library/LaunchDaemons/dovecot.imap.plist  and
launchctl load /System/Library/LaunchDaemons/dovecot.imap.plist

Nothing in mail.log but this in system.log...

Mar  8 14:01:54 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:01:54 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:01:54 G518X2 launchd: org.dovecot: 9 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:01:54 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:04 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:04 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:04 G518X2 launchd: org.dovecot: 8 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:04 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:14 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:14 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:14 G518X2 launchd: org.dovecot: 7 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:14 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:24 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:24 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:24 G518X2 launchd: org.dovecot: 6 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:24 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:34 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:34 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:34 G518X2 launchd: org.dovecot: 5 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:34 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:44 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:44 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:44 G518X2 launchd: org.dovecot: 4 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:44 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:02:54 G518X2 launchd: org.dovecot: exited with exit code: 89
Mar  8 14:02:54 G518X2 launchd: org.dovecot: respawning too quickly!  
throttling
Mar  8 14:02:54 G518X2 launchd: org.dovecot: 3 more failures without  
living at least 60 seconds will cause job removal
Mar  8 14:02:54 G518X2 launchd: org.dovecot: will restart in 10 seconds
Mar  8 14:03:11 G518X2 launchd: org.dovecot: exited with exit code: 89

Here's the dovecot.imap.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http:// 
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
         <key>Label</key>
         <string>org.dovecot</string>
         <key>OnDemand</key>
         <false/>
         <key>ProgramArguments</key>
         <array>
                 <string>/usr/local/sbin/dovecot</string>
                 <string>-F</string>
         </array>
         <key>RunAtLoad</key>
         <true/>
         <key>ServiceDescription</key>
         <string>Dovecot mail server</string>
</dict>
</plist>






More information about the dovecot mailing list