Dovecot 2.3.7 issues FREEBSD

ReN

Verified User
Joined
Jul 2, 2005
Messages
202
Hey guys noticed this in the logs

pop3-login: Error: file_ostream.net_set_tcp_nodelay((conn:unix:/var/run/dovecot/stats-writer), TRUE) failed: Invalid argument

Seems there is a patch , not sure if its freebsd only etc.
 
Hey Wattie, yeah thats what i thought to mate, however , installed the latest from DA getting that error , reinstalled 2.3.6 with no issue
 
2.3.7.1 has it fixed, it's already on files1, other mirrors should get in sync shortly :)
 
There may be some small issue with the build script. Here is what happens at the end:

Code:
Restarting dovecot.
Stopping dovecot:               [ OK ]
Starting dovecot:               [ OK ]
Restarting exim.
Shutting down exim:     [ OK ]
kill: 16302: No such process
Starting exim:          [ OK ]
ensuring ssl_dh
Restarting dovecot.
Stopping dovecot: cat: /var/run/dovecot/master.pid: No such file or directory
usage: kill [-s signal_name] pid ...
       kill -l [exit_status]
       kill -signal_name pid ...
       kill -signal_number pid ...
                [ FAILED ]
Starting dovecot:               [ OK ]
Fatal: Dovecot is already running with PID 29175 (read from /var/run/dovecot/master.pid)

Despite that everything is working fine.
 
This one came from start/stop script, not from CustomBuild :) Maybe dovecot was already stopped at the "restart" time, so the "stop" failed and "start" succeeded then.
 
ohh crap this was an actual bug, it was listed as fixed when i first looked into this....least the dovecot crew fixed it up
ok guys , can confirm it works, thank you all , love your work :)
 
Last edited:
Back
Top