thank you Deepal,
we changed our config and the server starts without any critical
message. we will try to use our services via email now.
maybe two hints:
a) this example conf should be corrected in the default section. in my
opinion everybody who wants to use this feature will have the same problems.
b) why is the property name for user account name <mail.smtp.user> and
the correspond password property is <transport.mail.smtp.password>?
thanks for help.
ciao
marco
Deepal Jayasinghe schrieb:
Hi,
There are few configuration setting you have missed.The minimum
configuration requirement is as configuration needed for Java Mail, your
minimum config should be as follows,
Sender :
-------
<transportSender name="mailto"
class="org.apache.axis2.transport.mail.MailTransportSender">
<parameter name="mail.smtp.host"
locked="false">localhost</parameter>
<parameter name="mail.smtp.user" locked="false">blue</parameter>
<parameter name="mail.smtp.from"
locked="false">[EMAIL PROTECTED]</parameter>
<parameter name="transport.mail.smtp.password"
locked="false">blue</parameter>
</transportSender>
Receiver:
--------
<transportReceiver name="mailto"
class="org.apache.axis2.transport.mail.SimpleMailListener">
<parameter name="mail.pop3.host"
locked="false">127.0.0.1</parameter>
<parameter name="mail.pop3.user" locked="false">axis2</parameter>
<parameter name="mail.store.protocol"
locked="false">pop3</parameter>
<parameter name="transport.mail.pop3.password"
locked="false">axis2</parameter>
<parameter name="transport.mail.replyToAddress"
locked="false">[EMAIL PROTECTED]</parameter>
<parameter name="transport.listener.interval">3000</parameter>
</transportReceiver>
You can either use SOAP11 or SOAP12. The message formats are according
to proposed SOAP12 SMTP Binding Spec.
We will update the docs, if it's not display the proper content.
(Thanks Saminda for giving me these info)
Thanks
Deepal
Deepal Jayasinghe wrote:
Hi Marco;
It seems like a bug in the code , so please create a JIRA so that we
will not forget to fix that.
Thanks
Deepal
hi,
we are trying to use the email-transporter for our webservice.
we have uncommented the corresponding transportReceiver- and
transportSender-section in axis2.conf. these two sections are
<!--Uncomment if you want to have SMTP transport support-->
<!--<transportReceiver name="mail"
class="org.apache.axis2.transport.mail.SimpleMailListener">-->
<!--<parameter name="transport.mail.pop3.host"
locked="false">127.0.0.1</parameter>-->
<!--<parameter name="transport.mail.pop3.user"
locked="false">axis2</parameter>-->
<!--<parameter name="transport.mail.pop3.password"
locked="false">axis2</parameter>-->
<!--<parameter name="transport.mail.pop3.port"
locked="false">110</parameter>-->
<!--<parameter name="transport.mail.replyToAddress"
locked="false">[EMAIL PROTECTED]</parameter>-->
<!--</transportReceiver>-->
and
<!-- Uncomment this one with the appropriate papameters to enable
the SMTP transport Receiver
<transportSender name="mailto"
class="org.apache.axis2.transport.mail.MailTransportSender">
<parameter name="transport.mail.smtp.host"
locked="false">127.0.0.1</parameter>
<parameter name="transport.mail.smtp.user"
locked="false">axis2</parameter>
<parameter name="transport.mail.smtp.password"
locked="false">axis2</parameter>
<parameter name="transport.mail.smtp.port"
locked="false">25</parameter>
</transportSender>
-->
all these properties are set to an existing unix-based mail account.
after restarting the axis-server we get the following log:
03.01.2007 19:39:25
org.apache.axis2.transport.http.server.DefaultConnectionListener run
INFO: Listening on port 8100
03.01.2007 19:39:25 org.apache.axis2.engine.ListenerManager start
INFO: One or more of Password, User, Host and Protocol are null or empty
03.01.2007 19:39:25 org.apache.axis2.transport.SimpleAxis2Server main
INFO: [SimpleAxisServer] Started
after uncommenting the mail-sections in axis2.xml the following lines
was added int boot log:
03.01.2007 19:39:25 org.apache.axis2.engine.ListenerManager start
INFO: One or more of Password, User, Host and Protocol are null or empty
we set an existing password, User and Host (done with the described
sections). so we are assuming that we have to set an protocol
property. by using the default sections from axis2.xml there is no
property where to set this.
Otherwise the described parameter-names include smtp and pop3. so you
can expected that the use of these properties imply the property which
should be used to.
does anyone know what's wrong and can help?
ciao
marco
--
Marco Büchler
University of Leipzig
Institute for Computer Science
Department of Natural Language Processing
Johannisgasse 26
04109 Leipzig, Germany
Room : 5-43
Phone : 0341 / 97-32214
eMail : [EMAIL PROTECTED]
Web : http://www.asv.informatik.uni-leipzig.de
lt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]