mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
d260a31f0a
Fix and enable pop support code. Fix and enable slocal msgid support code (eliminates duplicates) if .db file present.
32 lines
1001 B
Plaintext
32 lines
1001 B
Plaintext
*** /dev/null Thu Feb 22 04:05:03 1996
|
|
--- conf/FreeBSD Thu Feb 22 10:22:22 1996
|
|
***************
|
|
*** 0 ****
|
|
--- 1,26 ----
|
|
+ # @(#)$Id: patch-aa,v 1.2 1995/08/15 20:08:02 gpalmer Exp $
|
|
+ # FreeBSD running sendmail
|
|
+
|
|
+ bin /usr/local/bin
|
|
+ etc /usr/local/lib/mh
|
|
+ mandir /usr/local/man
|
|
+ mail /var/mail
|
|
+ chown /usr/sbin/chown
|
|
+ mts sendmail/smtp
|
|
+ cc cc
|
|
+ signal void
|
|
+
|
|
+ # Good options for all MH installations (personal preferences)
|
|
+ options ATHENA DUMB FOLDPROT='"0700"' MHE MHRC RPATHS SBACKUP='"\\043"'
|
|
+
|
|
+ # FreeBSD specific options (for FreeBSD-1.x, remove BSD44)
|
|
+ options BSD42 BSD43 BSD44 WAITINT UNISTD VSPRINTF MORE='"/usr/bin/more"'
|
|
+ options NORUSERPASS DBMPWD POSIX NTOHLSWAP SYS5DIR OVERHEAD MSGID FCNTL
|
|
+ options BIND MIME SENDMTS SMTP WHATNOW ZONEINFO
|
|
+
|
|
+ # If you want POP support, this will help you get started, but feel
|
|
+ # free to customize it.
|
|
+ pop on
|
|
+ popdir /usr/local/libexec
|
|
+ options RPOP APOP='"/usr/local/etc/pop.auth"' POPSERVICE='"pop3"'
|
|
+ ldoptlibs -lcrypt
|