This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Exim error after 3.203 update

Hi,

after updating to 3.203 the following error is displayed in the SMTP relay logs:

Aug  7 11:35:36 firewall exim[32681]: 2002-08-07 11:35:36 17cNE8-0008V6-00 failed to open DB file /spool/db/wait-remote_smtp: File exists

It seems that Exim is still able to deliver messages but the error worries me.

Franc.


This thread was automatically locked due to age.
Parents
  • Hello ASTARO Team,

    after upgrading two ASTARO boxes to 3.203 we have even more problems with the SMTP Proxy: 
    as soon as the content control is active (virus protection or file expression filter) all mails "hang" in the smtp mail queue. They can only be dequeued manually.
    Without any content control the mails are delivered automatically.
    Because in 3.202 it worked, we think it's a (serious) bug in 3.203!
  • Ok, just after posting I saw that you already fixed it in 3.204!
  • Hi,

    With the 3.204 update I still get the error in the SMTP relay log.

    Franc.
  • hi Franc,

    can you log on to the shell and post the output of

    ls -la /var/chroot-smtp/spool/db/wait-remote_smtp

    to see if there is a permission problem.

    The error is non-critical. To get rid of it, you can do

    /sbin/init.d/smtp stop
    rm -rf /var/chroot-smtp/spool/db
    /sbin/init.d/smtp start

    /tom
  • Hi Tom,

    this is the result of the output:

    firewall:/ # ls -la /var/chroot-mtp/spool/db/wait-remote_smtp

    -rw-r-----   1 squid    666         20480 Aug  6 13:00 /var/chroot-smtp/spool/db/wait-remote_smtp

    I removed the file and now the error doesn't occur anymore.

    Thanks,
    Franc.
     
     [size="1"][ 07 August 2002, 10:35: Message edited by: Franc v/d Westelaken ][/size]
Reply
  • Hi Tom,

    this is the result of the output:

    firewall:/ # ls -la /var/chroot-mtp/spool/db/wait-remote_smtp

    -rw-r-----   1 squid    666         20480 Aug  6 13:00 /var/chroot-smtp/spool/db/wait-remote_smtp

    I removed the file and now the error doesn't occur anymore.

    Thanks,
    Franc.
     
     [size="1"][ 07 August 2002, 10:35: Message edited by: Franc v/d Westelaken ][/size]
Children