MattiaMerliniM

  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by MattiaMerliniM Recent activity Votes
  • 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...

  • 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 ...

  • 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...

  • 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...

  • 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...