Re: Need to move ELOG to other host, posted by Stefan Ritt on Thu Jun 25 12:32:48 2015
|
Simply copy over your elogd.cfg file and all files under "logbooks". If you only see former logbooks, you grabbed probably the wrong elogd.cfg
file.
Mario |
Re: Need to change port 25, posted by Andreas Luedeke on Tue Nov 27 08:19:11 2018
|
This is nicely explained in the documentation: https://elog.psi.ch/elog/config.html#global
The following options are specific to the [global]
section:
Port = <port> |
Re: Need to change port 25, posted by Stefan Ritt on Tue Nov 27 08:59:45 2018
|
I believe Yanick means the SMTP port, not the port under which elogd is listening. The SMPT port is hard wired to 25, because port 587 was not yet defiend
when I wrote that code. I can make this a variable, but only if it works. So Yanick can you test if port 587 accepts normal SMTP commands? We don't
have such a new server at our lab and I cannot test it. Under Windows you can open a command prompt and telnet to the mail server: |
Re: Need to change port 25, posted by Yanick Vachon on Tue Nov 27 15:21:31 2018
|
I Stefan, it works with the 587 port.
|
Re: Need to change port 25, posted by Stefan Ritt on Wed Nov 28 16:24:43 2018
|
Ok, so I added the option
STMP port = xxx
where you can specify 587 to override the default port 25. I committed the changes to bitbucket. Can you compile from sources, or do I have to |
Re: Need to change port 25, posted by Yanick Vachon on Wed Nov 28 16:43:14 2018
|
Hello,
now we kwow it's working are you gonne send us a version with the SMTP port editable?
Thanks! |
Re: Need to change port 25, posted by Stefan Ritt on Wed Nov 28 16:53:58 2018
|
Just read my post 20 mins ago!
Stefan
Yanick |
Re: Need to change port 25, posted by Yanick Vachon on Wed Nov 28 18:23:59 2018
|
Good!
so, i've tried to compile but iwonder if i does it correctly,
look at the error i got: |