freebsd.mc (d429f052049e8dc53fc6ec0fa806d8590f682e95) freebsd.mc (68cbd1423925b470a9e30dd85d15cb8c65247f2d)
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 45 unchanged lines hidden (view full) ---

54FEATURE(mailertable, `hash -o /etc/mail/mailertable')
55FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
56
57dnl Uncomment to allow relaying based on your MX records.
58dnl NOTE: This can allow sites to use your server as a backup MX without
59dnl your permission.
60dnl FEATURE(relay_based_on_MX)
61
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 45 unchanged lines hidden (view full) ---

54FEATURE(mailertable, `hash -o /etc/mail/mailertable')
55FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
56
57dnl Uncomment to allow relaying based on your MX records.
58dnl NOTE: This can allow sites to use your server as a backup MX without
59dnl your permission.
60dnl FEATURE(relay_based_on_MX)
61
62dnl DNS based black hole lists
63dnl --------------------------------
64dnl DNS based black hole lists come and up on a regular basis
65dnl do this file will not serve as a database of the available servers.
66dnl For that, visit http://dmoz.org/Computers/Internet/Abuse/Spam/Blacklists/
67
62dnl Uncomment to activate Realtime Blackhole List
63dnl information available at http://www.mail-abuse.com/
64dnl NOTE: This is a subscription service as of July 31, 2001
65dnl FEATURE(dnsbl)
68dnl Uncomment to activate Realtime Blackhole List
69dnl information available at http://www.mail-abuse.com/
70dnl NOTE: This is a subscription service as of July 31, 2001
71dnl FEATURE(dnsbl)
66dnl Alternatively, you can provide your own rejection message for the RBL:
72dnl Alternatively, you can provide your own server and rejection message:
67dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')
68
73dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')
74
69dnl Other DNS based black hole lists
70dnl --------------------------------
71dnl MAPS Relay Spam Stopper (RSS): http://mail-abuse.org/rss/
72dnl NOTE: This is a subscription service as of July 31, 2001
73dnl FEATURE(dnsbl, `relays.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected; see http://mail-abuse.org/cgi-bin/nph-rss?" $&{client_addr}')
74
75dnl MAPS Dial-up User List (DUL): http://maps.vix.com/dul/
76dnl NOTE: This is a subscription service as of July 31, 2001
77dnl FEATURE(dnsbl, `dialups.mail-abuse.org', `"550 Mail from dial-up rejected; see http://mail-abuse.org/dul/enduser.htm"')
78
79dnl Dialup users should uncomment and define this appropriately
80dnl define(`SMART_HOST', `your.isp.mail.server')
81
82dnl Uncomment the first line to change the location of the default
83dnl /etc/mail/local-host-names and comment out the second line.
84dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
85define(`confCW_FILE', `-o /etc/mail/local-host-names')
86
87dnl Uncomment both of the following lines to listen on IPv6 as well as IPv4
88dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet')
89dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6')
90
91define(`confMAX_MIME_HEADER_LENGTH', `256/128')
92define(`confNO_RCPT_ACTION', `add-to-undisclosed')
93define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
94MAILER(local)
95MAILER(smtp)
75dnl Dialup users should uncomment and define this appropriately
76dnl define(`SMART_HOST', `your.isp.mail.server')
77
78dnl Uncomment the first line to change the location of the default
79dnl /etc/mail/local-host-names and comment out the second line.
80dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
81define(`confCW_FILE', `-o /etc/mail/local-host-names')
82
83dnl Uncomment both of the following lines to listen on IPv6 as well as IPv4
84dnl DAEMON_OPTIONS(`Name=IPv4, Family=inet')
85dnl DAEMON_OPTIONS(`Name=IPv6, Family=inet6')
86
87define(`confMAX_MIME_HEADER_LENGTH', `256/128')
88define(`confNO_RCPT_ACTION', `add-to-undisclosed')
89define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
90MAILER(local)
91MAILER(smtp)