PDA

View Full Version : mail ou sendmail


chrisOreon
7th March 2007, 16:26
Mon postfix a apparement un petit souci
A l installation de oreon impossible de trouver les binaires
Cependant la command sendmail fonctionne en mode command
pour la ommand mail = command not found
qui peut me dire si oreon utilise mail ou sendmail ?
comment reinstaller postfix sous ubuntu un apt-get install apparement ne suffit pas
merci d avance

xspoon
7th March 2007, 17:00
essaye,

# ln -s /usr/bin/mail /bin/mail

surcouf
7th March 2007, 18:59
essaye,

# ln -s /usr/bin/mail /bin/mail

Inutile : il suffit de spécifier le bon chemin directement dans la configuration d'Oreon.

xspoon
8th March 2007, 10:49
Inutile : il suffit de spécifier le bon chemin directement dans la configuration d'Oreon.

tout a fait, en fait c'etait un vieux fix

comment reinstaller postfix sous ubuntu un apt-get install apparement ne suffit pas

as tu essayé de rajouter les dépots universe ou multiverse de ubuntu dans le sources.list ?

chrisOreon
12th March 2007, 10:23
ci-joint la liste de mes depot ubuntu

deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy universe
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
deb http://fr.archive.ubuntu.com/ubuntu breezy universe
deb-src http://fr.archive.ubuntu.com/ubuntu breezy universe
deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe



quand je tente de reinstaller postfix !
root@NagiosOreon:/etc/apt# apt-get install postfix
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Reading state information... Fait
postfix est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

MaEsTrO
12th March 2007, 11:21
sous Ubuntu : j'ai du installer le package mailx

apt-get install mailx

qui fournit la commande /usr/bin/mail

puis je ne sais pas si c'est fort utile mais un "dpkg-reconfigure postfix" semble apporter un peu plus de douceur

bon courage