Hi,
   I have installed vpopmail-5.2.1 and qmail-1.03 (with patches : big-dns,
qmail-queue, qmail-maildir++, qmail-date-localtime).
I configure vpopmail with mysql support, so I have only virtual domains and users

And it does not process dot-qmail files.
I have in virtual domain directory file
.qmail-default with content:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

As I know if I send mail to unknown user it should log something like :
there_is_now_mailbox_like_that, and bounce message back to sender. But it does
not do that. It start looping message and send it to user anonymous.

My log:

Jul  6 19:07:00 katastrofa qmail: 1057511220.411947 end msg 50199
Jul  6 19:07:07 katastrofa qmail: 1057511227.998068 new msg 50199
Jul  6 19:07:07 katastrofa qmail: 1057511227.998236 info msg 50199: bytes 220 from 
<[EMAIL PROTECTED]> qp 274 uid 0
Jul  6 19:07:08 katastrofa qmail: 1057511228.074051 starting delivery 5: msg 50199 to 
local [EMAIL PROTECTED]
Jul  6 19:07:08 katastrofa qmail: 1057511228.074200 status: local 1/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.202761 new msg 50204
Jul  6 19:07:08 katastrofa qmail: 1057511228.202961 info msg 50204: bytes 308 from 
<[EMAIL PROTECTED]> qp 278 uid 89
Jul  6 19:07:08 katastrofa qmail: 1057511228.258662 starting delivery 6: msg 50204 to 
local [EMAIL PROTECTED]
Jul  6 19:07:08 katastrofa qmail: 1057511228.258809 status: local 2/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.258893 delivery 5: success: 
/home/vpopmail/domains/katastrofa.com,flylord1,katastrofa.com/
Jul  6 19:07:08 katastrofa qmail: 1057511228.258960 status: local 1/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.259023 end msg 50199
Jul  6 19:07:08 katastrofa qmail: 1057511228.319453 delivery 6: failure: 
/home/vpopmail/domains/katastrofa.com,,katastrofa.com/message_is_looping_/mail_is_looping/
Jul  6 19:07:08 katastrofa qmail: 1057511228.348900 status: local 0/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.508157 bounce msg 50204 qp 281
Jul  6 19:07:08 katastrofa qmail: 1057511228.508309 end msg 50204
Jul  6 19:07:08 katastrofa qmail: 1057511228.509399 new msg 50205
Jul  6 19:07:08 katastrofa qmail: 1057511228.509577 info msg 50205: bytes 921 from <> 
qp 281 uid 97
Jul  6 19:07:08 katastrofa qmail: 1057511228.604879 starting delivery 7: msg 50205 to 
local [EMAIL PROTECTED]
Jul  6 19:07:08 katastrofa qmail: 1057511228.605025 status: local 1/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.692688 delivery 7: success: 
/home/vpopmail/domains/katastrofa.com,anonymous,katastrofa.com/
Jul  6 19:07:08 katastrofa qmail: 1057511228.692845 status: local 0/10 remote 0/20
Jul  6 19:07:08 katastrofa qmail: 1057511228.692913 end msg 50205
Jul  6 19:07:22 katastrofa qmail: 1057511242.867113 new msg 50199
Jul  6 19:07:22 katastrofa qmail: 1057511242.867331 info msg 50199: bytes 220 from 
<[EMAIL PROTECTED]> qp 286 uid 0
Jul  6 19:07:22 katastrofa qmail: 1057511242.930323 starting delivery 8: msg 50199 to 
local [EMAIL PROTECTED] 


I was looking at C code, but I am not very familiar with it. And the only thing I
have noticed in vqmaillocal.c is missing of value of bounce variable.
there is peace of code that should decide to bounce message
if (strcmp(bounce, BOUNCE_ALL)) ...
that variable bounce is not setted:(
Can anybody help me at least with advice where to look for solution of my
problem.
Btw, I also tried with vpopmail-5.2.0, and there is same problem

Ilic Aleksandar


Reply via email to