Basically I am trying to tie my mailserver (CommuniGate Pro) into the listhandler and mailhandler modules. Basically what I have currently is that CommuniGate maintains a mailing list that the users can subscribe to via their profile (modified from the ezmlm-admin.sh script). The problem this creates is that the CommuniGate server is set to only allow people on the list to send messages to the list which means that unless people are subscribed to the CommuniGate list they cannot post messages via the list. I would like to instead verify whether or not a user has an account and is allowed to post via perl somehow or via the website.... is this possible? If I can "authenticate" them than I can allow people either on the list or that have accounts to post via the web site. Any ideas? Basically what I am trying for is a way for users to post to the forum via email ONLY if they have an account.

-Eric