From fdbd3a6d1c8c169122296fdbbe5ae7ac2d4e1221 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 30 May 2013 14:10:40 +0200 Subject: [PATCH] dak.conf: only use ftpmaster@ftp-master.d.o Use the same mail address for MyEmailAddress and MyAdminAddress. They end in the same mailbox anyway. --- config/debian/dak.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 2d5c7dd6..a14cd80b 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -5,7 +5,7 @@ Dinstall // SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org"; SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org"; MyEmailAddress "Debian FTP Masters "; - MyAdminAddress "ftpmaster@debian.org"; + MyAdminAddress "ftpmaster@ftp-master.debian.org"; MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject() MyDistribution "Debian"; // Used in emails BugServer "bugs.debian.org"; -- GitLab