On Wed, Mar 28, 2012 at 11:15 AM, Alan Cole <[email protected]> wrote:

> Matt had asked for the bluedragon.xml particulars of the mail conf...
> first I found
>
> my bluedragon.xml in the following directory: /opt/openbd/conf/ and NOT in
>
> WEB-INF/ as indicated in his email.
>
>
That's because you used a different type of installation than the standard
WAR deployment. Sorry if you said that and I missed it.


>
> <cfmail>
>
>     <usetls>false</usetls>
>
>     <interval>240</interval>
>
>     <charset>UTF-8</charset>
>
>     <domain>dev4.domain.com</domain>
>
>     <smtpport>25</smtpport>
>
>     <smtpserver>1.2.3.4:25</smtpserver>  <!--- false IP for posting --->
>
>     <timeout>60</timeout>
>
>     <usessl>false</usessl>
>
>     <threads>1</threads>
>
>     <catchemail></catchemail>
>
>   </cfmail>
>
>
I don't know what installation and version of things you're using, but my
mail server node looks like this one one of my apps that DOES work:

  <cfmail>
    <usetls>false</usetls>
    <interval>240</interval>
    <charset>UTF-8</charset>
    <domain></domain>
    <smtpport>25</smtpport>
    <smtpserver>fqdn.is.here:25</smtpserver>
    <timeout>60</timeout>
    <usessl>false</usessl>
    <threads>1</threads>
  </cfmail>

Beyond that it's difficult to troubleshoot because I unfortunately can't
reproduce the error in connecting to any of the mail servers I have
available.
-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to