Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 204 of 806  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icondown Author Author Email Category OS ELOG Version Subject
  2269   Thu Jun 28 17:23:24 2007 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.5-1870Re: How to change elog directories in windows

toumbi wrote:
Why code 3 ?


No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like

z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg

maybe there is some access rights conflict.
  2270   Thu Jun 28 17:38:39 2007 Reply toumbitoumbi@yopmail.comQuestion 2.6.5-1870Re: How to change elog directories in windows

Stefan Ritt wrote:

toumbi wrote:
Why code 3 ?


No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like

z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg

maybe there is some access rights conflict.

When i start the service with start button it fail to lunch
but the command z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg work !!
Maybe The service doesn't have access right , ( i see it is Log on with Local System).
Attachment 1: elog.JPG
elog.JPG
Attachment 2: elog.JPG
elog.JPG
  2272   Thu Jun 28 19:25:48 2007 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.5-1870Re: How to change elog directories in windows

toumbi wrote:
Maybe The service doesn't have access right , ( i see it is Log on with Local System).


In that case it might help to run elog under your personal account.
  2273   Thu Jun 28 19:36:06 2007 Reply Stefan Rittstefan.ritt@psi.chBug reportWindows2.6.5.1855Re: icons\elc_anchor.png is missing ?

toumbi wrote:
the file icons\elc_anchor.png is missing I setup the windows version.


It's contained in http://midas.psi.ch/elog/download/windows/elog265-2.exe
  2274   Fri Jun 29 16:14:16 2007 Reply JJ Sheppardjsheppard@tracstar.netQuestionLinux2.6.5Re: Error sending Email via "XXX.XXX.XXX.XXX"

Stefan Ritt wrote:

JJ Sheppard wrote:
220 Welcome to the @Mail v4.4 SMTP Server ( Exim )
EHLO server.XXXX.net
250-MX1.SPIDERHOST.COM Hello server.XXXX.net [XXX.XXX.XX.XX]
250-SIZE 10485760
250-PIPELINING
250-AUTH LOGIN
250 HELP


The problem there is that your SMPT server does not reply with
250 OK

which my server does. So elogd was waiting 3 seconds for "OK", and then aborted. I change the code (now in SVN revision 1871) to look for "250 " (with one blank at the end). You have to update from SVN, recompile and try again. Anyhow elogd only supports plain login authentication ("AUTH LOGIN"), which not all SMPT servers accept. You have to see.


This is what I get now, Is this the Auth Login problem you were speaking of?

Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data
==== Return ================================
HTTP/1.1 302 Found
  2275   Fri Jun 29 16:16:58 2007 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.6.5Re: Error sending Email via "XXX.XXX.XXX.XXX"

JJ Sheppard wrote:
This is what I get now, Is this the Auth Login problem you were speaking of?

Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data


No. It looks like PLAIN LOGIN is supported, but your username/password is wrong. Ask your SMPT system administrator.
  2276   Fri Jun 29 16:30:46 2007 Reply JJ Sheppardjsheppard@tracstar.netQuestionLinux2.6.5Re: Error sending Email via "XXX.XXX.XXX.XXX"

Stefan Ritt wrote:

JJ Sheppard wrote:
This is what I get now, Is this the Auth Login problem you were speaking of?

Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data


No. It looks like PLAIN LOGIN is supported, but your username/password is wrong. Ask your SMPT system administrator.


I dubbed checked it and ran the -t command to make sure it was the right password. Any thing else I can try?

This is whats in the global
SMTP host = XXX.XX.XX.XX
SMTP username = advservices@XXXXX.XXX
SMTP Password = dDE5ODQ=
Use Email From = advservices@XXXX.XXX

and i still get this
250 HELP
AUTH LOGIN
Username:
XXXXX
Password:
XXXXX
535 Incorrect authentication data
  2277   Fri Jun 29 16:43:23 2007 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.6.5Re: Error sending Email via "XXX.XXX.XXX.XXX"

JJ Sheppard wrote:
Any thing else I can try?


Maybe advservices instead of advservices@XXXXX.XXX ? Just an idea.
ELOG V3.1.5-3fb85fa6