mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
48693222b2
big problem is that it comes with its own sendmail.cf, which means you'll have to tailor it itself.. hopefully the vendor will figure out what he/she is doing and provide .mc files instead... PR: 20741 Submitted by: Justin Stanford <jus@security.za.net>
40 lines
680 B
Plaintext
40 lines
680 B
Plaintext
--- inflex.orig Wed Jul 26 17:12:27 2000
|
|
+++ inflex Fri Aug 18 13:42:53 2000
|
|
@@ -129,21 +129,21 @@
|
|
#
|
|
# setup our commonly used files
|
|
#
|
|
-test=/usr/bin/test
|
|
-mail=/bin/mail
|
|
+test=/bin/test
|
|
+mail=/usr/bin/mail
|
|
grep=/usr/bin/grep
|
|
file=/usr/bin/file
|
|
find=/usr/bin/find
|
|
-touch=/bin/touch
|
|
-metamail=/usr/bin/metamail
|
|
-formail=/usr/bin/formail
|
|
+touch=/usr/bin/touch
|
|
+metamail=/usr/local/bin/metamail
|
|
+formail=/usr/local/bin/formail
|
|
|
|
|
|
#
|
|
# Our MAIL PROGRAMS
|
|
#
|
|
sendmail=/usr/sbin/sendmail
|
|
-exim=/usr/exim/bin/exim
|
|
+exim=/usr/local/sbin/exim
|
|
|
|
#
|
|
# Our Virus Scanners
|
|
@@ -151,7 +151,7 @@
|
|
#sophos=/usr/local/bin/sweep
|
|
sophos=
|
|
mcafee=
|
|
-fsav=/usr/local/fsav/fsav
|
|
+fsav=
|
|
|
|
|
|
#
|