Thank you for writing back. see my comments below:

"Stephen Warren" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> KY wrote:
>> I started to have this problem recently. When I manually try to release 
>> (or
>> whitelist) a message it goes to the pending state and I can see this 
>> message
>> at the bottom:
>>
>>       Note: Marked messages are being processed by the mail server. They
>> will be removed from the pending list when relea
>
> I'm not sure what that last sentence means.
>
>> The message sits in the "being processed" state for about a day and then
>> comes back to the pending list.

  What it means is when you press "release" button in TMDA-CGI, the message 
is being moved to the very bottom of the screen under the list of pending 
e-mails and the following message:

      Note: Marked messages are being processed by the mail server. They
 will be removed from the pending list when relea ...

What I have figured out is if I just reload pending list then this message 
continue to stay, but if I relogin then it goes away, but the message that 
is supposed to be released comes back to the "Pending" list and is not 
forwarded to my Inbox.

I have checked my config and because MAIL_TRANSPORT was not set in my config 
file, so it used sendmail by default.

I have added two more lines into the .tmda/config file to define it. So my 
config file now looks like this:


LOGFILE_INCOMING = 
"/home/vpopmail/domains/domain.com/user/.tmda/logs/tmda.in"
LOGFILE_DEBUG = 
"/home/vpopmail/domains/domain.com/user/.tmda/logs/tmda.debug"

SENDER_TEMPLATE_VARS=1
BOUNCE_ENV_SENDER="[EMAIL PROTECTED]"

User is getting a lot of junk. Increase cache
PENDING_CACHE_LEN = 17500

#Append addresses from unconfirmed addresses to blacklist
PENDING_DELETE_APPEND = 
"/home/vpopmail/domains/domain.com/user/.tmda/lists/blacklist"

# Hold unconfirmed messages for 14 days only (default 14 days)
PENDING_LIFETIME = "14d"

RECIPIENT_HEADER = 'x-originally-to'

MAIL_TRANSPORT = "sendmail"
SENDMAIL_PROGRAM = '/usr/sbin/sendmail'


What is the way to debug what happens when TMDA tries to use sendmail to 
forward released e-mail? Can I see the error message if it does not work?

my .tmda/logs/tmda.debug is always empty.


My sendmail seems to be in right place too:

host# whereis sendmail
sendmail: /usr/sbin/sendmail


>
> I'm unfortunately not familiar enough with TMDA-CGI to know what the
> "being processed" state represents in terms of the data that gets stored
> etc. If you log out of TMDA-CGI and log back in, does "being processed"
> get cleared more quickly?
>
>> One thing that might be related to this, but also might not be is that 
>> not
>> so long ago we had to IP renumber our entire subnet, so could it be some
>> sort of IP that needs to be updated to enable the delivery of the 
>> message?
>
> This sounds like a likely source of problems. Did you configure TMDA to
> send emails using SMTP or via /bin/sendmail? Perhaps you need to update
> your TMDA configuration files for the new SMTP server hostname/IP?
> Perhaps you need to have your mail server flush its queue, if you're
> using a smarthost setting which is cached in the emails in the queue and
> that changed?
>
> What do your mail server and TMDA debug log files say about the emails?
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGCsuohk3bo0lNTrURAm4mAKD4CFVsxiwwfF2+fsP8CrvyGYE29gCfU7mW
> P44LdZ0DLhKpkx3b/M04b3E=
> =EQrL
> -----END PGP SIGNATURE----- 



_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to