Vicibox10 install
Version: 2.14b0.5
SVN Version: 3529
DB Schema Version: 1645
I followed the vicidial manual and the email handling doc to set up email on my dialer. I set the email up with a google gsuite email account and allowed "less secure apps". I sent a few test emails to my google email account and they were received in vicidial.
I sent some test replies back from within the agent interface but they were never delivered. My hosting company claims there are no ports blocked on my server. How do I verify that?
I ran the email debug script from the email handling doc and everything appears to be ok.
/usr/share/astguiclient/AST_inbound_email_parser.pl --ssl-no-cert --debugX --force-check
- Code: Select all
1 - anonredacted - anonredacted
Attempting to connect to IMAP server (imap.gmail.com) - 1 - anonredacted - anonredacted
Started at Sat Nov 20 09:49:00 2021
Using Mail::IMAPClient version 3.43 on perl 5.026001
Read: * OK Gimap ready for requests from ...
Sending: 1 LOGIN anon@redacted.tld [Redact: Count=1 Showcredentials=OFF]
Sent 43 bytes
Read: * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE MOVE CONDSTORE ESEARCH UTF8=ACCEPT LIST-EXTENDED LIST-STATUS LITERAL- SPECIAL-USE APPENDLIMIT=35651584
1 OK anon@redacted.tld authenticated (Success)
Sending: 2 LIST "" INBOX
Sent 17 bytes
Read: * LIST (\HasNoChildren) "/" "INBOX"
2 OK Success
Sending: 3 LIST "" "INBOX/*"
Sent 21 bytes
Read: 3 OK Success
Sending: 4 LIST "" INBOX
Sent 17 bytes
Read: * LIST (\HasNoChildren) "/" "INBOX"
4 OK Success
Sending: 5 LIST "" INBOX
Sent 17 bytes
Read: * LIST (\HasNoChildren) "/" "INBOX"
5 OK Success
Sending: 6 STATUS INBOX (MESSAGES)
Sent 27 bytes
Read: * STATUS "INBOX" (MESSAGES 5)
6 OK Success
Sending: 7 SELECT INBOX
Sent 16 bytes
Read: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing \*)] Flags permitted.
* OK [UIDVALIDITY 1] UIDs valid.
* 5 EXISTS
* 0 RECENT
* OK [UIDNEXT 844] Predicted next UID.
* OK [HIGHESTMODSEQ 550942]
7 OK [READ-WRITE] INBOX selected. (Success)
Sending: 8 UID SEARCH ALL
Sent 18 bytes
Read: * SEARCH 839 840 841 842 843
8 OK SEARCH completed (Success)
Sending: 9 UID SEARCH unseen
Sent 21 bytes
Read: * SEARCH
9 OK SEARCH completed (Success)
Search successful but found no matching messages
Iteration # - found 0 new messages
Sending: 10 LOGOUT
Sent 11 bytes
Read: * BYE LOGOUT Requested
10 OK 73 good day (Success)
script execution time in seconds: 1 minutes: 0.0166666666666667
You have new mail in /var/spool/mail/root
How do I get the outbound emails working?