divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. All advertising materials mentioning features or use of this software # must display the following acknowledgement: # This product includes software developed by the University of # California, Berkeley and its contributors. # 4. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # # This file is used to configure sendmail for use with Debian systems. # divert(0) VERSIONID(`@(#)sendmail.mc 8.9.3-21 (Debian) 20000309') OSTYPE(debian)dnl LOCAL_CONFIG FEATURE(masquerade_envelope)dnl # pour transformer le domaine source FEATURE(allmasquerade)dnl # pour transfomer le domaine source en microfox.fr pour toutes les machines du domaine FEATURE(always_add_domain)dnl # transformer toto en toto.mondomaine.com Cwmicrofox.fr microfoxweb # le(s) nom(s) du domaine local, pour lequel ce serveur accepte le courrier FEATURE(use_cw_file)dnl FEATURE(use_ct_file)dnl FEATURE(redirect)dnl FEATURE(nouucp)dnl # On n'utilise pas UUCP FEATURE(stickyhost)dnl FEATURE(smrsh, `/usr/lib/sm.bin/smrsh')dnl # Utilisation su restricted shell define(`confME_TOO', True)dnl MAILER_DEFINITIONS MAILER(local)dnl # on délivre le courrier localement, MAILER(smtp)dnl # ou via smtp LOCAL_CONFIG MASQUERADE_AS(microfox.fr)dnl # CGmicrofox.fr microfoxweb # Les domaines sur lesquels seront fait la transformation d'adresse. MASQUERADE_DOMAIN(microfox.fr microfoxweb)dnl # Les domaines pour lesquels on va transformer le nom de domaine FEATURE(genericstable)dnl # On utilise la transformation d'adresse dnl # les lignes se finissent OBLIGATOIREMENT par 'dnl', qui marque un commentaire.