freebsd.mc (3267d6293dbb8ac0a80b9f00a848f980e5958385) | freebsd.mc (47b69cc1b815bde9e78cb5699bb21252c1a370cb) |
---|---|
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 --- 38 unchanged lines hidden (view full) --- 47OSTYPE(bsd4.4)dnl 48DOMAIN(generic)dnl 49FEATURE(relay_based_on_MX)dnl 50FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl 51FEATURE(access_db, `hash -o /etc/mail/access')dnl 52FEATURE(blacklist_recipients)dnl 53FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl 54dnl Uncomment to activate Realtime Blackhole List (recommended!) | 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 --- 38 unchanged lines hidden (view full) --- 47OSTYPE(bsd4.4)dnl 48DOMAIN(generic)dnl 49FEATURE(relay_based_on_MX)dnl 50FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl 51FEATURE(access_db, `hash -o /etc/mail/access')dnl 52FEATURE(blacklist_recipients)dnl 53FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl 54dnl Uncomment to activate Realtime Blackhole List (recommended!) |
55dnl information available at http://maps.vix.com/rbl/ |
|
55dnl FEATURE(rbl)dnl | 56dnl FEATURE(rbl)dnl |
57dnl Many sites reject email connections from dialup ip addresses 58dnl by using the MAPS Dial-up User List (DUL). http://maps.vix.com/dul/ 59dnl Dialup users should uncomment and define this appropriately 60dnl define(`SMART_HOST', `your.isp.mail.server')dnl |
|
56FEATURE(local_lmtp)dnl 57define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl 58define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl 59define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl 60define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl 61MAILER(local)dnl 62MAILER(smtp)dnl | 61FEATURE(local_lmtp)dnl 62define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl 63define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl 64define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl 65define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl 66MAILER(local)dnl 67MAILER(smtp)dnl |