Re: [Koha] How to hide port number when accessing koha staff client in the browser.

2024-02-08 Thread David Liddle
Hi Zen, I just want to point out that the port scanners being run by malicious entities on the internet are going to detect your open ports whether your Koha URLs use/display them or not. In fact, the port scanners are possibly unaware of your URLs or domain name; they're not needed. The important

Re: [Koha] How to hide port number when accessing koha staff client in the browser.

2024-02-08 Thread Alvaro Cornejo
Hi, You can create different hosts names for each opac.library.com.ph for opac admin.library.com.ph for admin and configure apache to do the mapping to the right port. Regards, Alvaro || Stay safe / CuĂ­dat

Re: [Koha] Email delivery pending

2024-02-08 Thread Katrin Fischer
Hi, the welcome email is sent immediately, but the checkin and checkout notices are usually only sent out every 15 minutes or to the interval you have set your process_message_queue.pl cron job. Until the job is run, the notices remain pending. It's recommended to not set the interval too low, a

[Koha] Email delivery pending

2024-02-08 Thread Shankar Reddy Kolle
Dear Sir/madam Greetings. I have migrated Koha version 19.05 to Koha 22.05.08 in Ubuntu 22.04. An in-built SMTP server is enabled to send emails to the patron. The system sends the welcome email after new patron registration but it does not send the chekins and checkout email. it is showing the not

Re: [Koha] How to hide port number when accessing koha staff client in the browser.

2024-02-08 Thread Katrin Fischer
Hi zen, you need to use different URLs for the staff interface and the OPAC. They can be either different by using different ports or by using different subdomains. You cannot hide a port number if you are using ports outside of 443/80 in the browser. You might want to change your configuratio

[Koha] How to hide port number when accessing koha staff client in the browser.

2024-02-08 Thread zen zenitram
Good day! Can someone help me on how we hide port number when our user access KOHA staff client in the internet. for security purposes. sample OPAC: opac.com.ph staff client: opac.com.ph:10001 I want to hide the 1001 i just saw someone answer to use 2 different IP addresses, https://lists.kati