<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<pre>Thanks Jules.. I&#8217;ll try the filename option with the list.<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>I taught you could do multiple emailDomainRegexp&#8217;s on the config; which I think caused it to not work for sending internally from non-authenticated users if you ask for a drop.<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>This was added to the config: Drop-off doesn&#8217;t work for non-authenticated users<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>&nbsp;&nbsp; 'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]&#43;\.)?acdlabs\.com$/i',<o:p></o:p></pre>
<pre>&nbsp;&nbsp; 'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]&#43;\.)?acdlabs\.ru$/i',<o:p></o:p></pre>
<pre>&nbsp;&nbsp; 'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]&#43;\.)?acdlabs\.by$/i',<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>Removed the last two and it works again. Sorry should have read the config, the solution was right in-front of me. I have the email about the issue that my users experienced when there&#8217;s three emailDomainReqgexp on the config, but it&#8217;s all in embedded images; I didn&#8217;t want to bomb the mailing list with that.<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>Cheers<o:p></o:p></pre>
<pre>Rodito<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>&gt;&gt;&gt;&gt;&gt;<o:p>&nbsp;</o:p></pre>
<pre>In preferences.php there is this:<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>&nbsp;&nbsp; // You need to change this setting!<o:p></o:p></pre>
<pre>&nbsp;&nbsp; //<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // This should either be a regular expression or a filename.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // It defines the domain(s) that un-authenticated users can send<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // files to. Authenticated users can send to everywhere.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; //<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // * Filename *<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // If it is a filename, it must start with a / and not end with one.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // The file will contain a list of domain names, one per line.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // Blank lines and comment lines starting wth '#' will be ignored.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // If a line contains &quot;domain.com&quot; for example, then the list of<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // recipient email domains for un-authenticated users will contain<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // &quot;domain.com&quot; and &quot;*.domain.com&quot;.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; //<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // * Regular Expression *<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // This defines the recipient email domain(s) for un-authenticated users.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // This example matches &quot;soton.ac.uk&quot; and &quot;*.soton.ac.uk&quot;.<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // 'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]&#43;\.)?soton\.ac\.uk$/i',<o:p></o:p></pre>
<pre>&nbsp;&nbsp; //<o:p></o:p></pre>
<pre>&nbsp;&nbsp; // 'emailDomainRegexp' =&gt; '/opt/zendto/config/internaldomains.txt',<o:p></o:p></pre>
<pre>&nbsp;&nbsp; 'emailDomainRegexp' =&gt; '/^([a-zA-Z\.\-]&#43;\.)?soton\.ac\.uk$/i',<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>So you can either define a regexp that matches all your domains, or you <o:p></o:p></pre>
<pre>should be able to give it a filename instead that contains a list of all <o:p></o:p></pre>
<pre>your domains.<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>What are you saying doesn't work at the moment?<o:p></o:p></pre>
<pre><o:p>&nbsp;</o:p></pre>
<pre>Cheers,<o:p></o:p></pre>
<pre>Jules.<o:p></o:p></pre>
</div>
</body>
</html>