Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 1998 12:53:07 +0000
From:      Michael Doyle <relyod@indigo.ie>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: POP/Sendmail configuration
Message-ID:  <3.0.5.32.19980213125307.0096b4b0@pop.indigo.ie>

next in thread | raw e-mail | index | archive | help
At 10:29 13/02/1998 +0000, you wrote:
>I don't see this in the FAQ, but
>I'm sure someone has come up against it before...
>
>
>My ISP has put all the mail for my domain into a POP account on 
>their server. How can I get my FreeBSD box to collect it, and then 
>re-distribute it to the correct users ?
>

Me, replying to my own message.
Here's a wild guess, someone please tell me if it's 
a good effort, or a stupid guess :-)

	popclient -u <user> -p <pwd> -c mailhost | sendmail

If I'm right, that would make popclient go and get all the mail
from the POP account on mailhost, (using username and password supplied)
and pipe all its output into sendmail.
Sendmail should then re-send the messages. (This assumes that popclient
will output the messages in the correct format) 

WILL THIS WORK, or do I need to try something different?
<><=====================================================><>
Michael Doyle			phone: +353-1-661-0588
Network Administrator		http://indigo.ie/~coopnth/
Co-Operation North		
E-mail: relyod@co-operation-north.ie	(0ffice)
	relyod@indigo.ie		(Personal)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19980213125307.0096b4b0>