sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
657 stars 446 forks source link

vacation.conf hardcoded vacation_domain #251

Open PhilipMcGaw opened 8 years ago

PhilipMcGaw commented 8 years ago

in /etc/sentora/configs/postfix/ the file vacation.conf is hardcoded as follows:

$db_type = 'mysql'; $db_username = 'postfix'; $db_password = 'my password'; $db_name = 'sentora_postfix'; $vacation_domain = 'autoreply.test.nforced.co.uk';

I assume $vacation_domain should not be set to this on my server?

MBlagui commented 8 years ago

nope it should not. This is strange. I think @Caffe1neAdd1ct ...

Also should apply to installers

TGates71 commented 1 year ago

Bump for review

TGates71 commented 10 months ago

Fresh v2.0.1 install and it still shows: $vacation_domain = 'autoreply.test.nforced.co.uk'; Added to private task manager - A fix is being tested.