Hello!
As you can all see my "From:" field is incorrect, my correct
"From:" should be "[EMAIL PROTECTED]".
I have the following setup:
192.168.1.x LAN boxes with various OSes,
only two of them run Linux, the server and my workstation.
Server does mail exchange with LAN workstations via POP3/SMTP.
When I go online with a server it also does mail exchange local
mailboxes <-> internet. It forwards all the mail for internet to
a smtp host on internet and fetches mail from remote POP3 accounts
to local mailboxes (Maildirs actualy ;>) where users can pick them
up via POP3 and reply to them via SMTP.
Now to the "From:" field problem:
All the workstations "think" their FQDN is "hostXXX.home", so they
create a (fake) "From:" line just like this one: "[EMAIL PROTECTED]".
"~alias/.qmail-ppp-default" contains:
|MyLANFilter
./pppdir/
Now MyLANFilter repairs the "From:" fields, but qmail doesn't
deliver the modified version to ~alias/pppdir/new. I return rc=0.
Do I have to make the deliveries myself?? Is there any way to
make qmail read the filtered mail from MyLANFilters stdout and
deliver them to ~alias/pppdir/new ?? Is there maybe something
along the following line:
"~alias/.qmail-ppp-default":
|MyLANFilter >> ./pppdir/
Thanks for all replies :).