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..
Category : Control Panel
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 ..
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 ..
Below are useful command that we can use to list all User’s Email Addresses under a Reseller in Direct Admin. Usually we want to do this when there are Maintenance need to be done in Shared Hosting and we would like to let all customer know by blasting emails for them. Let say, we have ..
Ticket Example : TTR-690-62902 When you have several thousand email accounts in a DirectAdmin server, the loading of the email accounts page may start to slow down. In order to speed it up, you can enable the disk cache in DirectAdmin. Follow the below steps: First go to the direct admin path [root@localhost ~]# cd ..