Remove pop
This commit is contained in:
parent
1f3c60199b
commit
43e0025c5e
@ -1,14 +0,0 @@
|
||||
PIDFILE=/var/run/courier/pop3d.pid
|
||||
MAXDAEMONS=40
|
||||
MAXPERIP=4
|
||||
POP3AUTH=""
|
||||
POP3AUTH_ORIG="PLAIN LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256"
|
||||
POP3AUTH_TLS=""
|
||||
POP3AUTH_TLS_ORIG="LOGIN PLAIN"
|
||||
POP3_PROXY=0
|
||||
PORT=110
|
||||
ADDRESS=0
|
||||
TCPDOPTS="-nodnslookup -noidentlookup"
|
||||
LOGGEROPTS="-name=pop3d"
|
||||
POP3DSTART=YES
|
||||
MAILDIRPATH=Maildir
|
@ -1,20 +0,0 @@
|
||||
SSLPORT=995
|
||||
SSLADDRESS=0
|
||||
SSLPIDFILE=/var/run/courier/pop3d-ssl.pid
|
||||
SSLLOGGEROPTS="-name=pop3d-ssl"
|
||||
POP3DSSLSTART=YES
|
||||
POP3_STARTTLS=YES
|
||||
POP3_TLS_REQUIRED=0
|
||||
COURIERTLS=/usr/bin/couriertls
|
||||
TLS_PROTOCOL=TLS1
|
||||
TLS_STARTTLS_PROTOCOL=TLS1
|
||||
TLS_KX_LIST=ALL
|
||||
TLS_COMPRESSION=ALL
|
||||
TLS_CERTS=X509
|
||||
TLS_CERTFILE=/etc/courier/pop3d.pem
|
||||
TLS_DHPARAMS=/etc/courier/dhparams.pem
|
||||
TLS_TRUSTCERTS=/etc/ssl/certs
|
||||
TLS_VERIFYPEER=NONE
|
||||
TLS_CACHEFILE=/var/lib/courier/couriersslcache
|
||||
TLS_CACHESIZE=524288
|
||||
MAILDIRPATH=Maildir
|
@ -26,7 +26,7 @@ install_exim() {
|
||||
install_ask_domain
|
||||
echo -e "${YEL}Two boxes will appear. Hit [Enter] each time to continue.${STD}"
|
||||
read -p "Press [Enter] key to continue..."
|
||||
aptitude -y install exim4 courier-imap courier-imap-ssl courier-pop courier-pop-ssl courier-authlib-userdb ssl-cert
|
||||
aptitude -y install exim4 courier-imap courier-imap-ssl courier-authlib-userdb ssl-cert
|
||||
chown -fvR daemon: courier/*
|
||||
cp -fv courier/* /etc/courier/
|
||||
chown -vR $USER: courier/*
|
||||
|
Loading…
Reference in New Issue
Block a user