Pages : 1
#1 Le 16/05/2013, à 14:37
- baddark
Problème maildrop ispconfig3
Bonjour,
J'ai un soucis avec ispconfig3 qui est assez bloquant (certains mails ne sont pas stockés et mon fichier de log d'erreur est monstrueux...
Voici l'erreur : (temporary failure. Command output: /usr/bin/maildrop: Unable to create log file.)
Comment résoudre celle-ci ?
Ci-dessous mes différentes configurations
/var/vmail# ls -al
total 28
drwxr-xr-x 2 vmail vmail 4096 16 mai 15:25 .
drwxr-xr-x 20 root root 4096 27 janv. 00:32 ..
-rw-r--r-- 1 vmail vmail 220 10 avril 2010 .bash_logout
-rw-r--r-- 1 vmail vmail 3184 10 avril 2010 .bashrc
-rw------- 1 vmail vmail 1454 16 avril 21:52 .mailfilter
-rw-r--r-- 1 vmail vmail 1454 16 avril 21:52 .mailfilter~
-rw-r--r-- 1 vmail vmail 675 10 avril 2010 .profile
cat .mailfilter
#
# Import variables
#
LOGNAME=tolower("$LOGNAME")
EXTENSION="$1"
RECIPIENT=tolower("$2")
USER=tolower("$3")
HOST=tolower("$4")
SENDER="$5"
DEFAULT="/var/vmail/$HOST/$USER/."
# Workaround for broken tolower function in some current fedora releases
if(!$USER)
{
USER=$3
}
if(!$HOST)
{
HOST=$4
}
if ( "$EXTENSION" ne "" )
{
DELIMITER="+"
}
if (!$SENDER)
{
SENDER = "<>"
}
#
# Autocreate maildir, if not existant
#
#`test -e /var/vmail/$HOST`
#if ( $RETURNCODE != 0 )
#{
# `mkdir /var/vmail/$HOST`
#}
#`test -e /var/vmail/$HOST/$USER`
#if ( $RETURNCODE != 0 )
#{
# `maildirmake /var/vmail/$HOST/$USER`
# `chmod -R 0700 /var/vmail/$HOST`
#}
# Check if the user has a autoresponder enabled
`test -f /var/vmail/mailfilters/$HOST/$USER/.autoresponder`
if ( $RETURNCODE == 0 )
{
include "/var/vmail/mailfilters/$HOST/$USER/.autoresponder"
}
# Create a mailsize file
`test -e /var/vmail/$HOST/$USER`
if ( $RETURNCODE == 0 )
{
`echo $SIZE >> /var/vmail/$HOST/$USER/ispconfig_mailsize`
}
#
# Test if the user has his own maildrop include,
# if not available, check if $DEFAULT is set
# (newer maildrop get's that from the DB and updates
# it) and deliver or fail temporarily if not available
#
`test -f /var/vmail/mailfilters/$HOST/$USER/.mailfilter`
if ( $RETURNCODE == 0 )
{
include "/var/vmail/mailfilters/$HOST/$USER/.mailfilter"
}
else
{
if ( "$DEFAULT" ne "" )
{
to "$DEFAULT"
}
else
{
EXITCODE=75
exit
}
}
#ls -al /usr/bin/maildrop
-rwxr-sr-x 1 root mail 173440 28 janv. 2010 /usr/bin/maildrop
En vous remerciant d'avance.
Cordialement.
Dernière modification par baddark (Le 16/05/2013, à 14:37)
Hors ligne
#2 Le 17/05/2013, à 12:09
- baddark
Re : Problème maildrop ispconfig3
Un petit up s'il vous plait
Hors ligne
#3 Le 22/05/2013, à 18:37
- baddark
Re : Problème maildrop ispconfig3
Besoin d'aide svp...
Hors ligne
#4 Le 23/05/2013, à 11:25
- djo
Re : Problème maildrop ispconfig3
Hello
tu pourrais faire un more /etc/maildroprc
et paster le résultat ?
IT security
Sys Admin
Informatique GK
Hors ligne
#5 Le 23/05/2013, à 12:10
- djo
Re : Problème maildrop ispconfig3
pour info change les droits comme ceci
root@n1:/etc# ls -la /var/vmail/
total 28
drwxr-xr-x 3 vmail vmail 4096 Apr 4 10:37 .
drwxr-xr-x 15 root root 4096 Apr 27 09:56 ..
-rw-r--r-- 1 vmail vmail 220 Sep 19 2012 .bash_logout
-rw-r--r-- 1 vmail vmail 3637 Sep 19 2012 .bashrc
-rw------- 1 vmail vmail 1454 Apr 4 10:37 .mailfilter
drwxr-xr-x 2 root root 4096 Apr 4 10:37 mailfilters
-rw-r--r-- 1 vmail vmail 675 Sep 19 2012 .profile
root@n1:/etc# ls -la /var/vmail/mailfilters/
total 8
drwxr-xr-x 2 root root 4096 Apr 4 10:37 .
drwxr-xr-x 3 vmail vmail 4096 Apr 4 10:37 ..
root@n1:/etc#
c'est une config qui fonctionne en prod sans aucune erreur
IT security
Sys Admin
Informatique GK
Hors ligne
#6 Le 23/05/2013, à 14:57
- baddark
Re : Problème maildrop ispconfig3
Merci pour ta réponse,
Il ne me manquait que le dossier mailfilters mais le problème est toujours présent :s
Hors ligne
#7 Le 23/05/2013, à 17:41
- djo
Re : Problème maildrop ispconfig3
ok alors version de ispconfig et de ubuntu svp
IT security
Sys Admin
Informatique GK
Hors ligne
#8 Le 23/05/2013, à 17:47
- baddark
Re : Problème maildrop ispconfig3
ispconfig : 3.05.2
ubuntu : 11.04
Hors ligne
#9 Le 24/05/2013, à 11:59
- djo
Re : Problème maildrop ispconfig3
méthode bourrins....
tu crée un fichier maildroprc.log dans /var/log/
tu fais un chown vmail:vmail /var/log/maildroprc.log
tu redémarre la partis mail de ispconfig
IT security
Sys Admin
Informatique GK
Hors ligne
#10 Le 26/05/2013, à 23:04
- baddark
Re : Problème maildrop ispconfig3
Merci pour ta réponse,
J'ai bien créer le fichier de log seulement je ne sais pas ce que tu veux dire par "redémarre la partie mail de ispconfig", que dois-je redémarrer et comment (/etc/init.d/ ??)
.
Hors ligne
#11 Le 03/06/2013, à 20:20
- djo
Re : Problème maildrop ispconfig3
redemarrer postfix
désolé de repondre apres si longtemp mais trop de taff
IT security
Sys Admin
Informatique GK
Hors ligne
#12 Le 05/06/2013, à 10:39
- baddark
Re : Problème maildrop ispconfig3
Ok pas de soucis,
j'ai bien créé le fichier de log et redémarrer postfix mais le log reste vide.
Cordialement.
Hors ligne
Pages : 1