diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:33:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:33:42 +0100 |
commit | 3778770ff1fbca985fb47541ad7ce20de96c268a (patch) | |
tree | 6368e1d9bb46d2d170516604f7319dc03ecdae4c /hosts/wbq0-armhf-rb/etc/postfix | |
parent | 6e4d8650a66fa5f7e20dcbf3f50bb2cd57ba8d0d (diff) | |
download | jenkins.debian.net-3778770ff1fbca985fb47541ad7ce20de96c268a.tar.xz |
reproducible: add sixth armhf build node, thanks again to vagrant
Diffstat (limited to 'hosts/wbq0-armhf-rb/etc/postfix')
-rw-r--r-- | hosts/wbq0-armhf-rb/etc/postfix/main.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/wbq0-armhf-rb/etc/postfix/main.cf b/hosts/wbq0-armhf-rb/etc/postfix/main.cf index 0053b2b3..3d93e6ce 100644 --- a/hosts/wbq0-armhf-rb/etc/postfix/main.cf +++ b/hosts/wbq0-armhf-rb/etc/postfix/main.cf @@ -27,11 +27,11 @@ 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 = wbq0-armhf-rb.debian.net +myhostname = wbd0-armhf-rb.debian.net alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname -mydestination = wbq0-armhf-rb.debian.net, localhost +mydestination = wbd0-armhf-rb.debian.net, localhost relayhost = #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mynetworks = 127.0.0.0/8 |