????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/doc/sendmail-bin/ |
Upload File : |
Important:
* qualify /usr/lib/sm.bin/sendmail with version number for coexistance
> react=rvrs_name, ret=0, name=broadcast.localhost.
FAIL: t-smar-3.sh
* compile with tls, posix thread, pmilter
* Parse_mc.pm: scan include() and add as dependancies
* Complete RunAsUser setup for MTA
* udpate_mc: update stats file and RunAsUser accordingly
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)
- rules.in: why doesn't a failure in lower make propogate up?
- 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