Cannot send voicemail attachments

ksalter
Posts: 21
Member Since:
2006-07-14

I am trying to send voice mail email notifications w/ attachments, and it is not working. Here is the log from sendmail:

Feb 25 10:42:56 tmob-pbx sendmail[26319]: m1PGguNv026319: from=, size=10094, class=0, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=trixbox1.localdomain [127.0.0.1]
Feb 25 10:42:56 tmob-pbx sendmail[26318]: m1PGguks026318: to="Ken Salter" , ctladdr=asterisk (102/103), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=39920, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (m1PGguNv026319 Message accepted for delivery)
Feb 25 10:42:57 tmob-pbx sendmail[26321]: STARTTLS=client, relay=mail.targetedtechnologies.com., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256
Feb 25 10:44:20 tmob-pbx sendmail[26069]: STARTTLS: write error=syscall error (-1), errno=104, get_error=error:00000000:lib(0):func(0):reason(0), retry=1, ssl_err=5
Feb 25 10:44:20 tmob-pbx sendmail[26069]: m1PEMC2W017265: SYSERR(root): timeout writing message to mail.targetedtechnologies.com.: Connection reset by mail.targetedtechnologies.com.
Feb 25 10:44:20 tmob-pbx sendmail[26069]: m1PEMC2W017265: to=, ctladdr= (102/103), delay=02:22:07, xdelay=00:05:01, mailer=esmtp, pri=427846, relay=mail.targetedtechnologies.com. [69.85.201.155], dsn=4.0.0, stat=Deferred
Feb 25 10:44:20 tmob-pbx sendmail[26069]: m1ONXmJQ004368: to=, ctladdr= (102/103), delay=17:10:32, xdelay=00:00:00, mailer=esmtp, pri=1749460, relay=mail.targetedtechnologies.com., dsn=4.0.0, stat=Deferred: Connection reset by mail.targetedtechnologies.com.

Notice that after sendmail connects to my mail server, after 5 minutes is disconnected by the mail server. It is as if sendmail is not sending anything and is just opening a connection.

Any thoughts? I have run setup-mail and put in my domain, and set the mail relay in the /etc/mail/sendmail.mc to my mail server (and run make -C /etc/mail and restarted the service), and I have put the IP of my PBX in my mail servers allowed relay list.



SkykingOH
Posts: 9681
Member Since:
2007-12-17
the server @

the server @ mail.targetedtechnologies.com is refusing the connection. Probably thinks you are trying to relay through it.

What is the hostname set to on the Trix?

Scott

--

Scott

aka "Skyking"



ksalter
Posts: 21
Member Since:
2006-07-14
According to webmin - it is

According to webmin - it is tmob-pbx.targetedtechnologies.com, which is what I set and is a valid FQDN. The IP address of this server is in my allowed list for relay on my mail server. It seems to me that according to the log and my mail server that the connection is allowed. This is what my mail server (Merak mail server) is seeing:

69.85.232.237 [0A68] 11:33:37 Connected
69.85.232.237 [0A68] 11:33:37 >>> 220-targetedtechnologies.com ESMTP Targeted Technologies LLC Mail Server; Mon, 25 Feb 2008 11:33:37 -0600
69.85.232.237 [0A68] 11:33:37 69.85.232.237 [0A68] 11:33:37 >>> 250-targetedtechnologies.com Hello tmob-pbx.targetedtechnologies.com [69.85.232.237], pleased to meet you.
69.85.232.237 [0A68] 11:33:37 69.85.232.237 [0A68] 11:33:37 >>> 220 2.0.0 Ready to start TLS
69.85.232.237 [0A68] 11:33:37 69.85.232.237 [0A68] 11:33:37 >>> 250-targetedtechnologies.com Hello tmob-pbx.targetedtechnologies.com [69.85.232.237], pleased to meet you.
69.85.232.237 [0A68] 11:33:37 SIZE=25022
69.85.232.237 [0A68] 11:33:37 >>> 250 2.1.0 ... Sender ok
69.85.232.237 [0A68] 11:33:37
69.85.232.237 [0A68] 11:33:37 >>> 250 2.1.5 ... Recipient ok
69.85.232.237 [0A68] 11:33:37 69.85.232.237 [0A68] 11:33:37 >>> 354 Enter mail, end with "." on a line by itself
SYSTEM [0A68] 11:38:37 *** 1 0 00:00:00 WARNING FTG97237
SYSTEM [0A68] 11:38:37 Disconnected

I have no other issues with sending/receiving mail on this mail server.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.