MattiaMerliniM
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by MattiaMerliniM-
MattiaMerliniM created a post,
Creating DB, USER, GRANTS and map to an account via SSH
My problem is about creating DB, USER, GRANTS and map db and user to an account. My script is: ACCOUNT="testaccount" DBHOST="localhost" DBNAME="wp_wpcli" DBUSER="wp_wpcli" DBPSW="wp_wpcli" echo "CR...
-
MattiaMerliniM commented,
Forget about SSL. I just want this situation: webmail.customer1.fr --> webmail.hostingprovider.com webmail.customer2.biz --> webmail.hostingprovider.com webmail.customer3.it --> webmail.hostingpro...
-
MattiaMerliniM commented,
Thanks for reply. This is not the point. The point is how to redirect webmail.mycustomer.com to webmail.hostingsprovider.com
-
MattiaMerliniM commented,
Thanks for your reply, when I'll try I will notice to you the result
-
MattiaMerliniM created a post,
Redirect Every Webmail To A Single Account
I have 50 domains and all of these have webmail.domain.ext Now I have installed SSL on webmail.hostingprovider.com How can I 'redirect' every one that points to webmail.somedomain.ext (the domain ...
-
MattiaMerliniM created a post,
SSL for different domains on the same IP
In my cPanel (that is mono-IP) I have almost 200 domains, which one different from another (sono does not change only the TLD, example: example.com, example.agency, example.it, example.es, examplet...
-
MattiaMerliniM created a post,
Top domain CNAME
I need to have two different domains: example.it and example.com Both have the same document root. Both need to have email accounts (eg: test@example.it and test@example.com). I tried with parked d...
-
MattiaMerliniM created a post,
Send mail within bash script with SMTP AUTH
As in the title I need to send email (with log report, etc..) within a bash script executed by a cronjob. As I set in my WHM this two things (Mod security): ] The pseudo-user "nobody" is not permit...