You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2008/12/25 11:49:43 UTC

Trivial question

I wonder if these blocks
        <property name="mail.store.protocol" value="imap"/>
        <property name="mail.host" value="[host]"/>
        <property name="mail.user" value="[user]"/>
        <property name="mail.pass" value="[pass]"/>
        <property name="mail.debug" value="false"/>
 in 
    jetty-containers.xml
    ofbiz-containers.xml
    rmi-containers.xml
have been voluntarily indented ?

Thanks

Jacques