[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: add mail config for osuosl4+5
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Mar 18 13:15:19 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3ca9e3a8 by Holger Levsen at 2023-03-18T14:14:54+01:00
reproducible: add mail config for osuosl4+5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- TODO
- + hosts/osuosl4-amd64/etc/postfix/main.cf
- + hosts/osuosl5-amd64/etc/postfix/main.cf
Changes:
=====================================
TODO
=====================================
@@ -32,7 +32,6 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
* five new nodes
** make sure they can send mail to root
** tune diskspace needs
-** fil would like to run 2 worker on osuosl1+3 (though osuosl1 is not running bookworm yet
** maybe run osuosl1 with a bpo kernel
** mv snapshot.r-b.o from osuosl4 to osuosl5
** mention o4+5 in THANKS and explain usage
=====================================
hosts/osuosl4-amd64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific: Specifying a file name will cause the first
+# line of that file to be used as the name. The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl4-amd64.reproducible.osuosl.org
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl4-amd64.reproducible.osuosl.org localhost
+relayhost = mail.holgerlevsen.de
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"
=====================================
hosts/osuosl5-amd64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific: Specifying a file name will cause the first
+# line of that file to be used as the name. The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl5-amd64.reproducible.osuosl.org
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl5-amd64.reproducible.osuosl.org localhost
+relayhost = mail.holgerlevsen.de
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3ca9e3a8df12434c20966a8d4d8774e4d510f106
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3ca9e3a8df12434c20966a8d4d8774e4d510f106
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230318/01f43bed/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list