"Vladimir Potapov" <[EMAIL PROTECTED]> writes:

> When I send a mail to in maillog I see :
> 
> Sep 16 06:30:12 bsd postfix/qmgr[4332]: 2EBF725837: from=<>, size=2700, nrcpt=1 
> (queue active)
> Sep 16 06:30:12 bsd postfix/local[25978]: F18002583F: to=<[EMAIL PROTECTED]>, 
> relay=local, delay=169210, status=sent (delivered to command: 
> /usr/local/bin/tmda-filter)
> Sep 16 06:30:16 bsd postfix/local[18299]: 5F05725840: to=<[EMAIL PROTECTED]>, 
> relay=local, delay=167414, status=sent (delivered to command: 
> /usr/local/bin/tmda-filter)
> Sep 16 06:30:16 bsd postfix/local[25978]: 2EBF725837: to=<[EMAIL PROTECTED]>, 
> relay=local, delay=5, status=sent (delivered to command: /usr/local/bin/tmda-filter)

I'm a little confused.  Who are you sending mail to and who are you
sending mail from?  In other words, what are the addresses in the To:
field and the From: field?  The first log entry appears to be a bounce
message; the envelope sender is empty: <>.

> Message was delivered to ~/.tmda/responses and ~/.tmda/pending:
> bash-2.05b$  ls -la ~/.tmda/pending
> total 2
> drwxrwxrwx  2 vlad  wheel  512 Sep 16 06:28 .
> drwxr-xr-x  5 vlad  wheel  512 Sep 16 06:28 ..

I don't see any evidence that it is in pending...

> bash-2.05b$  ls -la ~/.tmda/responses
> total 2
> drwx------  2 vlad  wheel  512 Sep 16 06:30 .
> drwxr-xr-x  5 vlad  wheel  512 Sep 16 06:28 ..
> -rw-------  1 vlad  wheel    0 Sep 16 06:26 [EMAIL PROTECTED]
> -rw-------  1 vlad  wheel    0 Sep 16 06:30 [EMAIL PROTECTED]
> 
> bash-2.05b$  /usr/local/bin/tmda-pending -i -c /home/vlad/.tmda/config
> bash-2.05b$

...and tmda-pending agrees with me.

> tmda.debug is empty.

Has TMDA created a ~/TMDA_DELIVERY_FAILURE file?

> My ~/.tmda/config is :
> 
> CRYPT_KEY =os.path.expanduser("~/.tmda/crypt_key")MAIL_TRANSFER_AGENT = "postfix"

Does this line really look like this?  Or is MAIL_TRANSFER_AGENT on a
separate line?

> DELIVERY = "/var/mail/vlad"
> RECIPIENT_DELIMITER = "-"
> SENDMAIL_PROGRAM = "/usr/sbin/sendmail"

This is not used, unless OUTGOINGMAIL = "sendmail".

> ACTION_INCOMING = "confirm"

This is the default, so you don't need it.

> ACTION_OUTGOING = "bare=append"
> CONFIRM_ACCEPT_NOTIFY = 0
> FILTER_INCOMING = os.path.expanduser("~/.tmda/incoming")
> FILTER_OUTGOING = os.path.expanduser("~/.tmda/outgoing")

Both of the FILTER_XXX values are the default, so you don't need them.

> USERNAME = "vlad"
> FULLNAME = "vl"
> HOSTNAME = "bsd.ru"
> LOGFILE_DEBUG = os.path.expanduser("~/.tmda/tmda.debug")
> MESSAGE_FROM_STYLE = "angles"

This is the default.

> LOCALDATE = 0

This won't hurt anything, but it's not a TMDA variable.

> PENDING_DELETE_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")
> PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
> 
> What I need to do that my mail delivered to recipient???

A little more information about the sender and recipient would help.
The log entries above don't show much, unfortunately.  Also, set the
LOGFILE_INCOMING variable and post what it says after you send a test
message.


Tim

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to