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]
  • There is something still wrong with the SMTP proxy server.  I can no longer send email through the server, nor recieve email through the server.  This began just after I did the 3.203 update.  I noticed the 3.204 update and performed that, still broken however the smtp server will start now.  but whenever I try to send an email through the server I just get the message connection closed on my internal smtp server.  Astaro shows no activety whatsover in the logs.
  • Same sort of problems over here. I did all the recent updates and the SMTP proxy died since then. It's enabled in the proxy menu. I have a mailserver behind the firewall wich has the following in the log:

    @400000003d566df71525910c delivery 1612: deferral: Connected_to_192.168.1.1_but_connection_died._(#4.4.2)/

    192.168.1.1 is my Astaro box. The config worked for several months now. I did not alter the config, just did the updates.
  • Hmmm - same here although I haven't spotted much in the way of error messages. The SMTP proxy has failed and is no longer even visible from the internet although the port is still open - it doesn't respond with anything.

    Sean
Reply
  • Hmmm - same here although I haven't spotted much in the way of error messages. The SMTP proxy has failed and is no longer even visible from the internet although the port is still open - it doesn't respond with anything.

    Sean
Children