ugoviti / izpbx

izPBX is a Turnkey Cloud Native Telephony System powered by Asterisk Engine and FreePBX Management GUI
GNU General Public License v3.0
168 stars 69 forks source link

A few issues #27

Closed rallisf1 closed 2 years ago

rallisf1 commented 2 years ago

Hello, please consider the following:

And a couple questions:

  1. Can I use external SMTP without running postfix at all? I prefer it than enable relaying on my main mail server.
  2. How can I change hostname (APP_FQDN) after installation?
ugoviti commented 2 years ago

Hi John,

thank you for your feedback..

About your questions:

  1. nope, postfix is used as local MTA, but you can configure remote smarthost on local postfix changing these variables:
    SMTP_RELAYHOST=[smtp.example.com]:587
    SMTP_RELAYHOST_USERNAME=yourusername
    SMTP_RELAYHOST_PASSWORD=yoursecurepassword
    SMTP_STARTTLS=true
  2. if you change the APP_FQDN variable in the .env that doesn't works?

Kind Regards

rallisf1 commented 2 years ago

Hey,

I haven't tried changing the env variables and recreating the container, I thought it would break something. I'll try that (both for fail2ban conf and APP_FQDN) and let you know.

Grazie Mille!

ugoviti commented 2 years ago

released 18.15.24

https://github.com/ugoviti/izdock-izpbx/blob/main/CHANGELOG.md

feel free to close this issue after tested the release

Grazie a te! ;)

rallisf1 commented 2 years ago

Forgot to close this :>

Everything works as intented, bravo signore!