![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to configure Linux for incomming connections | new23 | Linux | 1 | 04-07-2006 09:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello, I have a requirement to accept incoming email attachements on my server to be saved off and processed into a database. I can find lots of information on sending attachments but nothing about handling incomming attachments. I need to be able to test for an attachment, ensure it's ascii and save it off all with n a script or c program. Any help is much appreciated. Thanks.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
We have a few rules here. One of them is:
(4) Do not 'bump up' questions if they are not answered promptly. No duplicate or cross-posting. I have deleted your duplicate post. As for your question, procmail is a place to start. It can process mail upon arrival. Handling a ascii mime attachment is very trivial...you really can just strip off a few header lines and keep the rest. But there is a tool called ripMIME that can process mime attachments. |
||||
| Google The UNIX and Linux Forums |