diff options
Diffstat (limited to 'debian/sendmail.TODO')
-rw-r--r-- | debian/sendmail.TODO | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/sendmail.TODO b/debian/sendmail.TODO new file mode 100644 index 0000000..06ce774 --- /dev/null +++ b/debian/sendmail.TODO @@ -0,0 +1,27 @@ +Misc: + cleanup/extend sendmailconfig + sendmail -> mgetty/fax linkage + sensible-mda understand maildrop mda (part of 40024) + +Doc: + add hoststat to sendmail manpage + +FHS: + * /usr/lib/sm.bin -> ? + * /usr/lib/sendmail (obsolete link used by rmail/pine/others) + +IRC comments: +* <wichert> cowboy: I use a LUSER_RELAY here, which sends everything to another machine. That other machine uses a different maildomain, so I would like the luserrelay to rewrite the from-address when relaying +<cowboy> wichert: does genericstable work with the relay? +<wichert> cowboy: that probably, but that will rewrite _all_ outgoing mail +<cowboy> wichert: so you want it rewritten *only* when going through the relay? +<wichert> cowboy: indeed. And only for the receiving persons +<cowboy> wichert: hrm... I guess a new mailer def for the relay eh? +<wichert> cowboy: probably, FEATUER(luser_relay,host,rewrite_to) or so, with the 3rd param being optional +<cowboy> wichert: hrm... so you using aliases now? +<wichert> cowboy: no, people who do a group-reply to something I sent just get errors now +<cowboy> wichert: interesting... have you considered masquerading as your luser_relay, and then using generictable/user db to override for the uids that actually exist? +<wichert> cowboy: sounds like a hack and certainly does not scale very well +<cowboy> wichert: most definetly true ;-{ + +* <wichert> cowboy: another thing: you might want to make a /usr/doc/sendmail/README.spam or so with info about all spam/relay-control hacks/features that are in the Debian package, with a couple of examples |