Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: DBMail: users

Forward messages from inbox

 

 

DBMail users RSS feed   Index | Next | Previous | View Threaded


h.reindl at thelounge

May 3, 2011, 3:17 AM

Post #1 of 6 (502 views)
Permalink
Forward messages from inbox

Hi

is there a way to spit existing mails back to postfix
with an external target address?

i am dreaming of a table "msg_id, target_address" which would
be enumerated from time to time and after the mail is forwarded
remove the entry from this "todo-list"

the reason behind are some since years ignored mailboxes
where i have valid target at gmx for the users and before
replacing their physical account with a forwarder spit
all the 500 mails to their gmx-address since some of
the users are not responsible :-(

--

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm
Attachments: signature.asc (0.25 KB)


mysql.jorge at decimal

May 3, 2011, 4:26 AM

Post #2 of 6 (471 views)
Permalink
Re: Forward messages from inbox [In reply to]

The best way will be using sieve if I'm not wrong.


> is there a way to spit existing mails back to postfix with an external
> target address?
>
> i am dreaming of a table "msg_id, target_address" which would be
> enumerated from time to time and after the mail is forwarded remove the
> entry from this "todo-list"
>
> the reason behind are some since years ignored mailboxes where i have
> valid target at gmx for the users and before replacing their physical
> account with a forwarder spit all the 500 mails to their gmx-address
> since some of the users are not responsible :-(


_______________________________________________
DBmail mailing list
DBmail [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


h.reindl at thelounge

May 3, 2011, 5:41 AM

Post #3 of 6 (469 views)
Permalink
Re: Forward messages from inbox [In reply to]

afaik sieve does not touch existing mails
my problem is that some accounts are orphaned and i want to get
rid of the messages in a way that two weeks alter nobody can say
"why you deleted my mails?"

Am 03.05.2011 13:26, schrieb Jorge Bastos:
> The best way will be using sieve if I'm not wrong.
>
>
>> is there a way to spit existing mails back to postfix with an external
>> target address?
>>
>> i am dreaming of a table "msg_id, target_address" which would be
>> enumerated from time to time and after the mail is forwarded remove the
>> entry from this "todo-list"
>>
>> the reason behind are some since years ignored mailboxes where i have
>> valid target at gmx for the users and before replacing their physical
>> account with a forwarder spit all the 500 mails to their gmx-address
>> since some of the users are not responsible :-(

--

Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm
Attachments: signature.asc (0.25 KB)


paul at nfg

May 3, 2011, 5:52 AM

Post #4 of 6 (473 views)
Permalink
Re: Forward messages from inbox [In reply to]

Harry,

You can also use dbmail-export.

dbmail-export -d -u orphaned-user -m orphaned-mailbox

will export and delete all messages in specified mailbox.


On 03-05-11 14:41, Reindl Harald wrote:
> afaik sieve does not touch existing mails
> my problem is that some accounts are orphaned and i want to get
> rid of the messages in a way that two weeks alter nobody can say
> "why you deleted my mails?"
>
> Am 03.05.2011 13:26, schrieb Jorge Bastos:
>> The best way will be using sieve if I'm not wrong.
>>
>>
>>> is there a way to spit existing mails back to postfix with an external
>>> target address?
>>>
>>> i am dreaming of a table "msg_id, target_address" which would be
>>> enumerated from time to time and after the mail is forwarded remove the
>>> entry from this "todo-list"
>>>
>>> the reason behind are some since years ignored mailboxes where i have
>>> valid target at gmx for the users and before replacing their physical
>>> account with a forwarder spit all the 500 mails to their gmx-address
>>> since some of the users are not responsible :-(
>
>
>
> _______________________________________________
> DBmail mailing list
> DBmail [at] dbmail
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


--
________________________________________________________________
Paul Stevens paul at nfg.nl
NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


h.reindl at thelounge

May 3, 2011, 6:01 AM

Post #5 of 6 (465 views)
Permalink
Re: Forward messages from inbox [In reply to]

this is an idea
what the user do with the mbox-file is not my problem :-)

thank you!

Am 03.05.2011 14:52, schrieb Paul J Stevens:
> Harry,
>
> You can also use dbmail-export.
> dbmail-export -d -u orphaned-user -m orphaned-mailbox
> will export and delete all messages in specified mailbox.
>
>
> On 03-05-11 14:41, Reindl Harald wrote:
>> afaik sieve does not touch existing mails
>> my problem is that some accounts are orphaned and i want to get
>> rid of the messages in a way that two weeks alter nobody can say
>> "why you deleted my mails?"
>>
>> Am 03.05.2011 13:26, schrieb Jorge Bastos:
>>> The best way will be using sieve if I'm not wrong.
>>>
>>>
>>>> is there a way to spit existing mails back to postfix with an external
>>>> target address?
>>>>
>>>> i am dreaming of a table "msg_id, target_address" which would be
>>>> enumerated from time to time and after the mail is forwarded remove the
>>>> entry from this "todo-list"
>>>>
>>>> the reason behind are some since years ignored mailboxes where i have
>>>> valid target at gmx for the users and before replacing their physical
>>>> account with a forwarder spit all the 500 mails to their gmx-address
>>>> since some of the users are not responsible :-(
>>
>>
>>
>> _______________________________________________
>> DBmail mailing list
>> DBmail [at] dbmail
>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
>
>

--

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm
Attachments: signature.asc (0.25 KB)


jesse at kci

May 3, 2011, 7:07 AM

Post #6 of 6 (472 views)
Permalink
Re: Forward messages from inbox [In reply to]

Another option would be something external like fetchmail - it can check
a specific IMAP folder and send the mail out via smtp.


On Tue, 2011-05-03 at 15:01 +0200, Reindl Harald wrote:
> this is an idea
> what the user do with the mbox-file is not my problem :-)
>
> thank you!
>
> Am 03.05.2011 14:52, schrieb Paul J Stevens:
> > Harry,
> >
> > You can also use dbmail-export.
> > dbmail-export -d -u orphaned-user -m orphaned-mailbox
> > will export and delete all messages in specified mailbox.
> >
> >
> > On 03-05-11 14:41, Reindl Harald wrote:
> >> afaik sieve does not touch existing mails
> >> my problem is that some accounts are orphaned and i want to get
> >> rid of the messages in a way that two weeks alter nobody can say
> >> "why you deleted my mails?"
> >>
> >> Am 03.05.2011 13:26, schrieb Jorge Bastos:
> >>> The best way will be using sieve if I'm not wrong.
> >>>
> >>>
> >>>> is there a way to spit existing mails back to postfix with an external
> >>>> target address?
> >>>>
> >>>> i am dreaming of a table "msg_id, target_address" which would be
> >>>> enumerated from time to time and after the mail is forwarded remove the
> >>>> entry from this "todo-list"
> >>>>
> >>>> the reason behind are some since years ignored mailboxes where i have
> >>>> valid target at gmx for the users and before replacing their physical
> >>>> account with a forwarder spit all the 500 mails to their gmx-address
> >>>> since some of the users are not responsible :-(
> >>
> >>
> >>
> >> _______________________________________________
> >> DBmail mailing list
> >> DBmail [at] dbmail
> >> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
> >
> >
>
> _______________________________________________
> DBmail mailing list
> DBmail [at] dbmail
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


--
Jesse Norell
Kentec Communications, Inc.
jesse [at] kci
_______________________________________________
DBmail mailing list
DBmail [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

DBMail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.