diff options
Diffstat (limited to 'debian/TODO')
-rw-r--r-- | debian/TODO | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..8f9a89b --- /dev/null +++ b/debian/TODO @@ -0,0 +1,49 @@ +Important: +Misc: + * MSP/MTA split related + - -Am -bs failure if not root (can't write to /var/spool/mqueue) + would have to make queue dir 0660 + * Don't do that ;-) + - queue cleaning for MSP -- do queue cleaning by subdirs + * 8.12 related ? + - recheck milter (Beta9+, its no longer _FFR_) + - debian/examples/milter needs looking at + * Debian stuff + - removing /etc/cron.d/sendmail to stop gid mismatch errors doesn't + work because cron may not see the update before scheduling... + shipping binary suid may solve this (and removes a small window + where calls to sendmail binary fail) + - split sendmail into sendmail/sendmail-common, with + sendmail-common containing /usr/share/sendmail stuff + - rules.in: why doesn't a failure in lower make propogate up? + - no need to configure rules, instead have rules depend upon + autoconf.mk ! + - update debian/patches/patches.index + - create an LDAP migration script + - cleanup/extend sendmailconfig (debconf) + - support submit.mc updates (nullclient, etc) + - put stuff in sendmail.mc appropriately + above/below MAILER_DEFINITIONS + - sendmail -> mgetty/fax linkage + - sensible-mda: make sure mbox exists, setgid mail, drop suid + +Doc: + +FHS: + * /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 |