The Courier mail server's default configuration listens on port 25 on all IP addresses. If the server has more than one IP address, Courier accepts connections on any IP address. Adjust the settings in the esmtpd configuration file to explicitly enumerate IP addresses that Courier listens on. This also applies to the ESMTP over SSL server on port 465 configured by esmtpd-ssl, and the MSA server on port 587, configured by
enhanched the time ... in line https://github.com/processone/ejabberd/blob/2.1.x/src/ejabberd_listener.erl#L44 and test again |
<?php | |
class CI_Date { | |
public $sec_in_min, $min_in_hour, $hr_in_day, $day_in_wk, $sec_in_wk, $sec_in_day, $min_in_wk, $min_in_day, $hr_in_wk; | |
public function __construct() { | |
$this->sec_in_min = 60; | |
$this->min_in_hr = 60; | |
$this->hr_in_day = 24; | |
$this->day_in_wk = 7; | |
$this->day_in_yr = 365; | |
$this->sec_in_hr = $this->sec_in_min * $this->min_in_hr; |
cd repository | |
git checkout --orphan orphan_name | |
git rm -rf . | |
rm '.gitignore' | |
echo "#Title of Readme" > README.md | |
git add README.md | |
git commit -a -m "Initial Commit" | |
git push origin orphan_name |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* KAI eCRM | |
* | |
* 画像操作クラス | |
* | |
* @package application | |
* @author an | |
* @version 1.0α | |
* @filesource |
The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Check for more at https://venenux.github.io/alpine-wiki.
Warning those are for php 8.3 (php83) due composer dependencies on alpine 3.20 if you runs olders alpine: 3.19 uses php82, 3.18/3.17 uses php81, 3.16/3.15 uses php8
The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Check for more at https://venenux.github.io/alpine-wiki.
Warning those are for php 7 (php7) due composer dependencies on alpine 3.14 if you runs newers alpine: 3.19 uses php82, 3.18/3.17 uses php81, 3.16/3.15 uses php8
The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Check for more at https://venenux.github.io/alpine-wiki.
Warning those are for php 7 (php7) due composer dependencies on alpine 3.14 if you runs newers alpine: 3.19 uses php82, 3.18/3.17 uses php81, 3.16/3.15 uses php8