From: Joerg Jaspert Date: Thu, 26 Feb 2009 22:19:07 +0000 (+0100) Subject: dak.conf X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fab0cfd4dabe839ce693714a74e863f920862441;p=dak.git dak.conf use a special envelope@ address for all mail generated from us. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index d3b9bada..b1ee215d 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -8,7 +8,7 @@ Dinstall SigningKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg"; SigningPubKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; SigningKeyIds "6070D3A1"; - SendmailCommand "/usr/sbin/sendmail -odq -oi -t"; + SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org"; MyEmailAddress "Debian Installer "; MyAdminAddress "ftpmaster@debian.org"; MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject()