Is there a way I can configure I-MSCP to forward all email to another I-IMCP server which has a correct PRT record setup? So mine won't be the internet facing email server?
Regards,
Rob
Is there a way I can configure I-MSCP to forward all email to another I-IMCP server which has a correct PRT record setup? So mine won't be the internet facing email server?
Regards,
Rob
I pretty much thought so. Darn.. Thanks for the help.
Hi all,
I've got the following problem and looking to find a work around.
My ISP is pretty lame and don't run their own DNS servers. They have assigned me a fixed IP address but can't create obviously a PRT reserve DNS entry for me. Im running I-MSCP and my mail server is being reject by many hosts due to not having a reverse dns lookup entry. Is there any workaround for this as my ISP told me it will take a long time for them to setup their DNS own server.
Cheers.
For sure.
You probably have a control panel for such stuff, I have most of my machines with hetzner, there I could tell you the way to the setting.
But I guess googling for "reverse DNS <myprovider>" should tell you the right way …
Ok, thanks I'll take it up with them.
I doubt that you have your AS number with your own assigned IP addresses. BTW not with i-MSCP.
The PTR records must be edited by the datacenter support or, if you have one, with your management panel within the datacenter.
Do you mean my ISP who supplies my static IP address needs to do this?
I'm using i-MSCP to control my DNS.
H guysi,
I'm getting some 554-bad PRT record errors in my /var/log/mail.log. It's complaining no reverse DNS is setup, which is true. How can I add a PRT record to my hosted domains?
Thanks,
Rob
In the end I’ve used Ubuntu. Someone had done all the hard work preparing the image works very fast. Thanks for all your help.
I'm using the version downloaded from the Github. I gather is a "free" version?
Hi all,
I've just set-up my new server under a Raspberry PI 4 and Ubuntu 10.04 and I get this error when I try and activate SSL for a domain under the I-MSCP control panel. Any ideas? Can I add the letsencrypt certificates manually? Or do I need to use the plugin?
The log show this error:
019-10-23 09:37:17,277:DEBUG:certbot.main:certbot version: 0.39.0
2019-10-23 09:37:17,279:DEBUG:certbot.main:Arguments: ['--apache', '--no-bootstrap', '--non-interactive', '-v', '-d', 'sosaria.robcraig.com', '--expand', '-d', 'www.sosaria.robcraig.com']
2019-10-23 09:37:17,279:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-10-23 09:37:17,320:DEBUG:certbot.log:Root logging level set at 10
2019-10-23 09:37:17,321:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-10-23 09:37:17,323:DEBUG:certbot.plugins.selection:Requested authenticator apache and installer apache
2019-10-23 09:37:17,521:DEBUG:certbot_apache.configurator:Apache version is 2.4.29
2019-10-23 09:37:18,749:DEBUG:certbot.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
Initialized: <certbot_apache.override_debian.DebianConfigurator object at 0x7f92deff50>
Prep: True
2019-10-23 09:37:18,753:DEBUG:certbot.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
Initialized: <certbot_apache.override_debian.DebianConfigurator object at 0x7f92deff50>
Prep: True
2019-10-23 09:37:18,753:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_apache.override_debian.DebianConfigurator object at 0x7f92deff50> and installer <certbot_apache.override_debian.DebianConfigurator object at 0x7f92deff50>
2019-10-23 09:37:18,754:INFO:certbot.plugins.selection:Plugins selected: Authenticator apache, Installer apache
2019-10-23 09:37:18,755:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1378, in main
return config.func(config, plugins)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1249, in certonly
le_client = _init_le_client(config, auth, installer)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 607, in _init_le_client
acc, acme = _determine_account(config)
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 520, in _determine_account
config.email = display_ops.get_email()
File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/display/ops.py", line 56, in get_email
raise errors.MissingCommandlineFlag(msg)
MissingCommandlineFlag: You should register before running non-interactively, or provide --agree-tos and --email <email_address> flags.