Displaying 1 result from an estimated 1 matches for "dovecot_node".
Did you mean:
dovecot_mnode1
2018 Jul 27
0
Imap post-login script
Dovecot v.2.2.32 and I have configured two imap post-login scripts and it
seems like after successfully login scripts are not closed
(dovecot_node/imap imap-postlogin : multiple processes are running still)
and after some times there are too many processes
and the limit is reached (imap proces_limit 1500):
1)
#!/bin/sh
case $IP in
10.10.1[1-2][0-7].*) exec "$@" ;;
10.11.2.4[0-9]) exec "$@" ;;
esac
CHECK_USER=`PG...