Page 1 of 1

Catchall, usage of RegExp and/or possible via Frontend?

Posted: Tue Oct 30, 2007 5:36 pm
by sseitz-nh
Hi,

sorry for another few boring questions about catchall.

I would like to make an easier use of the catchall setup.
Currently, I'm adding/removing every request by hand.
I think there should be some kind of UI possible to give Members of particular Groups access to this. It's really hard for me to argue against as every other webfrontend of virtually every other mail-like infrastrukture gives the ability to set " [x] this account is a catchall account for that domain " by just using some form of admin webpanel.

With this problem as background, I've got a few questions:

) Is it possible to use some kind of Regular Expression at the CATCH statement in smtpd.cfg ?

e.g. route all unknown users to webmaster@ of every domain.
like:
CATCH (.*)@(.*) webmaster@{$2}

this would be a REALLY nice feature...

or , more advanced:

) Are there any plans to get catchall setup to the SAC ?

If there's already ongoing work at this topic I'll just wait (or maybe could help if there's some project admin around)

or, even more advanced:

) How could I implement such feature, maybe as Plugin into SAC ?

Are there any guidelines how to write a Plugin? Maybe some example code besides the API description?


Thanks in advance!

Stephan