Re: Cannot submit due to authentification errors, posted by Stefan Ritt on Tue Aug 20 11:06:47 2019
|
Elog supports only a limited set of authentications for SMTP. Both GMail and probably also your server requires more advanced authentication schemes,
which are not suppoerted by elog. Sorry.
Stefan |
Re: Drag and drop does not work in 3.1.3?, posted by Stefan Ritt on Tue Aug 20 11:45:14 2019
|
It's the config from the distribution. A copy is below.
Stefan
[global] |
Re: Cannot connect to server of Gmail SMTP, posted by Stefan Ritt on Mon Oct 7 08:54:32 2019
|
Gmail uses a type of SMTP authentication which is currently not supported by elog. It's however on the todo list.
Stefan
Kevin |
Re: Author name in reply to entry is from original poster, posted by Stefan Ritt on Thu Oct 10 12:41:09 2019
|
Preset on reply Author = $long_name
Max
wrote:
My elog has this config for the author: |
Re: How to get Elog server to produce web server log files in Linux., posted by Stefan Ritt on Wed Oct 16 09:48:56 2019
|
Have you tried
Logfile = ...
Logging level = 3 |
Re: Subdirectories in logbooks, posted by Stefan Ritt on Mon Nov 11 13:09:35 2019
|
Just use groups as written in the manual: https://elog.psi.ch/elog/config.html#groups
Stefan
pavel |
Re: Trouble on Catalina, posted by Stefan Ritt on Mon Nov 25 16:25:21 2019
|
The Makefile is kind of obsolete, I switched to CMake. So the Makefiel is mostly there as backup. To compile elog, do
elog$ mkdir build; cd build
elog/build$ cmake .. |
Re: Executing a shell command using elogd Windows service, posted by Stefan Ritt on Mon Nov 25 16:32:07 2019
|
Wow, having these color signal lamps really looke like a cute solution, made me laugh.
No, there is no other way than the Execute new thing. I have
given up long time ago to use Windows services, because they are very hard to debug and very limited. So at our site everything runs under Linux. |