Contributed by stephan
on Jul 16, 2000 at 02:12 UTC
Q&A
> mail and news
Description: if i have a global mailbox on a mail server (eg. all mail to that domain gets dumped into one mailbox) and i download this mailbox from the server (to a remote dialup mail server), is there a way (or an existing script) to break the one large mailbox into the different mailboxes and distributing it on the local system? Answer: getting a global mailbox and splitting it up contributed by nuance I do exactly this, but I use the mail system
to do it (i.e. you don't need a perl script).
I have found qmail to be perfectly suited to
this task. Qmail will allow any user to control
an entire domain or even several domains. I
use a script called qmtppull that gets mail from
a remote mailbox and injects it into the local
mail system, where it gets delivered normally.
This isn't really a perl answer, but
sometimes there are better ways to do it and I
think that this is one of them. I brought this
up because I was going to try doing this job with
perl, but found (in my case anyway) a better
way. | Answer: getting a global mailbox and splitting it up contributed by lhoward Depends how you want to do it. I personally use
fetchmail in conjunction with some procmail rules
to get mail from a single
remore mailbox and deliver it into multiple
local mailboxes. You could
do the same yourself in perl
using the Net::POP3 module for
retrieval and Net::SMTP for local delivery.
There are other alternatives too. |
Please (register and) log in if you wish to add an answer
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|