Paul J Stevens wrote:
Marc Dirix wrote:
You can use postfix -> procmail as your used to, and let procmail write
to dbmail-smtp.
In other words, you cannot combine LMTP with procmail out-of-the-box.
You'd need to use an intermediate filter:
postfix -> amavis -> procmail -> postfix -> dbmail
OK, but when I try to run the postfix delivery as
procmail -a $RECIPIENT
is fails to fine the user. It takes the username (foo) and not the entire
address ([EMAIL PROTECTED]).
And this is where I'm stuck.
The only line I have in my procmail file right now is:
| /usr/sbin/dbmail-smtpd -u $1
And it's throwing errors that it cannot fine the username 'foo' instead trying
for the entire address.