| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Problem found by: nsayer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
error:
===> etc/sendmail
install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
*** Error code 64
Catch this in the Makefile and don't call install if the source and target
are the same file.
Reported by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
|
|
|
|
|
|
| |
ORBS is gone
MFC after: 1 day
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Submitted by: ume
|
|
|
|
| |
a user configurable file and it would benefit from mergemaster.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) blackholes.mail-abuse.org is the same as FEATURE(dnsbl), so specifying
it in the "Other DNS based black hole lists" section leads to confusion of
specifying it twice.
2) Formatting issues. If error diagnostic not enclosed in double quotes,
varius visual artefacts appearse like 1) no space after ; and 2) redundant
space after ? (in CGI request), so I add quotes where needed.
3) FEATURE(dnsbl) directly use error code 550 by default, so I made other
dnsbl variants use the same error code too.
4) Comment relays.* list as "open relays" list, just "other" word is not
explain enough.
Submitted by: ache
|
|
|
|
|
|
| |
report. It allows building multiple .cf files at build time.
PR: bin/19897
|
|
|
|
|
|
|
|
|
| |
users should be configuring via m4 now. If set, use m4 to create the .cf
file. Also, if either SENDMAIL_MC or SENDMAIL_CF is set, 'make install' or
'make distribution' in src/etc/sendmail/ will install the appropriate .cf as
/etc/mail/sendmail.cf. This fixes some mergemaster problems.
PR: conf/13016
|
|
|
|
| |
for creating their own configuration.
|
|
|
|
|
|
| |
Makefile to the etc/sendmail Makefile to be consistent with all of the
other /var file creations. In doing so, change the Makefile target from
etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
|
|
|
|
| |
The freebsd.cf from this new freebsd.mc is functionally equivalent.
|
|
|
|
| |
Submitted by: clive
|
|
|
|
|
|
| |
leakage.
Submitted by: Maxime Henrion <mux@qualys.com>
|
|
|
|
|
| |
default /etc/mail/sendmail.cf installed on a fresh install.
Problem noted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
|
|
| |
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade
our repository to that version, we will get the change. It is best to make
the path change in 4.0-R (which may not have the latest Sendmail Inc. version,
than to change in mid-4.x stream when we may upgrade.
Ok'ed by: Peter (quite a while ago)
|
|
|
|
|
| |
Based upon a suggestion from
Don Croyle <croyle@gelemna.ft-wayne.in.us>.
|
| |
|
| |
|
|
|
|
| |
into the .cf file and gave sendmail indigestion.
|
|
|
|
|
|
| |
add examples of using an access_db
update .mc files to match recommendations on
http://www.sendmail.org/m4/anti-spam.html
|
|
|
|
|
|
|
| |
PR: bin/10827
Submitted by: Mike Andrews <mandrews@termfrost.org>
PR: conf/10310
Submitted by: Brion Moss <brion@queeg.com>
|
|
|
|
|
|
|
|
|
| |
I have not enabled rbl by default, I understand an 'opt-in' is a key part
of it's legal protection.
Activate a few optional features (access_db, virtusertable, etc) which will
operate if (and only if) the corresponding table is created.
I've also turned on the MIME buffer overflow checking with sendmail.org's
recommended values (256/128).
|
|
|
|
|
|
| |
This needs to be revisited - we need a simple way of building/installing
these at runtime from the installed system's /etc/mail directory.
freebsd.mc,v and freefall.mc,v have been repository copied here.
|
|
|
|
| |
produce the same sendmail.cf since the original has been lost.
|
| |
|
|
|
|
|
|
| |
Definately should go into 2.2..
Requested by: lots of people
|
|
|
|
|
|
| |
at the top. Make our freebsd-supplied files match the standard files.
Apply-to: 2.2
|
|
|
|
| |
Submitted by: gpalmer
|
|
|
|
| |
the 8 to 7 bit conversion..
|
|
|
|
|
| |
For some reason, the documentation does not appear to be in sync with
reality.. :-)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Sigh, I really hate this "feature". I'm tempted to comment the test out
(like in sendmail 8.6.xx), especially since we log the info in the
Received: header line anyway.. Doing it like this only makes it painful
for things like uucp..
|
|
|
|
|
|
| |
run on freefall..
Create freebsd.mc which is intended to be installed by src/etc/Makefile
onto generic freebsd systems.
|
|
|