I was using (just setting up) Archiva 1.0.2.  I decided to upgrade to 1.1
before going live.  I had email working correctly w/ Plexus settings, but
cannot get archiva/jetty to correctly send email.

I have made the following changes to the jetty.xml

  <New id="validation_mail" class="org.mortbay.jetty.plus.naming.Resource">
    <Arg>mail/Session</Arg>
    <Arg>
      <New class="org.mortbay.naming.factories.MailSessionReference">
        <Set name="user"></Set>
        <Set name="password"></Set>
        <Set name="properties">
          <New class="java.util.Properties">
            <Put name="mail.smtp.host">smtp.mycompany.com</Put>
          </New>
        </Set>
      </New>
    </Arg>
  </New>

I have also added users and password in various combinations
        <Set name="user">myuser</Set>
and
        <Set name="user">mydomain\myuser</Set>
        <Set name="password">mypassword</Set>

How is this configured?  How can I turn of the email validation,  I cannot
create new users until I resolve this.

Thanks,
Mark

Reply via email to