Posts

Showing posts from May, 2024

550 Verification failed

  550-Verification failed   550 Verification failed  added the domain liteconnect.in here  vi /etc/virtual/domains domainlist relay_domains = lsearch;/etc/virtual/domains to accept relay from 135 server IP else you will get 550 We didn't send the messageQUIT error This callout has failed and the messages therefore rejected. When I perofmr a callout now: Connect to mail.liteconnect.in 220 india.drushti.net ESMTP Exim 4.93.0.4 Thu, 23 May 2024 19:27:15 +0530EHLO out12.antispamcloud.com 250 india.drushti.net Hello out12-10.antispamcloud.com [185.201.16.10] SIZE 52428800 8BITMIME PIPELINING AUTH PLAIN LOGIN STARTTLS HELPSTARTTLS 220 TLS go aheadEHLO out12.antispamcloud.com 250 india.drushti.net Hello out12-10.antispamcloud.com [185.201.16.10] SIZE 52428800 8BITMIME PIPELINING AUTH PLAIN LOGIN HELPMAIL FROM:<> 250 OKRCPT to:<litecon@liteconnect.in> 550 We didn't send the messageQUIT 221 india.drushti.net closing connection The sending server 'mail.li...

install ftp

 sudo yum install vsftpd sudo systemctl start vsftpd sudo systemctl enable vsftpd sudo cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.default vi /etc/vsftpd/vsftpd.conf anonymous_enable=NO local_enable=YES write_enable=YES chroot_local_user=YES allow_writeable_chroot=YES userlist_enable=YES userlist_file=/etc/vsftpd/user_list userlist_deny=YES sudo systemctl restart vsftpd How To Enable Root Login in FTP Server /etc/vsftpd comment out or remove root user form both these files  systemctl restart vsftpd