cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1103
Views
0
Helpful
1
Replies

Voicemail to Email not working

Paul Kazzi
Level 1
Level 1

Have a site where Exchange mail server is local (192.168.1.5) to UC320 (192.168.1.254). Also UC320 DMZ address is 192.168.3.254.

Cannot send email from UC320. We appear to authenticate correctly with user=voicemailsystem. (Does not work with user= voicemailsystem@company.com)

Aside, when we leave the sensders username and password blank in the "Test SMTP" script, it works.

Exchange has allowed IPs 192.168.1.254 and 192.168.3.254 to relay SMTP but email sending fails with voicemail user. Any ideas before their Exchange admin gets back here in a few days...:

Oct 14 15:57:45 UC320W daemon.info sendmail: sendgetmail_main get WAN ip [192.168.3.254] as EHLO identify

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp check EHLO [192.168.3.254] with code -1

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-SERVER.domain.local Hello [192.168.1.254]

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-SIZE

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-PIPELINING

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-DSN

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-ENHANCEDSTATUSCODES

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-AUTH LOGIN

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-X-EXPS GSSAPI NTLM

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-8BITMIME

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-BINARYMIME

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-CHUNKING

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250-XEXCH50

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 250 XRDST

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp check AUTH LOGIN with code -1

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 334 VXNlcm5hbWU6

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp check  with code 334

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 334 UGFzc3dvcmQ6

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp check  with code 235

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 235 2.7.0 Authentication successful

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp check MAIL FROM:<voicemailsystem> with code 250

Oct 14 15:57:45 UC320W daemon.info sendmail: smtp_checkp get answer 501 5.1.7 Invalid address

Oct 14 15:57:45 UC320W daemon.err sendmail: Set Sender failed

1 Reply 1

Paul Kazzi
Level 1
Level 1

On Exchange run this command to allow open relay after the receive connector is set

Get-ReceiveConnector "voicemail" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"