Page 1 of 1
Database & pop3/imap
Posted: Wed May 30, 2018 10:29 am
by boionfire81
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Do we need database.inc.php & database_mysqli.inc.php or only one?
Also with email piping & smtp can we disable/remove the pop3 and imap files?
Re: Database & pop3/imap
Posted: Wed May 30, 2018 12:36 pm
by mkoch227
Technically, you only need one of the database files as far as I know (as you will be connected to your database only via MySQL or MySQLi - never both at the same time).... but there's no benefit to deleting the extra file. Same goes with the pop3 and imap files. They're not needed if you're not using them, but there's also no major benefit to deleting them (unless you need the extra couple hundred KBs of space

)
Re: Database & pop3/imap
Posted: Wed May 30, 2018 5:08 pm
by boionfire81
No just looking at everything down to the millisecond

Re: Database & pop3/imap
Posted: Wed May 30, 2018 7:25 pm
by Klemen
What Mike said.
Hesk will use the improved MySQLi functions to access the database. For legacy reasons (to support some older PHP versions), the alternative mysql functions are available.
You can indeed delete the fetching files you aren't using.
Re: Database & pop3/imap
Posted: Thu May 31, 2018 5:27 am
by boionfire81
ok, so the question still remaining is, with the email piping (incoming?) and smtp (outgoing) is imap still needed?
Re: Database & pop3/imap
Posted: Thu May 31, 2018 7:21 am
by Klemen
No, IMAP is just one of the 3 available options to do the same thing: import emails into tickets.
So you need either email piping, POP3 fetching or IMAP fetching.