error in /var/log/smtp/current : logwatch the return

Hi

My new server has been reinstalled (CentOS 3.1, iworx-cp 1.8.0).
First things I’ve done, was to check that all user/grp qmail*, alias exist
They are :slight_smile:

Then I’ve launched logwatch but nothing :

So I’ve check in /var/log/smtp/current the messages
And I’ve had :


[root@s1 tcprules.d]# tail /var/log/smtp/current
@40000000416027be0dca99fc tcpserver: warning: dropping connection, unable to read /etc/tcprules.d/tcp.smtp.cdb: file does not exist
@40000000416027be0dccf38c tcpserver: end 22151 status 28416
@40000000416027be0dccff44 tcpserver: status: 0/20
@40000000416027f038a1d744 tcpserver: status: 1/20
@40000000416027f038adba3c -Table 'iworx_vpopmail.relay' doesn't exist-db_close()  called!
@40000000416027f038adc5f4 db_ping() is re-calling open_db!
@40000000416027f03b2e2774 tcpserver: pid 22180 from 127.0.0.1
@40000000416027f03b3efff4 tcpserver: warning: dropping connection, unable to read /etc/tcprules.d/tcp.smtp.cdb: file does not exist
@40000000416027f03b40dc84 tcpserver: end 22180 status 28416
@40000000416027f03b40e454 tcpserver: status: 0/20

So I’ve check /etc/tcprules.d/tcp.smtp.cdb and it exists.
But it had root:root authority


[root@s1 tcprules.d]# ls -l
total 8
-rw-r--r--    1 root     root           26 Sep 19 06:43 tcp.smtp
-rw-r--r--    1 root     root         2090 Oct  3 19:23 tcp.smtp.cdb

So I changed the authority to vpopmail:vchkpw


[root@s1 tcprules.d]# chown vpopmail:vchkpw tcp.smtp.cdb
[root@s1 tcprules.d]# ls -l
total 8
-rw-r--r--    1 root     root           26 Sep 19 06:43 tcp.smtp
-rw-r--r--    1 vpopmail vchkpw       2090 Oct  3 19:23 tcp.smtp.cdb

Then I’ve relaunched LogWatch and again, I have these errors :


[root@s1 tcprules.d]# logwatch
[root@s1 tcprules.d]# tail /var/log/smtp/current
@40000000416027be0dca99fc tcpserver: warning: dropping connection, unable to read /etc/tcprules.d/tcp.smtp.cdb: file does not exist
@40000000416027be0dccf38c tcpserver: end 22151 status 28416
@40000000416027be0dccff44 tcpserver: status: 0/20
@40000000416027f038a1d744 tcpserver: status: 1/20
@40000000416027f038adba3c -Table 'iworx_vpopmail.relay' doesn't exist-db_close() called!
@40000000416027f038adc5f4 db_ping() is re-calling open_db!
@40000000416027f03b2e2774 tcpserver: pid 22180 from 127.0.0.1
@40000000416027f03b3efff4 tcpserver: warning: dropping connection, unable to read /etc/tcprules.d/tcp.smtp.cdb: file does not exist
@40000000416027f03b40dc84 tcpserver: end 22180 status 28416
@40000000416027f03b40e454 tcpserver: status: 0/20

Heu… a last point, the tcp.smtp is set like this


[root@s1 tcprules.d]# tail /etc/tcprules.d/tcp.smtp
127.:allow,RELAYCLIENT=""

and all ~alias/.qmail-root, postmaster and mailer-daemon are setup with


&myemail@mydomain.com

What is fine

I Can’t figure out what is going on !! :eek:

Please help

Thanks
Pascal

I’m just noticed that, in fact, it’s a CentOS 3.3 and not 3.1 OS (released on 09/20/2004)

Maybe it could help

Pascal, I believe the error ‘iworx_vpopmail.relay does not exist’ will disappear if you simply create an e-mail account in SiteWorx, and then check mail for the first time using that e-mail box.

Give that a shot.

Paul

lol i’m becoming paranoiac
You right it’s ok

Thanks Paul