Koozali.org: home of the SME Server

Strange mail log entries

Offline psoren

  • *
  • 371
  • +0/-0
Strange mail log entries
« on: November 29, 2006, 12:15:41 PM »
When i look in /var/log/qpsmtpd/current, i see the server is "trying" to get some config stuff. It looks like this:

2006-11-29 11:37:14.962086500 31336 trying to get config for morerelayclients
2006-11-29 11:37:14.962093500 31336 Plugin check_relay, hook connect returned DECLINED,
2006-11-29 11:37:14.963338500 31336 running plugin (connect): check_norelay
2006-11-29 11:37:14.964984500 31336 trying to get config for norelayclients
2006-11-29 11:37:14.967724500 31336 Plugin check_norelay, hook connect returned DECLINED,
2006-11-29 11:37:14.969131500 31336 trying to get config for smtpgreeting
2006-11-29 11:37:14.971545500 31336 220 tvedtenserver.xxxxxxxxx.com ESMTP
2006-11-29 11:37:14.973480500 31336 trying to get config for timeoutsmtpd
2006-11-29 11:37:14.975145500 31336 trying to get config for timeout
2006-11-29 11:37:16.088996500 3402 cleaning up after 31336

It looks to me like something is not working correct, but i am not sure. The owner of this server also says his incoming mail gets delayed often.

It is installed from version 7 Final and has all updates installed.
Contribs installed is:

user panels
user vacations
sme7admin
sysmonitor
email qeue management

My own server does not give me these messages. What kind of problem does this indicate?

Per

Offline JonB

  • *
  • 351
  • +0/-0
Strange mail log entries
« Reply #1 on: November 29, 2006, 01:02:46 PM »
Per,

Those logs are fine and are not indicating a problem.

I would say that the reason you are not seeing the same thing in your logs is that your server is logging qpsmtpd at a lower log level than the other server.

I suspect you logging at log level 6 and the other server is logging at log level 8

Code: [Select]
config show qpsmtpd

will show what level you are logging at.

Jon
...

Offline psoren

  • *
  • 371
  • +0/-0
Strange mail log entries
« Reply #2 on: November 29, 2006, 04:03:00 PM »
Quote from: "JonB"
Per,

Those logs are fine and are not indicating a problem.

I would say that the reason you are not seeing the same thing in your logs is that your server is logging qpsmtpd at a lower log level than the other server.

I suspect you logging at log level 6 and the other server is logging at log level 8

Code: [Select]
config show qpsmtpd

will show what level you are logging at.

Jon


They are both loglevel 8

Per