Is ODBC access built in - if so what port does it use?
I am guessing it would be possible to get at theEmail archives via such a connection.
I am guessing it would be possible to get at theEmail archives via such a connection.
In Database
Share this post:
Responses (2)
-
Accepted Answer
Adding ODBC client will make it easy to do custom apps at the PC with MySQL data on the server.
As the email search features reveal email as soon as it arrives and pop3 collected email is cleared when email client connects, there must be some other database in which email is deposited on arrival. What is it please and is their an ODBC client for it. I need to write a client ODBC app that parses the server email headers for keywords - matching messages are to be further processed into a order processing system. I'll need access to the message body for the latter.
Thanks in advance.... -
Accepted Answer
The MySQL server that comes on ClearOS is pretty standard. ODBC access is available and can be accessed on port 3306.
Email is NOT stored in MySQL so you cannot access it there.
You can download an appropriate MyODBC client package from MySQL

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »