diff options
Diffstat (limited to '')
-rw-r--r-- | debian/dovecot-pop3d.ufw.profile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/dovecot-pop3d.ufw.profile b/debian/dovecot-pop3d.ufw.profile new file mode 100644 index 0000000..a46df40 --- /dev/null +++ b/debian/dovecot-pop3d.ufw.profile @@ -0,0 +1,11 @@ +[Dovecot POP3] +title=Secure mail server (POP3) +description=Dovecot is a mail server whose major goals are security and extreme + reliability. +ports=110/tcp + +[Dovecot Secure POP3] +title=Secure mail server (POP3S) +description=Dovecot is a mail server whose major goals are security and extreme + reliability. +ports=995/tcp |