- Mar 18, 2024
-
-
Patrick Cernko authored
to fix hostname validation in IO::Socket::SSL if IPs not included in certificates
-
Patrick Cernko authored
(most likely fails as we use IPs as hostnames)
-
Patrick Cernko authored
-
Patrick Cernko authored
accept if running with connect-test-only
-
- May 18, 2022
-
-
Geoffroy Desvernay authored
-
Geoffroy Desvernay authored
-
- May 17, 2022
-
-
Geoffroy Desvernay authored
-
Geoffroy Desvernay authored
-
Geoffroy Desvernay authored
-
- Aug 17, 2020
-
-
Carsten Rosenberg authored
-
- Aug 14, 2020
-
-
Carsten Rosenberg authored
-
Carsten Rosenberg authored
-
Carsten Rosenberg authored
-
Carsten Rosenberg authored
-
- Jul 12, 2020
- Jan 10, 2017
-
-
Brandon Davidson authored
-
Brandon Davidson authored
IO::Socket::IP duplicates the functionality of INET6 but is less likely to be packaged by distros.
-
Brandon Davidson authored
Use doveadm director up/down commands to change the state.
-
- Oct 31, 2016
-
-
Timo Sirainen authored
These are available in Dovecot v2.2.19 and newer. Using these makes it possible for admins to manually change the hosts' weights without poolmon overwriting them.
-
- Apr 27, 2016
-
-
Brad Davidson authored
-
Brandon Davidson authored
Removed handling of __DIE__ signal.
-
- Sep 28, 2015
-
-
Dolf Schimmel (Freeaqingme) authored
-
- May 27, 2015
-
-
Mikal Sande authored
I removed handling of the __DIE__ signal because it was causing problems. Because the signalhandler for the __DIE__ signal was calling remove_pidfile() the forks ended up removing the PID-file whenever a backend timed out. Therefore I added a check to remove_pidfile() to ensure that only the parent process is allowed to actually remove the PID-file. I also addded an END statement to take care of PID-file cleanup.
-
- Nov 12, 2014
-
-
Manuel Delgado authored
Conflicts: poolmon
-
Manuel Delgado authored
-
Manuel Delgado authored
-
- Jul 15, 2014
-
-
SATOH Fumiyasu authored
-
- Jul 11, 2014
-
-
SATOH Fumiyasu authored
-
SATOH Fumiyasu authored
-
SATOH Fumiyasu authored
-
SATOH Fumiyasu authored
-
- Jun 27, 2014
-
-
Trent Lloyd authored
-
Trent Lloyd authored
-
Trent Lloyd authored
-
- Dec 13, 2013
-
-
Michael Kliewe authored
added Ubuntu upstart script
-
- Jul 03, 2012
-
-
Brad Davidson authored
- Remove dependency on external IMAP module - Add support for POP3 login check New checks are just very basic and only support simple username/password authentication, but I was not a huge fan of requiring full POP3/IMAP modules just to get a banner and send credentials.
-
- Jun 22, 2012
-
-
Brandon Davidson authored
This cuts down on a significant amount of duplicate code, but does force us to require Net::IMAP::Simple, as we are now doing more than just a simple connect or SSL handshake.
-
- Jun 21, 2012
-
-
Brandon Davidson authored
- Includes login checks from dfwarden@gmail.com - thanks David!
-
Brandon Davidson authored
-