> From: Mike Jackson [mailto:[EMAIL PROTECTED]
>>
>> > I saw a post earlier today about using fetchmail to grab external
>> > emails and run them through your local SA filters. Can anyone
>> > explains or point me in the right direction to find out how to do
>> > that?
>> >
>> > I would like to use fetchmail to get mail from an external server
>> > and have it run through my servers filters and deliver it to my
>> > mailbox here on this server. How would I go about doing that?
>>
>> fetchmail typically injects mail into your local mail system, so if
>> you invoke SA somewhere in the delivery pipeline, it should be
>> applied to the fetchmail-delivered mail as well. You can also skip
>> the mail system and push the mail directly into a specified MDA,
>> like procmail.
>
> I do this on my home system.  The fetchmailrc looks like this:
>
> poll mailserver.domain.net proto pop3
>      user myusername with pass "mypassword" is "localusername" here
>      smtpaddress localdomain.com
>      mda "/usr/lib/courier/bin/maildrop -d localusername"
>
> This gets run as root, so I need the '-d' to let maildrop know where
> to deliver.  Maildrop does all of my spam checking and filtering.
>
> Bowie
>

Well Im using qmail with vpopmail, does that make a difference? We have
accounts that are external to our server. Some people dont want to give up
their account and their external provider does not allow forwarding. So I
been looking for a way to fetch external mail and just throw it into the
qmail queue and let SA/maildrop script do the rest and deliver to their
account locally on our server.

Robert

Reply via email to