Hy all,
I'm using the D.J.Bernstein "maildirsmtp" software to catch the mail
messages left in a maildir directory and send it to another mailserver
through a smtp section. This software is tricky and required because it
doens't change the sender of the messages (as forward commands do).
My problem is:
In order to maildirsmtp to reconize a message file and send it, the
message's header must have a MAILPREFIX before the "EXT@HOST" in the
Deliver-to field, but vdeliver DOESN'T add this prefix when it delivers a
message to a maildir.
As an example, look this maildirsmtp compatible Deliver-to field:
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 9087 invoked from network); 25 Apr 2001 21:30:34 -0000
I mean, I need the "esaude.com.br-" before the "[EMAIL PROTECTED]" to
get maildirsmtp working.
Does someone have this code modification available?
Does the inter7 personnel have the interest in modificate the vpopmail's
code accordingly to this situation? It wouldn't be bad since it would let
the "vdeliver" delivered messages more compatible with the default
"qmail-local" delivered ones.
Thank you all,
Bruno Negr�o.