i have just configure a fresh OSTicket on a fresh centos 7, but i have trouble with email sending.
whatever i set, mail sending still don't work.
Here are all the settings I could try, and their corresponding error results:
(please see it in attachment)
here are my steps in centos:
- stop and disabled firewall
- install LAMP:
- yum -y install wget screen git
- git clone https://github.com/teddysun/lamp.git
- cd lamp
- chmod 755 *.sh
- screen -S lamp
- ./lamp.sh
- choose httpd-2.4.41, mariadb-5.5.66, php-7.2.25 and all extension of the three compoments
- yum install zip unzip php-mysql php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-mcrypt php-apcu
- download OSTicket and configure apache, mysql
- in OSTicket webpage ,complete installation.
Is there any issue in my steps? should I configure mail settings in centos, or php?
I am a totally beginner in Linux and web server 🙁