Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 202 of 806  Not logged in ELOG logo
IDdown Date Icon Author Author Email Category OS ELOG Version Subject
  68192   Fri Nov 20 06:25:56 2015 Reply Dawangraymund.dawang@gmail.comQuestionWindowsLatestRe: How to configure SMTP server in Windows using gmail

Thanks Stefan,

I checked in my ELOG folder and can't find the stunnel.cfg. Is that only available in Linux? Can you please recommend a third party SMTP server for me use to successfully enable mail notif via Windows OS. Thanks much

Cheers,

 

Raymund

Stefan Ritt wrote:

Elog does not directly support TLS encryption. See here for a wrokaround: elog:68039

 

Dawang wrote:

Hi ELOG Community,

Please help me to configure my smtp server in Windows using gmail server

This is what in my config:

 

SMTP host = smtp.gmail.com

SMTP username = raymund.dawang@engagis.com (company email subscribing in gmail)
SMTP Password = xxxxxxx
 

And I was prompted by this error in elog: Error sending Email via <i>"smtp.gmail.com"</i>: 5.7.0 Must issue a STARTTLS command first. ir5sm11631778pbc.13 - gsmtp

 

Apprecite you help. Thanks.

 

 

  68191   Tue Nov 17 08:33:15 2015 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux3.1.0Re: resending information confirmation box after refresh interval

Start with the demo example configuration, add one line after the other from your config, and figure out which is the offending statement in your config, then post a minimal configuration here which triggers the problem.

Ken Ludington wrote:

After submitting a new post, if the page is left completely alone,, it will after a few minutes prompt that the page needs to resend information.

This is the same prompt you'd get if you attempt to refresh a page that had session variables passsed to it. Example is attached.

Is there something in my config that could cause this?   This is a fresh install of the latest verison however my elogd.cfg file has been migrated throuh many installs over many versions, so it's very possible this is something following along.

thanks.

 

  68190   Mon Nov 16 20:42:15 2015 Question Ken Ludingtonkludingt@gmail.comQuestionLinux3.1.0resending information confirmation box after refresh interval

After submitting a new post, if the page is left completely alone,, it will after a few minutes prompt that the page needs to resend information.

This is the same prompt you'd get if you attempt to refresh a page that had session variables passsed to it. Example is attached.

Is there something in my config that could cause this?   This is a fresh install of the latest verison however my elogd.cfg file has been migrated throuh many installs over many versions, so it's very possible this is something following along.

thanks.

Attachment 1: errormsg.jpg
errormsg.jpg
  68189   Fri Nov 13 11:26:12 2015 Question Xuan Wuwux@ihep.ac.cnQuestionLinux3.1.1email notification authentication failed

Hi All,

I got into trouble setting up the automated email notification.

elog.cfg:

;Send automatic email notifications
SMTP host = mail.ihep.ac.cn
;SMTP host = 127.0.0.1

;Some SMTP server require username/passowrd authentication
;elogd -t <your password> for creating SMTP password
SMTP username = wux@ihep.ac.cn

SMTP Password = .JYEytMGvsHANeCIfQJXmscIt4NOtzJ8GbAnh3XH280
;SMTP Password = V3gxMzYxODAxMjAxNA==
;No Email notification
Suppress Email to users = 1

 

elogd -v:

GET /LEBT/?cmd=Forgot&login_name=wux HTTP/1.1
timezone: -28800, offset: 28800


Email from <wux@ihep.ac.cn> to wux@ihep.ac.cn, SMTP host mail.ihep.ac.cn:
220 ihep.ac.cn Anti-spam GT for Coremail System (ihep[20151015])
EHLO 10.1.44.220
250-mail
250-PIPELINING
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-coremail 1Uxr2xKj7kG0xkI17xGrUDI0s8FY2U3Uj8Cz28x1UUUUU7Ic2I0Y2Url11UVUCa0xDrUUUUj
250-STARTTLS
250 8BITMIME
AUTH LOGIN
username:
wux@ihep.ac.cnPassword:
.JYEytMGvsHANeCIfQJXmscIt4NOtzJ8GbAnh3XH280
535 Error: authentication failed

 

test with telnet:

[wux@logbook ~/elog]$ telnet mail.ihep.ac.cn 25
Trying 202.38.128.6...
Connected to mail.ihep.ac.cn.
Escape character is '^]'.
220 ihep.ac.cn Anti-spam GT for Coremail System (ihep[20151015])
EHLO 10.1.44.220
250-mail
250-PIPELINING
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-coremail 1Uxr2xKj7kG0xkI17xGrUDI0s8FY2U3Uj8Cz28x1UUUUU7Ic2I0Y2Ur3T0__UCa0xDrUUUUj
250-STARTTLS
250 8BITMIME
AUTH LOGIN
334 dXNlcm5hbWU6
AUTH PLAIN
535 Error: authentication failed
Connection closed by foreign host.


Any advice and suggestions will be appreciate.

  68188   Thu Nov 12 09:00:23 2015 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsLatestRe: How to configure SMTP server in Windows using gmail

Elog does not directly support TLS encryption. See here for a wrokaround: elog:68039

 

Dawang wrote:

Hi ELOG Community,

Please help me to configure my smtp server in Windows using gmail server

This is what in my config:

 

SMTP host = smtp.gmail.com

SMTP username = raymund.dawang@engagis.com (company email subscribing in gmail)
SMTP Password = xxxxxxx
 

And I was prompted by this error in elog: Error sending Email via <i>"smtp.gmail.com"</i>: 5.7.0 Must issue a STARTTLS command first. ir5sm11631778pbc.13 - gsmtp

 

Apprecite you help. Thanks.

 

  68187   Thu Nov 12 03:04:09 2015 Question Dawangraymund.dawang@gmail.comQuestionWindowsLatestHow to configure SMTP server in Windows using gmail

Hi ELOG Community,

Please help me to configure my smtp server in Windows using gmail server

This is what in my config:

 

SMTP host = smtp.gmail.com

SMTP username = raymund.dawang@engagis.com (company email subscribing in gmail)
SMTP Password = xxxxxxx
 

And I was prompted by this error in elog: Error sending Email via <i>"smtp.gmail.com"</i>: 5.7.0 Must issue a STARTTLS command first. ir5sm11631778pbc.13 - gsmtp

 

Apprecite you help. Thanks.

  Draft   Thu Nov 12 02:59:24 2015  Dawangraymund.dawang@gmail.comQuestionWindowsLatestHow to configure SMTP server in Windows using gmail

Hi ELOG Community,

Please help me to configure my smtp server in Windows using gmail server

This is what in my config:

 

SMTP host = smtp.gmail.com

SMTP username = raymund.dawang@engagis.com (company email subscribing in gmail)
SMTP Password = xxxxxxx
 

And I was prompted by this error in ELOG: Error sending Email via <i>"smtp.gmail.com"</i>: 5.7.0 Must issue a STARTTLS command first. ir5sm11631778pbc.13 - gsmtp

 

Apprecite you help. Thanks.

  68185   Tue Nov 10 14:08:47 2015 Reply Stefan Rittstefan.ritt@psi.chBug reportLinuxV3.1.1-b4dRe: Paste figure from Clipboard, CKEditor 4.5.1 and Firefox 42

That seems a CKEditor problem. Can you see if it works on their site (ckeditor.com). The current version is 4.5.4. Maybe they fixed it. You can upgrade CKEditor yourself in elog by just copying the new verson over the old /elog/scripts/ckeditor directory.

Simon Däster wrote:

I tried to paste an Image from Clipboard into the CKEditor 4.5.1. Unfortunatelly, that doesn't work. I used Firefox, version 42. When I  looked in the javascript error console, it reported that "TypeError: b is undefined, ckeditor.js:1139:112". The variable  d.config.filebrowserImageUploadUrl could not be found.

I set the variable in the file ckeditor-config.js in the folder scripts, but that didn't solve the problem. As far as I can tell, Pasting Image from Clipboard does not work in this forum neither, but I don't know whether this is in purpose.

Pasting via the button "Paste from Word" works as it inserts a 64base formated image, but that's not what I'm searching for. Also normal upload of files works fine and puts the file in the correct folder (logbook/year/)

 

 

 

ELOG V3.1.5-3fb85fa6