Pages : 1
#1 Le 08/07/2013, à 20:42
- tcham
sendmail spam root
Bonsoir,
j'ai un sendmail qui tourne avec une machine, il utilise l'utilisateur principale de la machine et envoi de temps en temps des alertes a root
comment faire pour que toutes les alerte aille directement sur ma boite de travail sans polluer la boite root qui est celle de mon chef... (ça fait tache quand un truc tourne en boucle et boum +900 mail)
sendmail utilise principalement l'utilisateur de la machine ex: toto@entreprise.fr
pour fail2ban root <root@t300.entreprise.fr> t300 est le hostname
et là suite a une mauvaise manip dans sudoers les alertes sont envoyé a root@entreprise.fr
*** SECURITY information for T300 ***
T300 : Jul 8 20:21:25 : toto : /etc/sudoers.d/bakuppc is mode 0644, should be 0440 ; TTY=pts/0 ; PWD=/home/toto ;
je pense limite a ne plus mettre le serveur sur le smtp de l'entreprise.
cat /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=toto@entreprise.fr
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
mailhub=smtp.entreprise.fr
# Where will the mail seem to come from?
#rewriteDomain=
# The full hostname
hostname=T300
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
#FromLineOverride=YES
Hors ligne
#2 Le 15/07/2013, à 16:29
- Kooothor
Re : sendmail spam root
Salut,
Il ressemble à quoi ton fichier /etc/aliases ?
Notamment la ligne qui commence par root:
~ktr
Hors ligne
Pages : 1