[ZendTo] Re: emailDomainRegexp clarification

Jules Jules at ZendTo.com
Wed Jul 21 22:02:09 BST 2010



On 21/07/2010 21:43, Gavin Silver wrote:
>
> what exactly is this regexp for?
>
> is this only to check whether or not the system will drop off files 
> for this match _/from non internal users/_?
>
If the user is not logged in, then the recipient's email domain must 
match emailDomainRegexp or else it will not allow the user to send files 
to them. So unauthenticated users can only send files to addresses which 
match emailDomainRegexp.

So yes, you can make the setting look something like this if you want to:
'emailDomainRegexp' => 
'^([a-zA-Z]+\.)?(soton\.ac\.uk$|domain1\.com$|domain2\.com$)',

which will match *.soton.ac.uk, *.domain1.com and *.domain2.com (and of 
course soton.ac.uk, domain1.com and domain2.com).
>
> if so, can I add more than one domain?
>
Yes, you can.
>
> ----------------------------------
> Gavin Silver
> Ramp Up Technology
> gsilver at rampuptech.com <mailto:gsilver at rampuptech.com>
> ----------------------------------
>
> Please remember to send all issues to:
> support at rampuptech.com <mailto:support at rampuptech.com>.
>
> The information contained in this message may be privileged and 
> confidential and protected from disclosure. If the reader of this 
> message is not the intended recipient, or an employee or agent 
> responsible for delivering this message to the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of 
> this communication is strictly prohibited. If you have received this 
> communication in error, please notify us immediately by replying to 
> the message and deleting it from your computer.
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zendto.com
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>    

Jules

-- 
Julian Field MEng CITP CEng
www.ZendTo.com

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20100721/ca40ea76/attachment-0001.html 


More information about the ZendTo mailing list