Configuration setup as followed
1. Installed following perl Cpan modules
cpan
install LWP::UserAgent
install HTML::Entities
install HTML::Strip
install HTML::FormatText
install HTML::TreeBuilder
install Switch
install Time::Local
install MIME::Decoder
install Mail::POP3Client
install Mail::IMAPClient
install Mail::Message
install IO::Socket::SSL
install MIME::Base64
quit
2. Enabled allow emails in System Settings
3. Enabled Modify Email Accounts option in Admin interface Options
4. Added Email group inside Inbound Menu
5. Added IMAP Email Account inside Admin->Email Accounts
6. Enabled Allow Emails in Campaign Settings
7. Added /usr/share/astguiclient/AST_inbound_email_parser.pl in cronttab -e
8. sendemail service working fine
After following these many steps i am unable to receive any emails.
Step 1 – Download the dependencies hostnamectl set-hostname xxxxxx.xxxxx.xxx ### Use YOUR SubDomain vi /etc/hosts ##Change domain name for actual server ip (xxx.xxx.xxx.xxx complete domain name subdomain only) timedatectl set-timezone Asia/Kolkata yum check-update yum update -y yum -y install epel-release yum update -y yum install git -y yum install -y kernel* #Disable SELINUX sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config reboot Step 2 – Run the Script cd /usr/src/ git clone https://github.com/manish23k/vicidial-install-scripts cd vicidial-install-scripts chmod +x alma-rocky9-ast16.sh ./alma-rocky9-ast16.sh Or the Asterisk 18 version: chmod +x alma-rocky9-ast18.sh ./alma-rocky9-ast18.sh
Comments
Post a Comment