Displaying 2 results from an estimated 2 matches for "inetdinstall".
2012 Jul 22
1
dovecot 2.x via xinetd
Hello,
I was using dovecot 1.2.x via xinetd with a setup like http://wiki.dovecot.org/InetdInstall
Since I upgraded to Debian Wheezy, shipping dovecot 2.x, it no longer works. At best, I end up with stuff like
Error: net_connect_unix(anvil) failed: No such file or directory
Fatal: Couldn't connect to anvil
Any clues?
Regards,
(add me in Cc in replies, I'm not suscribed to the list...
2005 Jan 15
1
STARTTLS and inetd
Hi!
When running dovecot from inetd (as per the instructions on
http://wiki.dovecot.org/InetdInstall), imap-login and pop3-login thinks
that TLS is enabled when in fact it isn't (we're connecting to port 110
and port 143, so the --ssl parameter isn't present).
The reason for that is found in login-common/main.c:main():
> if (fd != -1)
> (void)client_create(fd, &ip, TRU...