]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/config-security
they want dak@, so let it be there (and just remove myself from that alias)
[dak.git] / tools / debianqueued-0.9 / config-security
index 57a8f3a3d212ec107f8781049e51fa38f87c4825..fe00f0d4c18fd1c44e0365d596c75d5ed0da9af8 100644 (file)
@@ -34,7 +34,7 @@ $ssh_options = "-o'BatchMode yes' -o'FallBackToRsh no' ".
 $ssh_key_file = "";
 
 # the incoming dir we live in
-$incoming = "/srv/queued/UploadQueue";
+$incoming = "/srv/queued/ftpmaster";
 
 # the delayed incoming directories
 $incoming_delayed = "/srv/queued/UploadQueue/DELAYED/%d-day";
@@ -124,6 +124,9 @@ $remote_timeout = 3*60*60; # 3 hours
 # mail address of maintainer
 $maintainer_mail = "ftpmaster\@debian.org";
 
+# to override the TO address of ALL outgoing mail, set this value.
+$overridemail = "dak\@security.debian.org";
+
 
 # logfile rotating:
 # -----------------