FreeBSD Bugzilla – Attachment 23303 Details for
Bug 40120
Existing rc.sendmail in -STABLE doesn't allow to load mail filters before sendmail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
Oleg V. Naumann
on 2002-07-02 22:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg V. Naumann
Created:
2002-07-02 22:20:07 UTC
Size:
1.32 KB
patch
obsolete
>*** /etc/rc.sendmail Thu Jun 20 14:10:34 2002 >--- rc.sendmail Tue Jul 2 13:12:56 2002 >*************** >*** 54,77 **** >--- 54,103 ---- > sendmail_pidfile=${sendmail_pidfile:-/var/run/sendmail.pid} > sendmail_mspq_pidfile=${sendmail_mspq_pidfile:-/var/spool/clientmqueue/sm-client.pid} > >+ sendmail_early="NONE" >+ > start_mta() > { > case ${sendmail_enable} in > [Nn][Oo][Nn][Ee]) > ;; > [Yy][Ee][Ss]) >+ if [ -r /etc/rc.sendmail.early ]; then >+ sh /etc/rc.sendmail.early >+ fi >+ sendmail_early="YES" > echo -n ' sendmail' > ${sendmail_program} ${sendmail_flags} > ;; > *) > case ${sendmail_submit_enable} in > [Yy][Ee][Ss]) >+ case ${sendmail_early} in >+ [Nn][Oo][Nn][Ee]) >+ if [ -r /etc/rc.sendmail.early ]; then >+ sh /etc/rc.sendmail.early >+ fi >+ sendmail_early="YES" >+ ;; >+ *) >+ ;; >+ esac > echo -n ' sendmail-submit' > ${sendmail_program} ${sendmail_submit_flags} > ;; > *) > case ${sendmail_outbound_enable} in > [Yy][Ee][Ss]) >+ case ${sendmail_early} in >+ [Nn][Oo][Nn][Ee]) >+ if [ -r /etc/rc.sendmail.early ]; then >+ sh /etc/rc.sendmail.early >+ fi >+ sendmail_early="YES" >+ ;; >+ *) >+ ;; >+ esac > echo -n ' sendmail-outbound' > ${sendmail_program} ${sendmail_outbound_flags} > ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40120
: 23303