Exim error

failed to open DB file /var/spool/exim/db/wait-remote_smtp: Permission denied

The problem:

# ll /var/spool/exim/db/wait-remote_smtp
-rw-r----- 1 root root 12288 Mar 26 06:00 /var/spool/exim/db/wait-remote_smtp

Easy fix:

# chown mailnull.mail /var/spool/exim/db/wait-remote_smtp
# ll /var/spool/exim/db/wait-remote_smtp
-rw-r----- 1 mailnull mail 12288 Mar 26 06:00 /var/spool/exim/db/wait-remote_smtp

Esta entrada fue publicada en Linux y etiquetada , . Guarda el enlace permanente.

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos necesarios están marcados *

*

Puedes usar las siguientes etiquetas y atributos HTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>