Hi All,
I have problems with the following:
I wanted to create a asp.net web site which allows my users to maintain mailing lists in a more convenient way than sending mails to maiser directly. I managed to read all lists and also the member for each list from the files mercury provides. The add and delete action should then be performed in the background by sending mails to the maiser address. So far, so good. But mails from this tool are not processed by maiser. I can see them incoming in the SMTP server module and also in the core module but the core just says "From xxx To maiser@domain.de (local) OK". Nothing more. If I send a mail with the same content from my mail client (Thunderbird), everything works OK and maiser is processing the content in a second step as it is supposed to. What could be the difference?
The only thing I noticed is that the mails are processed by the SMTP server for a very long time (20 secs or so) and while the SMTP server is still showing the incoming mail in the log window as being proessed, the core is already processing and delivering it to maiser. How can that be?!?! I sent mails to my normal account instead of maiser and the content seems to be OK. I can see the add and delete commands in the body BEFORE the SMTP finished processing the mail. The only difference between the ASP.NET mail and the TBird mail in SMTP log window which I can see is in the AUTH LOGIN string. From Thunderbird, it says CRAM-MD5, from my ASP.NET web site, it says "AUTH LOGIN" and then a long, encrypted string.
Any ideas?
Thanks
Konrad
<p>Hi All,</p><p>I have problems with the following:</p><p>I wanted to create a asp.net web site which allows my users to maintain mailing lists in a more convenient way than sending mails to maiser directly. I managed to read all lists and also the member for each list from the files mercury provides. The add and delete action should then be performed in the background by sending mails to the maiser address. So far, so good. But mails from this tool are not processed by maiser. I can see them incoming in the SMTP server module and also in the core module but the core just says "From xxx To maiser@domain.de (local) OK". Nothing more. If I send a mail with the same content from my mail client (Thunderbird), everything works OK and maiser is processing the content in a second step as it is supposed to. What could be the difference?</p><p>The only thing I noticed is that the mails are processed by the SMTP server for a very long time (20 secs or so) and while the SMTP server is still showing the incoming mail&nbsp; in the log window as being proessed, the core is already processing and delivering it to maiser. How can that be?!?! I sent mails to my normal account instead of maiser and the content seems to be OK. I can see the add and delete commands in the body BEFORE the SMTP finished processing the mail. The only difference between the ASP.NET mail and the TBird mail in SMTP log window which I can see is in the AUTH LOGIN string. From Thunderbird, it says CRAM-MD5, from my ASP.NET web site, it says "AUTH LOGIN" and then a long, encrypted string.</p><p>Any ideas?</p><p>Thanks</p><p>Konrad
</p>