multiple homes?, posted by Christoph Kukulies on Wed Nov 2 10:49:02 2011
|
Is it possible to have many roots with one elogd (or run several elogds), such that you can seaparate different groups or themes from each other:
electronics
trigger
power
mechanics
detector
support
Thanks.
Christoph
|
multiple "text entry" field, posted by darshak on Mon Jul 12 09:07:32 2004
|
Is it possible to add one more "text entry" field ? |
multi-headings, posted by parrish on Sat Jun 7 01:43:52 2008
|
how can you have more than 1 heading like in this forum. Example is: Demo and Discusion and have diferent sub heading under each one?
So example if Demo is selected you get one group of tabs to select from and if Discussion is selected you get a different second set of tabs to choise from.
Thanks in adavance |
moving eLog to another computer, posted by Ekaterina Korobkina on Wed Sep 30 18:57:44 2020
|
Our Unix server died, so we decided to move our old eLog to the new server, running Mac OSX. Elog version is earlier then 2013, I can not say
I read that on OSX eLog must be intalled through "make" command
if I need to install eLog first, how to add all old information later?
|
move mxml code into elog's src directory, posted by Jeff Stoner on Fri Feb 15 03:16:45 2008
|
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile to:
MXMLDIR = src/mxml
Reason for change: if you want to build several versions of elog and you unpack the distributions in the same top-level directory, the most recently unpackaged version will overwrite the mxml directory contents, possibly introducing bugs.
|
move a type of entries to another logbook, posted by Ze Li on Tue Jul 3 09:46:19 2012
|
Hi,
I have logbook A and logbook B. Is it possible to move one type of entries in logbook A to logbook B? If yes, may I know how you do it? Thank you.
Ze |
more fun with SMTP and authentication...., posted by Topher Congdon on Mon Jan 26 18:52:56 2009
|
Great software.
Okay, so I've done my reading through the forum and got a couple of nuggets along the way but I am still unable
to get the e-mail function to work. I am using Windows IIS to make an SMTP virtual server to shimmy around the
IT firewall. That appears to work as I can see the response from the external SMTP server while running elogd
with the -v flag. The elogd -v details are below:
Email from xxxxxxxxxxxx@xxxxxxxxxxxx.com to xxxxxx.XXXXXXX@XXXXX.com,XXXXX.XXXXX X@XXXXX.com, SMTP host
XXXXXXXXXXXXXX.XXXX.XXXXX.com:
220 smtp.xxxxx.com Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180 ready at Mon, 26 Jan 2009 10:56:35 -0500
EHLO xxxxxxxxxxxxxx.xxxx.xxxxx.com
250-smtp.xxxxx.com Hello [xxx.xxx.xxx.xxx]
250-AUTH=LOGIN
250-AUTH LOGIN
250-SIZE 2097152
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime 250-BINARYMIME
250-CHUNKING 250-VRFY
250 OK AUTH LOGIN
Username:
xxxxxxxxxxxx@xxxxxxxxxxxx.com
Password: cm9jaGVsb2dib29r
535 5.7.3 Authentication unsuccessful
==== Return ================================
From the SMTP server response it is not logging in, but I don't know why. I can log in to the webmail app with
the username/password provided to ELOG, but it doesn't appear to work through ELOG. The SMTP provider includes
the following info to setup e-mail accounts via SMTP: "Please note: To send e-mail using the SMTP-Server,
activate SMTP Authentication. Please do not use the Secure Password Authentication (SPA) option. Optionally,
port 587 can also be used in addition to the default port (25) RFC 2476."
For authentication via the Windows IIS I have "basic authentication" with no TLS encryption required - I'm not
sure if that meets the provider's "SMTP authentication" requirement. When I was using the previous version of
ELOG (sorry, I did not note the version number) the username was encrypted along with the password. With the
2168 build, the password is still encrypted but the usernamer is not; should the password be in "plain text" as
well?
I can provide you with a username/password for the SMTP provider I'm using if that will help. Please send me a
separate e-mail and I will reply with the information.
Thank you,
Topher Congdon |
missing '.' in emails, posted by Heiko Scheit on Wed May 7 16:04:45 2003
|
missing '.' in emails
-----------------------
A dot '.' at the beginning of a line is not transmitted via email.
It is stored in the entry properly though.
Test:
./There is a dot just before '/There...'
Greetings, Heiko
Well it seems here it is working fine...
. |