Category : Control Panel

There are some cases you having issue to connect FTP using PureFTPD. The easiest way is to change it to ProFTPD. [cc]cd /usr/local/directadmin/custombuild ./build update ./build set ftpd proftpd ./build proftpd[/cc] Make sure set correct path for the access and auth log in its configuration. [cc]vim /etc/proftpd.conf[/cc] ExtendedLog /var/log/proftpd/access.log WRITE,READ write ExtendedLog /var/log/proftpd/auth.log..

Read more

Official documentation : https://documentation.cpanel.net/display/CKB/How+to+Configure+the+Exim+Outgoing+IP+Address The /etc/mailips file controls the IP address from which each domain sends mail. To change specific domain outgoing email IP simply [cc lang=”bash”][root@sme09 ~]# cat /etc/mailips *: 103.21.180.182 #dedicated IP for filvacco.com.my filvacco.com.my: 103.21.180.183 times-lite.com.my: 103.21.180.183 finst.com.my: 103.21.180.183 kuangyik.com: 103.21.180.183 [/cc] [cc lang=”bash”] vi /etc/mailips [/cc] restart the exim service [cc ..

Read more

Official guide : https://help.directadmin.com/item.php?id=36 If cpan is not found : yum install perl-CPAN Check again cpan : [server]# cpan cpan> o conf prerequisites_policy follow cpan> o conf commit cpan> quit Then install the required modules: cpan -i Archive::Tar Digest::SHA Net::DNS Net::DNS::Resolver::Programmable Mail::SPF Geo::IP Net::CIDR::Lite IO::Socket::IP \ IP::Country Net::Ident Net::Patricia IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ..

Read more