Re: [LA-discussions] Présence jeudi 20 novembre

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


Le mercredi 19 novembre 2008 à 20:24 +0100, Dominique COMPAN a écrit :
> Bonjour,
>  
> Qui sera présent demain jeudi 20 novembre?
> Est-ce quelqu'un pourra m'aider à reconfigurer sendmail car plus aucun
> message ne part de mon serveur 
> j'ai réinstaller sendmail mais rien n'y fait
>  
> Bonne soiré

Bonsoir,

Moi je ne serais pas la (je ne suis jamais la), mais à tout hasard, je
te copie un exemple de configuration pour sendmail.
Je ne connais pas ta configuration réseau, ni si tu as un nom de
domaine, etc.
C'est un fichier dont je me servais quand j'installais sendmail chez
moi.
Je n'ai pas de nom de domaine et sendmail me servait à envoyer mes mails
au serveur smtp de wanadoo (smtp.wanadoo.fr). Je récupérais mes mails en
pop via fetchmail directement.

Il y a de fortes chances que cela ne soit pas ce dont tu as besoin, mais
cela te fera une base pour travailler :)
Copies cela dans un fichier, renommes le en serveur.mc et execute
la commande
m4 serveur.mc > sendmail.cf

Attention, ce fichier était paramétré pour Debian :)
Au plaisir...

divert(0)dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`serveur SMTP')dnl
OSTYPE(debian)dnl
DOMAIN(debian-mta)dnl

DAEMON_OPTIONS(`Name=MSP-v4, Family=inet, Port=smtp, Addr=127.0.0..1')dnl

dnl Allow or refuse mails from specified domains
FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')dnl

dnl Containing the routing informations for various domains 
FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl

dnl Domain-specific form of aliasing, allowing multiple virtual domains
dnl to be hosted on one machine
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl

dnl Rewrite new user address 
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')dnl

dnl For local mail, adresses will be qualified
FEATURE(`always_add_domain')dnl

dnl Block incoming mail
FEATURE(blacklist_recipients)dnl

dnl Envelope addresses are also masquerade as being from the masquerade
host
FEATURE(`masquerade_envelope')dnl

dnl Masquerade as another host
MASQUERADE_AS(wanadoo.fr)dnl

dnl Outgoing mail go to a central relay site
define(`SMART_HOST', `smtp.wanadoo.fr')dnl

dnl Mail to this domains will be delivery locally
LOCAL_DOMAIN(`localhost')dnl
LOCAL_DOMAIN(`localhost.mydomain')dnl
LOCAL_DOMAIN(`servername')dnl
LOCAL_DOMAIN(`servername.mydomain')dnl
LOCAL_DOMAIN(`mydomain')dnl

dnl Default options for DNS resolver
dnl WorkAroundBrokenAAAA continue dealing with broken nameservers
define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl

dnl What to do if there is no legal recipients fields in the message
define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl

dnl Privacy flags
define(`confPRIVACY_FLAGS',
`authwarnings,noexpn,novrfy,restrictmailq,needmailhelo,goaway')dnl

dnl Get the local additions to local host names
define(`confCW_FILE', `-o /etc/mail/local-host-names')dnl

dnl Redefine Greeting Message
define(`confSMTP_LOGIN_MSG', `$j $b')dnl

dnl Maximum Size of messages that will be accepted
define(`confMAX_MESSAGE_SIZE', `20000000')dnl

dnl Maximum number of connections permitted per second per daemon
define(`confCONNECTION_RATE_THROTTLE', `3')dnl

dnl The timeout waiting for a response to an IDENT query
define(`confTO_IDENT', `10s')dnl

dnl Dropped double bounces
define(`confDOUBLE_BOUNCE_ADDRESS', `')dnl

dnl The timeout before a message is returned as undeliverable
define(`confQUEUERETURN', `2d')dnl

dnl European charset
dnl define(`confDEF_CHAR_SET', `ISO-8859-1')dnl
define(`confDEF_CHAR_SET', `UTF-8')dnl

MAILER(local)dnl
MAILER(smtp)dnl




---
Liste de discussions de LinuxArverne
http://wiki.linuxarverne.org/listes_de_diffusion


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/