From: Joerg Jaspert Date: Mon, 26 Oct 2009 18:17:04 +0000 (+0100) Subject: For now do not say queue only but let it deliver instantly X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b8657d55fc4870acbcd1684e767e2290f1b5b77e;p=dak.git For now do not say queue only but let it deliver instantly Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index acb2ac00..474a4f3d 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -8,7 +8,8 @@ Dinstall SigningKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg"; SigningPubKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; SigningKeyIds "55BE302B"; - SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org"; +// 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 "Archive Administrator "; MyAdminAddress "ftpmaster@debian.org"; MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject()