Hello.
I have a dedicated server in datacenter with 2 dedicated IP. My sites use php(mail) function to send emails from server.
For sending email - php uses sendmail_path = /usr/sbin/sendmail -t -i
(from php.ini)
But in aapanel SendMail is a binary file/usr/sbin/sendmail.postfix
(I took this info from /etc/postfix/main.cf
) and i can't find any config files for SendMail.
I would like to send email using php(mail) function from second dedicated ip on server. For this I need to change SendMail config (modify CLIENT_OPTIONS(`Family=inet, Address=x.x.x.x')) but how can i do this in AApanel???
Where in AApanel config of Sendmail????