serveur postfix [problème] - réseaux et sécurité - Linux et OS Alternatifs
Marsh Posté le 24-04-2006 à 10:03:06
C'est clairement un probleme de droit :
fais un ls -alh /var/spool/postfix/ .
Donc si ces fichiers n'ont pas comme proprio postfix , un ptit : chown -R postfix.postfix /var/spool/postfix , et : chown -R postdrop.postdrop /var/spool/postfix/public , chown -R postdrop.postdrop /var/spool/postfix/maildrop ...
Marsh Posté le 24-04-2006 à 10:15:39
Deja, donne les droits a Postfix pour chaque fichier specifie.
Apres, il faudra voir les autres erreurs
Marsh Posté le 23-04-2006 à 19:13:19
bonjour,
j'avais il y a quelques jours un servuer sous mandriva 2005 avec un serveur mail (postfix + pop/imad) qui fonctionnait. J'ai migré mon serveur sous mandriva 2006 et depuis, mon serveur mail de fonctionne plus. Lorsque je le lance depuis webmin, (click sur bouton démaré) il fait comme si i lle démaré sauf qu'a la réactualisation de la page, il est toujours arété. Le problème est le meme avec les commandes, il me met OK au démarage et quand je fais un status il est toujours arrété.
dans les logs, (/var/log/mail/errors) j'ai sa au démarage:
Apr 23 18:07:43 localhost postfix/master[12026]: fatal: fifo_listen: remove public/pickup: Permission denied
et dans le fichies warning de mes logs (même dossier) j'ai sa:
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/active
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/bounce
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/corrupt
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/defer
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/deferred
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/flush
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/hold
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/incoming
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/private
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/public
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/trace
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by group postdrop: /var/spool/postfix/public
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by group postdrop: /var/spool/postfix/maildrop
Apr 23 18:07:43 localhost postfix/postfix-script: warning: not owned by postfix: /var/spool/postfix/maildrop
Je suppose qu'il y a derriere ceci un problème de droits ... mais ou ...
Je ne comprend pas quelqu'un a une idée ??
PS: (MOn fichier main.cf est toujours bien paramété)
MERCI