Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/sendmail-bin/ |
Upload File : |
For 8.14.9: * use the pristine .orig.tar.gz instead of a repacked tarball-in-tarball * get rid of CDBS 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? - 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