Advertisement

Sendmail issue

Started by March 30, 2003 08:46 AM
1 comment, last by -vic- 21 years, 10 months ago
I need to implement this thing for sendmail, and was wondering if someone could give me some help. Here''s the thing: I must implement a way of limiting the size of a user''s mailbox, and, when the mailbox gets full, the oldest emails must be transfered for some FTP area, where the user can get them. So i was wondering if there''s an already-made solution for this somewhere. Any help is appreciated, Thanks, Victor.
c[_]~~
Look into procmail, a mail processing utility.
Advertisement
quote:
Original post by -vic-
I need to implement this thing for sendmail, and was wondering if someone could give me some help. Here''s the thing:

I must implement a way of limiting the size of a user''s mailbox, and, when the mailbox gets full, the oldest emails must be transfered for some FTP area, where the user can get them.

So i was wondering if there''s an already-made solution for this somewhere.

Any help is appreciated,
Thanks,
Victor.


You could also easily code a small Perl script to do it. Shouldn''t be longuer than 20 or 30 lines of code.



[Cyberdrek | the last true sorcerer | Spirit Mage - mutedfaith.com][ Administrator TheLinuxForum.tk]
[Cyberdrek | ]

This topic is closed to new replies.

Advertisement