Re: [lamson] Running lamson side by side with Google Apps for Domains.
- From:
- Scott Williams
- Date:
- 2011-01-05 @ 15:27
I don't know their official policy, but everything that I've read says that
they allow it, but put some relatively tight limits on it (around 200
messages/day I *think*). I can pull email from gmail, and send it via their
servers programmatically, but I need finer-grained control, and suspect that
I will hit those ceilings relatively soon with my app.
Thanks.
On Wed, Jan 5, 2011 at 3:15 PM, Daniel Holth <dholth@gmail.com> wrote:
> I am curious about what Google's policy is regarding using their mail
> servers to send and receive mail from programs instead of people. Were you
> able to find out?
>
> I use fetchmail to ferry mail from an IMAP inbox to lamson and it works
> fine. My fetchmailrc:
>
> poll mail.example.org protocol imap username "bob" password "secret"
> smtphost localhost/8923 smtpname bob@example.org keep
>
> Take off the 'keep' once you are ready to have fetchmail delete the fetched
> messages from the IMAP server.
>
> fetchmail runs as a daemon, maintaining a persistent IMAP connection and
> immediately forwarding the mail to lamson when it is available.
>
> Daniel
>