Displaying 3 results from an estimated 3 matches for "quotawarnmsg".
Did you mean:
quotawarning
2014 Feb 11
2
lmtp_rcpt_check_quota not working
...inet_listener pop3 {
port = 110
}
inet_listener pop3s {
port = 995
ssl = yes
}
}
service quota-status {
client_limit = 5
executable = quota-status -p postfix
inet_listener {
address = xxx
port = 12340
}
}
service quota-warning {
executable = script /etc/dovecot/quotawarnmsg.sh
unix_listener quota-warning {
user = mstore
}
user = mstore
}
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem
userdb {
driver = prefetch
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
verbose_proctitle = yes
protocol imap {...
2005 Nov 17
1
why does rsync list files for one directory but not another
...er-imap/etc/imapd-ssl.dist
usr/lib/courier-imap/etc/imapd.cnf
usr/lib/courier-imap/etc/imapd.dist
usr/lib/courier-imap/etc/pop3d
usr/lib/courier-imap/etc/pop3d-ssl
usr/lib/courier-imap/etc/pop3d-ssl.dist
usr/lib/courier-imap/etc/pop3d.cnf
usr/lib/courier-imap/etc/pop3d.dist
usr/lib/courier-imap/etc/quotawarnmsg.example
[root@anuurn root]# rsync -ane ssh taurox:/ /var/taurox/
--exclude-from=/root/rsync.taurox.excludes | grep jeff
[root@anuurn root]# rsync -ane ssh taurox:/ /var/taurox/
--exclude-from=/root/rsync.taurox.excludes | grep -c jeff
0
[root@anuurn root]# ssh taurox 'ls /home/jeff'
3c05...
2019 Jun 27
1
Dovecot LMTP mixing up users on multi-recipient mail
...ice pop3-login {
inet_listener pop3 {
port = 110
}
inet_listener pop3s {
port = 995
ssl = yes
}
}
service quota-status {
client_limit = 20
executable = quota-status -p postfix
inet_listener {
port = 12340
}
}
service quota-warning {
executable = script /etc/dovecot/quotawarnmsg.sh
unix_listener quota-warning {
group = mstore
mode = 0660
user = mstore
}
user = mstore
}
service stats {
process_limit = 8192
}
ssl_cert = </etc/dovecot/dovecot.pem
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
driver = prefetch
}
us...