|
From: Lucia M. <lme...@cs...> - 2005-02-16 10:57:48
|
Thank you Ronald!!
If you have some minute, plese can you help me?
How have I to configure Hermes MSH to use SMTP? Here is my
msh.properties.xml:
...
<Mail>
<SMTP>
<!-- Mail server for sending messages -->
<Host>risc990.bologna.enea.it</Host>
<Port>25</Port>
<User>xxxxx</User>
<Password>xxxxx</Password>
</SMTP>
<Poll>
<Protocol>pop3</Protocol>
<Host>risc990.bologna.enea.it</Host>
<Port>110</Port>
<Folder>INBOX</Folder>
<User>xxxx</User>
<Password>xxxxx</Password>
<MonitorInterval>20000</MonitorInterval>
<!--optional property for forcing the MSH to change the subtype
of
incoming SOAP messages to "multipart/related" -->
<ForceChangeSubType>true</ForceChangeSubType>
</Poll>
<SMIME>
<Encryption>
<KeyStore>
<Path>/hermes</Path>
<File>public_keystore</File>
<Password>changeit</Password>
</KeyStore>
</Encryption>
<Decryption>
<KeyStore>
<Path>/hermes</Path>
<File>my_keystore</File>
<Alias>smimekey</Alias>
<Password>changeit</Password>
</KeyStore>
</Decryption>
</SMIME>
</Mail> ...
In ToMSHURL field I wrote: "mailto:moda-ml@bo..."
Is it right?
Have I to do something else? what's wrong in my cnfiguration?
Now with this configuration, my msh.log reports this error:
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]: Process
command:Send message (31)
2005-02-14 16:57:54,626 INFO [http-8080-Processor25]:Received request to
send message
2005-02-14 16:57:54,967 INFO [Thread-39]: Sending message to
moda-ml@bo...
through risc990.bologna.enea.it
2005-02-14 16:57:55,097 ERROR [Thread-39]: [10102] Cannot compose mail
message Exception:
javax.mail.internet.AddressException Message: Nested group
2005-02-14 16:57:59,223 INFO [http-8080-Processor25]: Process
command: Get message (32)
2005-02-14 16:58:15,356 INFO [Thread-3]: Receiving pop3 messages from
risc990.bologna.enea.it<INBOX>
2005-02-14 16:58:38,389 ERROR [Thread-3]: [10105] Invalid POP/IMAP
server
-Server:risc990.bologna.enea.it, Port: 110, Folder: INBOX, User: moda-ml
Exception: javax.mail.MessagingException Message: Connect failed;
nested exception is:
java.net.SocketTimeoutException: Read timed out.
Thanks in advance for your help!!
Regards Lucia
On Wed, 16 Feb 2005, Ronald van Kuijk wrote:
> No, hermes is capable of sending/receiving via smtp.
>
> with ebMail, you get an end-point client more advanced than the monitor functionality in hermes.
>
> Ronald
>
> Lucia Melotti probeerde me het volgende duidelijk te maken:
> >
> > Hi David,
> > yuor response to my qustion imply that Hermes alone is not able to
> > exchange messages with SMTP?
> > Lucia
> >
> >
> > David Webbe wrote:
> >
> > Lucia,
> > I believe you can download the ebMail client to test all this.
> > DW
|