"Ian" <[EMAIL PROTECTED]> wrote:
> Is their anyway of actually ensuring that even if a user uses a different
> domain name on the same server, he/she can not use that domains name in
the
> emails sent, and actually sticks the proper domain name for his account
> within this "From" drop down field?

The code would need to be modified.  Two alternatives I'd suggest
considering would be:

1. Adding code to lookup the site the owner belongs to and hard-code the
>From field with the domain name from that site or crosscheck it with that
supplied by the user before sending the email.
2. Add code to only allow users of that site to login to that site's
Neomail.

Assuming the code for Neomail is fairly well written an experienced Perl web
programmer should be able to make either modification in under an hour.  If
you actually had Neomail physically installed on each site you could just
use an .htaccess file to accomplish alternative 2, but that would be pretty
cumbersome.  I gave up serious Perl programming 3 years ago so I'm afraid I
can't be of further assistance.  If it was written in PHP...

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to