Database import of user-submitted mail

2012-02-08 Thread Fabio Sangiovanni
Hello list, my apologies in advance for the almost OT question. I need to setup a mail server that does a particular thing: it receives mail (from user SMTP submission, not as final destination) and, instead of relay, does something that ends up in having the mail (body + headers + attachments)

Re: Database import of user-submitted mail

2012-02-08 Thread Simone Caruso
On 08/02/2012 10:19, Fabio Sangiovanni wrote: it receives mail (from user SMTP submission, not as final destination) and, instead of relay, does something that ends up in having the mail (body + headers + attachments) in a mysql table You can write a custom 'deliver' that copies your emails

Re: Database import of user-submitted mail

2012-02-08 Thread Fabio Sangiovanni
Hi, thank you for your reply. The point here is that I don't want to store messages that I receive as final destination, but those that, in a normal situation, I would act as a relay for. My scenario is the following: internet - mta for user submission (smtp) - sql backend The mta isn't

Re: Database import of user-submitted mail

2012-02-08 Thread Simone Caruso
On 08/02/2012 15:16, Fabio Sangiovanni wrote: but those that, in a normal situation, I would act as a relay for. You can redirect them to 'your daemon' with 'relayhost' or with a specific transport map. -- Simone Caruso IT Consultant +39 349 65 90 805