diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:18:57 +0000 |
commit | a9cdccbffffdd2e58b5cc69683682517e892ea40 (patch) | |
tree | 5890cdcebde1069c9b7419d92476e52cc5525d6f /debian/postfix.ufw.profile | |
parent | Adding upstream version 3.7.10. (diff) | |
download | postfix-a9cdccbffffdd2e58b5cc69683682517e892ea40.tar.xz postfix-a9cdccbffffdd2e58b5cc69683682517e892ea40.zip |
Adding debian version 3.7.10-0+deb12u1.debian/3.7.10-0+deb12u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postfix.ufw.profile')
-rw-r--r-- | debian/postfix.ufw.profile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/postfix.ufw.profile b/debian/postfix.ufw.profile new file mode 100644 index 0000000..e612ec9 --- /dev/null +++ b/debian/postfix.ufw.profile @@ -0,0 +1,14 @@ +[Postfix] +title=Mail server (SMTP) +description=Postfix is a high-performance mail transport agent +ports=25/tcp + +[Postfix SMTPS] +title=Mail server (SMTPS) +description=Postfix is a high-performance mail transport agent +ports=465/tcp + +[Postfix Submission] +title=Mail server (Submission) +description=Postfix is a high-performance mail transport agent +ports=587/tcp |