Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cisco: VOIP

SmarterMail as SMTP relay for Connection and RTMT

 

 

Cisco voip RSS feed   Index | Next | Previous | View Threaded


tfrazee at gmail

Nov 10, 2009, 12:46 PM

Post #1 of 7 (339 views)
Permalink
SmarterMail as SMTP relay for Connection and RTMT

hello group,

I have a client who is running smartermail enterprise 4.3 email server and
running UCM 7.1(2) with Connection 7.1(2). I want to setup message
notification for voice mails and have set the internal ip address of the
SmarterMail server as the smart host in Connection Administration.

Does anyone have any experience with smartermail? I have setup what appears
to be whats needed to make this work, however I don't receive any emails
from my connection server to tell me I have a voice mail.

Any help would be greatly appreciated.


thsglobal at gmail

Nov 10, 2009, 2:07 PM

Post #2 of 7 (334 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

Hey mate...

Normal thing with SMTP relays is whether your server / device is authorised
to send / relay mail.
Im not familiar with SmarterMail itself.
But the authorisation is usually done by server IP address, or by
authenticating the user with a username and password.

Also, another one is whether you are allowed to relay to the destination
domain.

If UC was on a windows box I'd suggest to test via telnet - manually sending
a mail from the server. But since its not, I'd probably suggest to grab a
packet capture. It will show you whether UCM is sending the SMTP to the
right place, and it will show you whether the SMTP server is responding, and
whether it accepted or rejected your attempt and why.

Cheers,

Tim.


On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:

> hello group,
>
> I have a client who is running smartermail enterprise 4.3 email server and
> running UCM 7.1(2) with Connection 7.1(2). I want to setup message
> notification for voice mails and have set the internal ip address of the
> SmarterMail server as the smart host in Connection Administration.
>
> Does anyone have any experience with smartermail? I have setup what appears
> to be whats needed to make this work, however I don't receive any emails
> from my connection server to tell me I have a voice mail.
>
> Any help would be greatly appreciated.
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip [at] puck
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>


--

Cheers,

Tim


Sent from Sydney, Nsw, Australia


tfrazee at gmail

Nov 10, 2009, 2:27 PM

Post #3 of 7 (329 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

i have the smartermail server to bypass smtp auth. and I see in the logs
that it does the handshake just fine, it freaks out during the "data
transfer" step.

logs:

i replaced the customer's domain with example.com. the ip address is not a
public facing ip.

17:22:44 [206.94.136.85][15471648] rsp: 220 mail.example.com
17:22:44 [206.94.136.85][15471648] connected at 11/10/2009 5:22:44 PM
17:22:44 [206.94.136.85][15471648] cmd: EHLO CONN-71043914
17:22:44 [206.94.136.85][15471648] rsp: 250-mail.example.com Hello
[206.94.136.85] 250-SIZE 31457280 250-AUTH LOGIN CRAM-MD5 250 OK
17:22:44 [206.94.136.85][15471648] cmd: MAIL
FROM:<unityconnection [at] conn-7104391>
17:22:44 [206.94.136.85][15471648] rsp: 250 OK
<unityconnection [at] conn-7104391> Sender ok
17:22:44 [206.94.136.85][15471648] cmd: RCPT TO:<tfrazee [at] example>
17:22:44 [206.94.136.85][15471648] rsp: 250 OK <tfrazee [at] example>
Recipient ok
17:22:44 [206.94.136.85][15471648] cmd: DATA
17:23:00 [206.94.136.85][15471648] rsp: 354 Start mail input; end with
<CRLF>.<CRLF>
17:23:00 [206.94.136.85][15471648] data transfer failed.
17:23:00 [206.94.136.85][15471648] disconnected at 11/10/2009 5:23:00 PM



On Tue, Nov 10, 2009 at 4:07 PM, Tim Smith <thsglobal [at] gmail> wrote:

> Hey mate...
>
> Normal thing with SMTP relays is whether your server / device is authorised
> to send / relay mail.
> Im not familiar with SmarterMail itself.
> But the authorisation is usually done by server IP address, or by
> authenticating the user with a username and password.
>
> Also, another one is whether you are allowed to relay to the destination
> domain.
>
> If UC was on a windows box I'd suggest to test via telnet - manually
> sending a mail from the server. But since its not, I'd probably suggest to
> grab a packet capture. It will show you whether UCM is sending the SMTP to
> the right place, and it will show you whether the SMTP server is responding,
> and whether it accepted or rejected your attempt and why.
>
> Cheers,
>
> Tim.
>
>
> On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>
>> hello group,
>>
>> I have a client who is running smartermail enterprise 4.3 email server and
>> running UCM 7.1(2) with Connection 7.1(2). I want to setup message
>> notification for voice mails and have set the internal ip address of the
>> SmarterMail server as the smart host in Connection Administration.
>>
>> Does anyone have any experience with smartermail? I have setup what
>> appears to be whats needed to make this work, however I don't receive any
>> emails from my connection server to tell me I have a voice mail.
>>
>> Any help would be greatly appreciated.
>>
>> _______________________________________________
>> cisco-voip mailing list
>>
>> cisco-voip [at] puck
>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>
>>
>
>
> --
>
> Cheers,
>
> Tim
>
>
> Sent from Sydney, Nsw, Australia
>


thsglobal at gmail

Nov 10, 2009, 2:36 PM

Post #4 of 7 (328 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

Ah ok.. so that really looks like a server error then. Do you have support
on the mail server?

Cheers,

Tim

On Wed, Nov 11, 2009 at 9:27 AM, Tim Frazee <tfrazee [at] gmail> wrote:

> i have the smartermail server to bypass smtp auth. and I see in the logs
> that it does the handshake just fine, it freaks out during the "data
> transfer" step.
>
> logs:
>
> i replaced the customer's domain with example.com. the ip address is not a
> public facing ip.
>
> 17:22:44 [206.94.136.85][15471648] rsp: 220 mail.example.com
> 17:22:44 [206.94.136.85][15471648] connected at 11/10/2009 5:22:44 PM
> 17:22:44 [206.94.136.85][15471648] cmd: EHLO CONN-71043914
> 17:22:44 [206.94.136.85][15471648] rsp: 250-mail.example.com Hello
> [206.94.136.85] 250-SIZE 31457280 250-AUTH LOGIN CRAM-MD5 250 OK
> 17:22:44 [206.94.136.85][15471648] cmd: MAIL
> FROM:<unityconnection [at] conn-7104391>
> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK
> <unityconnection [at] conn-7104391> Sender ok
> 17:22:44 [206.94.136.85][15471648] cmd: RCPT TO:<tfrazee [at] example>
> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK <tfrazee [at] example>
> Recipient ok
> 17:22:44 [206.94.136.85][15471648] cmd: DATA
> 17:23:00 [206.94.136.85][15471648] rsp: 354 Start mail input; end with
> <CRLF>.<CRLF>
> 17:23:00 [206.94.136.85][15471648] data transfer failed.
> 17:23:00 [206.94.136.85][15471648] disconnected at 11/10/2009 5:23:00 PM
>
>
>
>
> On Tue, Nov 10, 2009 at 4:07 PM, Tim Smith <thsglobal [at] gmail> wrote:
>
>> Hey mate...
>>
>> Normal thing with SMTP relays is whether your server / device is
>> authorised to send / relay mail.
>> Im not familiar with SmarterMail itself.
>> But the authorisation is usually done by server IP address, or by
>> authenticating the user with a username and password.
>>
>> Also, another one is whether you are allowed to relay to the destination
>> domain.
>>
>> If UC was on a windows box I'd suggest to test via telnet - manually
>> sending a mail from the server. But since its not, I'd probably suggest to
>> grab a packet capture. It will show you whether UCM is sending the SMTP to
>> the right place, and it will show you whether the SMTP server is responding,
>> and whether it accepted or rejected your attempt and why.
>>
>> Cheers,
>>
>> Tim.
>>
>>
>> On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>
>>> hello group,
>>>
>>> I have a client who is running smartermail enterprise 4.3 email server
>>> and running UCM 7.1(2) with Connection 7.1(2). I want to setup message
>>> notification for voice mails and have set the internal ip address of the
>>> SmarterMail server as the smart host in Connection Administration.
>>>
>>> Does anyone have any experience with smartermail? I have setup what
>>> appears to be whats needed to make this work, however I don't receive any
>>> emails from my connection server to tell me I have a voice mail.
>>>
>>> Any help would be greatly appreciated.
>>>
>>> _______________________________________________
>>> cisco-voip mailing list
>>>
>>> cisco-voip [at] puck
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>
>>>
>>
>>
>> --
>>
>> Cheers,
>>
>> Tim
>>
>>
>> Sent from Sydney, Nsw, Australia
>>
>
>


--

Cheers,

Tim


Sent from Sydney, Nsw, Australia


thsglobal at gmail

Nov 10, 2009, 2:37 PM

Post #5 of 7 (328 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

These dont seem that plausible, but worth covering the basics..
http://www.smartertools.com/forums/p/23619/63571.aspx



Cheers,

Tim.

On Wed, Nov 11, 2009 at 9:36 AM, Tim Smith <thsglobal [at] gmail> wrote:

> Ah ok.. so that really looks like a server error then. Do you have support
> on the mail server?
>
> Cheers,
>
> Tim
>
>
> On Wed, Nov 11, 2009 at 9:27 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>
>> i have the smartermail server to bypass smtp auth. and I see in the logs
>> that it does the handshake just fine, it freaks out during the "data
>> transfer" step.
>>
>> logs:
>>
>> i replaced the customer's domain with example.com. the ip address is not
>> a public facing ip.
>>
>> 17:22:44 [206.94.136.85][15471648] rsp: 220 mail.example.com
>> 17:22:44 [206.94.136.85][15471648] connected at 11/10/2009 5:22:44 PM
>> 17:22:44 [206.94.136.85][15471648] cmd: EHLO CONN-71043914
>> 17:22:44 [206.94.136.85][15471648] rsp: 250-mail.example.com Hello
>> [206.94.136.85] 250-SIZE 31457280 250-AUTH LOGIN CRAM-MD5 250 OK
>> 17:22:44 [206.94.136.85][15471648] cmd: MAIL
>> FROM:<unityconnection [at] conn-7104391>
>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK
>> <unityconnection [at] conn-7104391> Sender ok
>> 17:22:44 [206.94.136.85][15471648] cmd: RCPT TO:<tfrazee [at] example>
>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK <tfrazee [at] example>
>> Recipient ok
>> 17:22:44 [206.94.136.85][15471648] cmd: DATA
>> 17:23:00 [206.94.136.85][15471648] rsp: 354 Start mail input; end with
>> <CRLF>.<CRLF>
>> 17:23:00 [206.94.136.85][15471648] data transfer failed.
>> 17:23:00 [206.94.136.85][15471648] disconnected at 11/10/2009 5:23:00 PM
>>
>>
>>
>>
>> On Tue, Nov 10, 2009 at 4:07 PM, Tim Smith <thsglobal [at] gmail> wrote:
>>
>>> Hey mate...
>>>
>>> Normal thing with SMTP relays is whether your server / device is
>>> authorised to send / relay mail.
>>> Im not familiar with SmarterMail itself.
>>> But the authorisation is usually done by server IP address, or by
>>> authenticating the user with a username and password.
>>>
>>> Also, another one is whether you are allowed to relay to the destination
>>> domain.
>>>
>>> If UC was on a windows box I'd suggest to test via telnet - manually
>>> sending a mail from the server. But since its not, I'd probably suggest to
>>> grab a packet capture. It will show you whether UCM is sending the SMTP to
>>> the right place, and it will show you whether the SMTP server is responding,
>>> and whether it accepted or rejected your attempt and why.
>>>
>>> Cheers,
>>>
>>> Tim.
>>>
>>>
>>> On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>>
>>>> hello group,
>>>>
>>>> I have a client who is running smartermail enterprise 4.3 email server
>>>> and running UCM 7.1(2) with Connection 7.1(2). I want to setup message
>>>> notification for voice mails and have set the internal ip address of the
>>>> SmarterMail server as the smart host in Connection Administration.
>>>>
>>>> Does anyone have any experience with smartermail? I have setup what
>>>> appears to be whats needed to make this work, however I don't receive any
>>>> emails from my connection server to tell me I have a voice mail.
>>>>
>>>> Any help would be greatly appreciated.
>>>>
>>>> _______________________________________________
>>>> cisco-voip mailing list
>>>>
>>>> cisco-voip [at] puck
>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Cheers,
>>>
>>> Tim
>>>
>>>
>>> Sent from Sydney, Nsw, Australia
>>>
>>
>>
>
>
> --
>
> Cheers,
>
> Tim
>
>
> Sent from Sydney, Nsw, Australia
>



--

Cheers,

Tim


Sent from Sydney, Nsw, Australia


tfrazee at gmail

Nov 10, 2009, 3:55 PM

Post #6 of 7 (329 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

I saw the same entry. Here's whats really weird:

One of the messages actually got thru and landed in my inbox. While messages
before and after still fail.

here's the trace log from Connection for the message that actually passed:
11/10/2009 17:57:00.292 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
Folder Notification- Messages arrived|
11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
Number of messages found =1|
11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
messages in the Smtp Pickup Folder=1|
11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
messages left in the Smtp Pickup Folder=0|
11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
message currently being SENT=1|
11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
Message.
Path=/var/opt/cisco/connection/smtp/default/pickup/2b4ca923-246a-40ab-8073-0d9dc3bf9193.eml|
11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:57:00.294 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:57:00.294 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
mail.westherr.com |
11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
EHLO CONN-71043914|
11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
250-mail.westherr.com Hello [206.94.136.85]
250-SIZE 31457280
250-AUTH LOGIN CRAM-MD5
250 OK
|
11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
MAIL FROM:<unityconnection [at] conn-7104391>|
11/10/2009 17:57:00.296 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
<unityconnection [at] conn-7104391> Sender ok|
11/10/2009 17:57:00.296 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
RCPT TO:<tfrazee [at] westherr>|
11/10/2009 17:57:00.297 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
tfrazee [at] westherr> Recipient ok|
11/10/2009 17:57:00.297 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
DATA|
11/10/2009 17:57:04.840 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 354
Start mail input; end with <CRLF>.<CRLF>|
11/10/2009 17:57:05.038 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK|
11/10/2009 17:57:05.039 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
QUIT|
11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 221
Service closing transmission channel|
11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Host
Name=206.95.25.140 Message
ID=MAL.544d9269-ce38-422c-a432-9dae1880c41d [at] CONN-7104391 Message delivered
to:tfrazee [at] westherr <to%3Atfrazee [at] westherr>|
11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Stop: Processing
Message.
Path=/var/opt/cisco/connection/smtp/default/pickup/2b4ca923-246a-40ab-8073-0d9dc3bf9193.eml
status: completed|
11/10/2009 17:57:05.042 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
message currently being SENT=0|
11/10/2009 17:57:16.958 |15988,,,SMTP,15,Thread=Timer-0;
class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;SMTP Server:
Updating IP Access List!!|
11/10/2009 17:57:16.981 |15988,,,SMTP,15,Thread=Timer-0;
class=com.cisco.unity.smtp.dirdb.DbHelper;Connected to Database.
URL=jdbc:informix-sqli://localhost:1502:INFORMIXSERVER=ciscounity|
11/10/2009 17:57:16.989 |15988,,,SMTP,15,Thread=Timer-0;
class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;SMTP Server:
[Done] Updating IP Access List!!|


while heres a trace of the one that failed:
1/10/2009 17:57:17.371 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
Called. TimeTue Nov 10 17:57:17 EST 2009|
11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
No New Messages found|
11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:57:47.373 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
Called. TimeTue Nov 10 17:57:47 EST 2009|
11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
No New Messages found|
11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:58:00.294 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
Folder Notification- Messages arrived|
11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
Number of messages found =1|
11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
messages in the Smtp Pickup Folder=1|
11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
messages left in the Smtp Pickup Folder=0|
11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
message currently being SENT=1|
11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
Message.
Path=/var/opt/cisco/connection/smtp/default/pickup/640d91c3-6c09-446a-97ad-fb886db87f93.eml|
11/10/2009 17:58:00.295 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
11/10/2009 17:58:00.295 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:58:00.296 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:58:00.296 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
mail.westherr.com |
11/10/2009 17:58:00.297 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
EHLO CONN-71043914|
11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
250-mail.westherr.com Hello [206.94.136.85]
250-SIZE 31457280
250-AUTH LOGIN CRAM-MD5
250 OK
|
11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
MAIL FROM:<unityconnection [at] conn-7104391>|
11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
<unityconnection [at] conn-7104391> Sender ok|
11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
RCPT TO:<tfrazee [at] westherr>|
11/10/2009 17:58:00.299 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
tfrazee [at] westherr> Recipient ok|
11/10/2009 17:58:00.299 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
DATA|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;IO Exception Caught.
Exception=java.net.SocketTimeoutException: Read timed out|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
of the Exception (reverse order)!!|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
java.net.SocketInputStream.socketRead0(Native Method)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
java.net.SocketInputStream.read(SocketInputStream.java:129)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
java.io.InputStreamReader.read(InputStreamReader.java:167)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
java.io.BufferedReader.fill(BufferedReader.java:136)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
java.io.BufferedReader.readLine(BufferedReader.java:299)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
java.io.BufferedReader.readLine(BufferedReader.java:362)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.sendData(CsUnitySmtpConnector.java:408)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.send(CsUnitySmtpConnector.java:172)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:331)|
11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
11/10/2009 17:58:07.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
11/10/2009 17:58:07.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
java.lang.Thread.run(Thread.java:619)|
11/10/2009 17:58:07.301 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
QUIT|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Exception Caught.
Details=java.net.SocketTimeoutException: Read timed out|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
of the Exception (reverse order)!!|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
java.net.SocketInputStream.socketRead0(Native Method)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
java.net.SocketInputStream.read(SocketInputStream.java:129)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
java.io.InputStreamReader.read(InputStreamReader.java:167)|
11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
java.io.BufferedReader.fill(BufferedReader.java:136)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
java.io.BufferedReader.readLine(BufferedReader.java:299)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
java.io.BufferedReader.readLine(BufferedReader.java:362)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.disconnect(CsUnitySmtpConnector.java:604)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.close(CsUnitySmtpConnector.java:92)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:332)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
java.lang.Thread.run(Thread.java:619)|
11/10/2009 17:58:14.302 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Message Delivery
Status=Error in Delivery. No retry will done. Generating NDR for the
message. Server Reply=4.0.2 IO Exception Caught.
Exception=java.net.SocketTimeoutException: Read timed out Host
Name=206.95.25.140 Message
ID=MAL.c02e9eb8-3997-419a-a305-60db7d1be302 [at] CONN-7104391|
11/10/2009 17:58:14.302 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_GenerateNDR;Creating NDR
Message. File
Name=/var/opt/cisco/connection/smtp/default/temp/csUnitySmtp-14-1257893894301.txt|
11/10/2009 17:58:14.303 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;getMailDropFolder()
called|
11/10/2009 17:58:14.303 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.CsUnitySmtpSession;!!! Notify MTA Server !!!|
11/10/2009 17:58:14.304 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Stop: Processing
Message.
Path=/var/opt/cisco/connection/smtp/default/pickup/640d91c3-6c09-446a-97ad-fb886db87f93.eml
status: completed|
11/10/2009 17:58:14.304 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
message currently being SENT=0|
11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
Called. TimeTue Nov 10 17:58:17 EST 2009|
11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Check Messages in Retry
Folder. Time=Tue Nov 10 17:58:17 EST 2009|
11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
No New Messages found|
11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;No Messages in the retry
folder.|
11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:58:47.376 |16010,,,SMTP,15,Thread=Timer-1;
class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
Called. TimeTue Nov 10 17:58:47 EST 2009|
11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
No New Messages found|
11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:59:00.299 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
Folder Notification- Messages arrived|
11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
Folder.|
11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
Number of messages found =1|
11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
messages in the Smtp Pickup Folder=1|
11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
Folder.|
11/10/2009 17:59:00.300 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
Monitor: No New Messages found|
11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
messages left in the Smtp Pickup Folder=0|
11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
message currently being SENT=1|
11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
Message.
Path=/var/opt/cisco/connection/smtp/default/pickup/b98e9a91-b312-42f6-8df9-bd30361b86ef.eml|
11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:59:00.301 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
server. Remote IP=206.95.25.140 Remote Port=25|
11/10/2009 17:59:00.302 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
mail.westherr.com |
11/10/2009 17:59:00.302 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
EHLO CONN-71043914|
11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
250-mail.westherr.com Hello [206.94.136.85]
250-SIZE 31457280
250-AUTH LOGIN CRAM-MD5
250 OK
|
11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
MAIL FROM:<unityconnection [at] conn-7104391>|
11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
<unityconnection [at] conn-7104391> Sender ok|
11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
RCPT TO:<tfrazee [at] westherr>|
11/10/2009 17:59:00.304 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
tfrazee [at] westherr> Recipient ok|
11/10/2009 17:59:00.304 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
DATA|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;IO Exception Caught.
Exception=java.net.SocketTimeoutException: Read timed out|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
of the Exception (reverse order)!!|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
java.net.SocketInputStream.socketRead0(Native Method)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
java.net.SocketInputStream.read(SocketInputStream.java:129)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
java.io.InputStreamReader.read(InputStreamReader.java:167)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
java.io.BufferedReader.fill(BufferedReader.java:136)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
java.io.BufferedReader.readLine(BufferedReader.java:299)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
java.io.BufferedReader.readLine(BufferedReader.java:362)|
11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.sendData(CsUnitySmtpConnector.java:408)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.send(CsUnitySmtpConnector.java:172)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:331)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
java.lang.Thread.run(Thread.java:619)|
11/10/2009 17:59:07.305 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
QUIT|
11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Exception Caught.
Details=java.net.SocketTimeoutException: Read timed out|
11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
of the Exception (reverse order)!!|
11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
java.net.SocketInputStream.socketRead0(Native Method)|
11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
java.net.SocketInputStream.read(SocketInputStream.java:129)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
java.io.InputStreamReader.read(InputStreamReader.java:167)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
java.io.BufferedReader.fill(BufferedReader.java:136)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
java.io.BufferedReader.readLine(BufferedReader.java:299)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
java.io.BufferedReader.readLine(BufferedReader.java:362)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.disconnect(CsUnitySmtpConnector.java:604)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
com.cisco.unity.smtp.client.CsUnitySmtpConnector.close(CsUnitySmtpConnector.java:92)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:332)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
java.lang.Thread.run(Thread.java:619)|
11/10/2009 17:59:14.306 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Message Delivery
Status=Error in Delivery. No retry will done. Generating NDR for the
message. Server Reply=4.0.2 IO Exception Caught.
Exception=java.net.SocketTimeoutException: Read timed out Host
Name=206.95.25.140 Message
ID=MAL.2526bc94-4349-496d-8773-ccf717e1f2e9 [at] CONN-7104391|
11/10/2009 17:59:14.306 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
class=com.cisco.unity.smtp.client.CsUnitySmtpC_GenerateNDR;Creating NDR
Message. File
Name=/var/opt/cisco/connection/smtp/default/temp/csUnitySmtp-16-1257893954306.txt|






On Tue, Nov 10, 2009 at 4:37 PM, Tim Smith <thsglobal [at] gmail> wrote:

> These dont seem that plausible, but worth covering the basics..
> http://www.smartertools.com/forums/p/23619/63571.aspx
>
>
>
> Cheers,
>
> Tim.
>
>
> On Wed, Nov 11, 2009 at 9:36 AM, Tim Smith <thsglobal [at] gmail> wrote:
>
>> Ah ok.. so that really looks like a server error then. Do you have support
>> on the mail server?
>>
>> Cheers,
>>
>> Tim
>>
>>
>> On Wed, Nov 11, 2009 at 9:27 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>
>>> i have the smartermail server to bypass smtp auth. and I see in the logs
>>> that it does the handshake just fine, it freaks out during the "data
>>> transfer" step.
>>>
>>> logs:
>>>
>>> i replaced the customer's domain with example.com. the ip address is not
>>> a public facing ip.
>>>
>>> 17:22:44 [206.94.136.85][15471648] rsp: 220 mail.example.com
>>> 17:22:44 [206.94.136.85][15471648] connected at 11/10/2009 5:22:44 PM
>>> 17:22:44 [206.94.136.85][15471648] cmd: EHLO CONN-71043914
>>> 17:22:44 [206.94.136.85][15471648] rsp: 250-mail.example.com Hello
>>> [206.94.136.85] 250-SIZE 31457280 250-AUTH LOGIN CRAM-MD5 250 OK
>>> 17:22:44 [206.94.136.85][15471648] cmd: MAIL
>>> FROM:<unityconnection [at] conn-7104391>
>>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK
>>> <unityconnection [at] conn-7104391> Sender ok
>>> 17:22:44 [206.94.136.85][15471648] cmd: RCPT TO:<tfrazee [at] example>
>>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK <tfrazee [at] example>
>>> Recipient ok
>>> 17:22:44 [206.94.136.85][15471648] cmd: DATA
>>> 17:23:00 [206.94.136.85][15471648] rsp: 354 Start mail input; end with
>>> <CRLF>.<CRLF>
>>> 17:23:00 [206.94.136.85][15471648] data transfer failed.
>>> 17:23:00 [206.94.136.85][15471648] disconnected at 11/10/2009 5:23:00 PM
>>>
>>>
>>>
>>>
>>> On Tue, Nov 10, 2009 at 4:07 PM, Tim Smith <thsglobal [at] gmail> wrote:
>>>
>>>> Hey mate...
>>>>
>>>> Normal thing with SMTP relays is whether your server / device is
>>>> authorised to send / relay mail.
>>>> Im not familiar with SmarterMail itself.
>>>> But the authorisation is usually done by server IP address, or by
>>>> authenticating the user with a username and password.
>>>>
>>>> Also, another one is whether you are allowed to relay to the destination
>>>> domain.
>>>>
>>>> If UC was on a windows box I'd suggest to test via telnet - manually
>>>> sending a mail from the server. But since its not, I'd probably suggest to
>>>> grab a packet capture. It will show you whether UCM is sending the SMTP to
>>>> the right place, and it will show you whether the SMTP server is responding,
>>>> and whether it accepted or rejected your attempt and why.
>>>>
>>>> Cheers,
>>>>
>>>> Tim.
>>>>
>>>>
>>>> On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>>>
>>>>> hello group,
>>>>>
>>>>> I have a client who is running smartermail enterprise 4.3 email server
>>>>> and running UCM 7.1(2) with Connection 7.1(2). I want to setup message
>>>>> notification for voice mails and have set the internal ip address of the
>>>>> SmarterMail server as the smart host in Connection Administration.
>>>>>
>>>>> Does anyone have any experience with smartermail? I have setup what
>>>>> appears to be whats needed to make this work, however I don't receive any
>>>>> emails from my connection server to tell me I have a voice mail.
>>>>>
>>>>> Any help would be greatly appreciated.
>>>>>
>>>>> _______________________________________________
>>>>> cisco-voip mailing list
>>>>>
>>>>> cisco-voip [at] puck
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Cheers,
>>>>
>>>> Tim
>>>>
>>>>
>>>> Sent from Sydney, Nsw, Australia
>>>>
>>>
>>>
>>
>>
>> --
>>
>> Cheers,
>>
>> Tim
>>
>>
>> Sent from Sydney, Nsw, Australia
>>
>
>
>
> --
>
> Cheers,
>
> Tim
>
>
> Sent from Sydney, Nsw, Australia
>


thsglobal at gmail

Nov 10, 2009, 6:34 PM

Post #7 of 7 (317 views)
Permalink
Re: SmarterMail as SMTP relay for Connection and RTMT [In reply to]

Yep that is weird... if your troubleshooting yourself.. i'd be grabbing a
packet cap with ethereal / wireshark...
If not I'd be opening a case with SmarterMail guys..
You can see that the read operation seems to fail.. seems to suggest the
connection has broken.. the packet cap should help determine why / which end
is at fault possibly.

Cheers,

Tim.

On Wed, Nov 11, 2009 at 10:55 AM, Tim Frazee <tfrazee [at] gmail> wrote:

> I saw the same entry. Here's whats really weird:
>
> One of the messages actually got thru and landed in my inbox. While
> messages before and after still fail.
>
> here's the trace log from Connection for the message that actually passed:
> 11/10/2009 17:57:00.292 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
> class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
> Folder Notification- Messages arrived|
> 11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> Number of messages found =1|
> 11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
> messages in the Smtp Pickup Folder=1|
> 11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:57:00.292 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
> messages left in the Smtp Pickup Folder=0|
> 11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
> message currently being SENT=1|
> 11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
> Message.
> Path=/var/opt/cisco/connection/smtp/default/pickup/2b4ca923-246a-40ab-8073-0d9dc3bf9193.eml|
> 11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
> 206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
> 11/10/2009 17:57:00.293 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:57:00.294 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:57:00.294 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
> mail.westherr.com |
> 11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> EHLO CONN-71043914|
> 11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
> 250-mail.westherr.com Hello [206.94.136.85]
>
> 250-SIZE 31457280
> 250-AUTH LOGIN CRAM-MD5
> 250 OK
> |
> 11/10/2009 17:57:00.295 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> MAIL FROM:<unityconnection [at] conn-7104391>|
> 11/10/2009 17:57:00.296 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
> <unityconnection [at] conn-7104391> Sender ok|
> 11/10/2009 17:57:00.296 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> RCPT TO:<tfrazee [at] westherr>|
> 11/10/2009 17:57:00.297 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
> tfrazee [at] westherr> Recipient ok|
> 11/10/2009 17:57:00.297 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> DATA|
> 11/10/2009 17:57:04.840 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 354
> Start mail input; end with <CRLF>.<CRLF>|
> 11/10/2009 17:57:05.038 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK|
> 11/10/2009 17:57:05.039 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> QUIT|
> 11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 221
> Service closing transmission channel|
> 11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Host
> Name=206.95.25.140 Message
> ID=MAL.544d9269-ce38-422c-a432-9dae1880c41d [at] CONN-7104391 Message
> delivered to:tfrazee [at] westherr <to%3Atfrazee [at] westherr>|
> 11/10/2009 17:57:05.041 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Stop: Processing
> Message.
> Path=/var/opt/cisco/connection/smtp/default/pickup/2b4ca923-246a-40ab-8073-0d9dc3bf9193.eml
> status: completed|
> 11/10/2009 17:57:05.042 |16005,,,SMTP,15,Thread=SmtpClient-Delivery-2;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
> message currently being SENT=0|
> 11/10/2009 17:57:16.958 |15988,,,SMTP,15,Thread=Timer-0;
> class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;SMTP Server:
> Updating IP Access List!!|
> 11/10/2009 17:57:16.981 |15988,,,SMTP,15,Thread=Timer-0;
> class=com.cisco.unity.smtp.dirdb.DbHelper;Connected to Database.
> URL=jdbc:informix-sqli://localhost:1502:INFORMIXSERVER=ciscounity|
> 11/10/2009 17:57:16.989 |15988,,,SMTP,15,Thread=Timer-0;
> class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;SMTP Server:
> [Done] Updating IP Access List!!|
>
>
> while heres a trace of the one that failed:
> 1/10/2009 17:57:17.371 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
> Called. TimeTue Nov 10 17:57:17 EST 2009|
> 11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> No New Messages found|
> 11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:57:17.371 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:57:47.373 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
> Called. TimeTue Nov 10 17:57:47 EST 2009|
> 11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> No New Messages found|
> 11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:57:47.373 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:58:00.294 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
> class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
> Folder Notification- Messages arrived|
> 11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> Number of messages found =1|
> 11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
> messages in the Smtp Pickup Folder=1|
> 11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:58:00.294 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
> messages left in the Smtp Pickup Folder=0|
> 11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
> message currently being SENT=1|
> 11/10/2009 17:58:00.294 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
> Message.
> Path=/var/opt/cisco/connection/smtp/default/pickup/640d91c3-6c09-446a-97ad-fb886db87f93.eml|
> 11/10/2009 17:58:00.295 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
> 206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
> 11/10/2009 17:58:00.295 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:58:00.296 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:58:00.296 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
> mail.westherr.com |
> 11/10/2009 17:58:00.297 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> EHLO CONN-71043914|
> 11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
> 250-mail.westherr.com Hello [206.94.136.85]
>
> 250-SIZE 31457280
> 250-AUTH LOGIN CRAM-MD5
> 250 OK
> |
> 11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> MAIL FROM:<unityconnection [at] conn-7104391>|
> 11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
> <unityconnection [at] conn-7104391> Sender ok|
> 11/10/2009 17:58:00.298 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> RCPT TO:<tfrazee [at] westherr>|
> 11/10/2009 17:58:00.299 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
> tfrazee [at] westherr> Recipient ok|
> 11/10/2009 17:58:00.299 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> DATA|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;IO Exception Caught.
> Exception=java.net.SocketTimeoutException: Read timed out|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
> of the Exception (reverse order)!!|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
> java.net.SocketInputStream.socketRead0(Native Method)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
> java.net.SocketInputStream.read(SocketInputStream.java:129)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
> sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
> sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
> sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
> java.io.InputStreamReader.read(InputStreamReader.java:167)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
> java.io.BufferedReader.fill(BufferedReader.java:136)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
> java.io.BufferedReader.readLine(BufferedReader.java:299)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
> java.io.BufferedReader.readLine(BufferedReader.java:362)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.sendData(CsUnitySmtpConnector.java:408)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.send(CsUnitySmtpConnector.java:172)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:331)|
> 11/10/2009 17:58:07.300 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
> 11/10/2009 17:58:07.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
> 11/10/2009 17:58:07.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
> java.lang.Thread.run(Thread.java:619)|
> 11/10/2009 17:58:07.301 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> QUIT|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Exception Caught.
> Details=java.net.SocketTimeoutException: Read timed out|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
> of the Exception (reverse order)!!|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
> java.net.SocketInputStream.socketRead0(Native Method)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
> java.net.SocketInputStream.read(SocketInputStream.java:129)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
> sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
> sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
> sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
> java.io.InputStreamReader.read(InputStreamReader.java:167)|
> 11/10/2009 17:58:14.301 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
> java.io.BufferedReader.fill(BufferedReader.java:136)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
> java.io.BufferedReader.readLine(BufferedReader.java:299)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
> java.io.BufferedReader.readLine(BufferedReader.java:362)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.disconnect(CsUnitySmtpConnector.java:604)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.close(CsUnitySmtpConnector.java:92)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:332)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,11,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
> java.lang.Thread.run(Thread.java:619)|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Message Delivery
> Status=Error in Delivery. No retry will done. Generating NDR for the
> message. Server Reply=4.0.2 IO Exception Caught.
> Exception=java.net.SocketTimeoutException: Read timed out Host
> Name=206.95.25.140 Message
> ID=MAL.c02e9eb8-3997-419a-a305-60db7d1be302 [at] CONN-7104391|
> 11/10/2009 17:58:14.302 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_GenerateNDR;Creating NDR
> Message. File
> Name=/var/opt/cisco/connection/smtp/default/temp/csUnitySmtp-14-1257893894301.txt|
> 11/10/2009 17:58:14.303 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.dirdb.CsUnitySmtpInstanceConfig;getMailDropFolder()
> called|
> 11/10/2009 17:58:14.303 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.CsUnitySmtpSession;!!! Notify MTA Server !!!|
> 11/10/2009 17:58:14.304 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Stop: Processing
> Message.
> Path=/var/opt/cisco/connection/smtp/default/pickup/640d91c3-6c09-446a-97ad-fb886db87f93.eml
> status: completed|
> 11/10/2009 17:58:14.304 |16004,,,SMTP,15,Thread=SmtpClient-Delivery-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
> message currently being SENT=0|
> 11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
> Called. TimeTue Nov 10 17:58:17 EST 2009|
> 11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Check Messages in Retry
> Folder. Time=Tue Nov 10 17:58:17 EST 2009|
> 11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> No New Messages found|
> 11/10/2009 17:58:17.375 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;No Messages in the retry
> folder.|
> 11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:58:17.375 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:58:47.376 |16010,,,SMTP,15,Thread=Timer-1;
> class=com.cisco.unity.smtp.client.SmtpClientTimerTask;SmtpClientTimerTask
> Called. TimeTue Nov 10 17:58:47 EST 2009|
> 11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> No New Messages found|
> 11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:58:47.376 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:59:00.299 |16011,,,SMTP,15,Thread=smtpClient-PickupMonitor;
> class=com.cisco.unity.smtp.client.CsUnitySmtpPickupNotification;SMTP Pickup
> Folder Notification- Messages arrived|
> 11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking SMTP Pickup
> Folder.|
> 11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Pickup Folder Monitor:
> Number of messages found =1|
> 11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;AddTask: Number of
> messages in the Smtp Pickup Folder=1|
> 11/10/2009 17:59:00.299 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Checking Network Pickup
> Folder.|
> 11/10/2009 17:59:00.300 |16002,,,SMTP,15,Thread=SmtpClient-conn-71043914;
> class=com.cisco.unity.smtp.client.CsUnitySmtpClient;Network Pickup Folder
> Monitor: No New Messages found|
> 11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgQueue;FetchTask: Number of
> messages left in the Smtp Pickup Folder=0|
> 11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool;Number of
> message currently being SENT=1|
> 11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Start: Processing
> Message.
> Path=/var/opt/cisco/connection/smtp/default/pickup/b98e9a91-b312-42f6-8df9-bd30361b86ef.eml|
> 11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;hostAddress:
> 206.95.25.140, resolved to ip: /206.95.25.140 port: 25|
> 11/10/2009 17:59:00.300 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connecting to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:59:00.301 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Connected to SMTP
> server. Remote IP=206.95.25.140 Remote Port=25|
> 11/10/2009 17:59:00.302 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 220
> mail.westherr.com |
> 11/10/2009 17:59:00.302 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> EHLO CONN-71043914|
> 11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server:
> 250-mail.westherr.com Hello [206.94.136.85]
>
> 250-SIZE 31457280
> 250-AUTH LOGIN CRAM-MD5
> 250 OK
> |
> 11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> MAIL FROM:<unityconnection [at] conn-7104391>|
> 11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK
> <unityconnection [at] conn-7104391> Sender ok|
> 11/10/2009 17:59:00.303 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> RCPT TO:<tfrazee [at] westherr>|
> 11/10/2009 17:59:00.304 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;SMTP Server: 250 OK <
> tfrazee [at] westherr> Recipient ok|
> 11/10/2009 17:59:00.304 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> DATA|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;IO Exception Caught.
> Exception=java.net.SocketTimeoutException: Read timed out|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
> of the Exception (reverse order)!!|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
> java.net.SocketInputStream.socketRead0(Native Method)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
> java.net.SocketInputStream.read(SocketInputStream.java:129)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
> sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
> sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
> sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
> java.io.InputStreamReader.read(InputStreamReader.java:167)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
> java.io.BufferedReader.fill(BufferedReader.java:136)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
> java.io.BufferedReader.readLine(BufferedReader.java:299)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
> java.io.BufferedReader.readLine(BufferedReader.java:362)|
> 11/10/2009 17:59:07.304 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.sendData(CsUnitySmtpConnector.java:408)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.send(CsUnitySmtpConnector.java:172)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:331)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
> java.lang.Thread.run(Thread.java:619)|
> 11/10/2009 17:59:07.305 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Unity SMTP Client:
> QUIT|
> 11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpConnector;Exception Caught.
> Details=java.net.SocketTimeoutException: Read timed out|
> 11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;!! Call Stack Trace
> of the Exception (reverse order)!!|
> 11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;1 :
> java.net.SocketInputStream.socketRead0(Native Method)|
> 11/10/2009 17:59:14.305 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;2 :
> java.net.SocketInputStream.read(SocketInputStream.java:129)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;3 :
> sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;4 :
> sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;5 :
> sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;6 :
> java.io.InputStreamReader.read(InputStreamReader.java:167)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;7 :
> java.io.BufferedReader.fill(BufferedReader.java:136)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;8 :
> java.io.BufferedReader.readLine(BufferedReader.java:299)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;9 :
> java.io.BufferedReader.readLine(BufferedReader.java:362)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;10 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.readServerReply(CsUnitySmtpConnector.java:387)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;11 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.disconnect(CsUnitySmtpConnector.java:604)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;12 :
> com.cisco.unity.smtp.client.CsUnitySmtpConnector.close(CsUnitySmtpConnector.java:92)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;13 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.sendMessage(CsUnitySmtpC_MsgDelivery.java:332)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;14 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery.deliver(CsUnitySmtpC_MsgDelivery.java:169)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;15 :
> com.cisco.unity.smtp.client.CsUnitySmtpC_MsgProcessingPool.run(CsUnitySmtpC_MsgProcessingPool.java:196)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,11,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.helper.CsUnitySmtpErrorWriter;16 :
> java.lang.Thread.run(Thread.java:619)|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_MsgDelivery;Message Delivery
> Status=Error in Delivery. No retry will done. Generating NDR for the
> message. Server Reply=4.0.2 IO Exception Caught.
> Exception=java.net.SocketTimeoutException: Read timed out Host
> Name=206.95.25.140 Message
> ID=MAL.2526bc94-4349-496d-8773-ccf717e1f2e9 [at] CONN-7104391|
> 11/10/2009 17:59:14.306 |16007,,,SMTP,15,Thread=SmtpClient-Delivery-3;
> class=com.cisco.unity.smtp.client.CsUnitySmtpC_GenerateNDR;Creating NDR
> Message. File
> Name=/var/opt/cisco/connection/smtp/default/temp/csUnitySmtp-16-1257893954306.txt|
>
>
>
>
>
>
>
> On Tue, Nov 10, 2009 at 4:37 PM, Tim Smith <thsglobal [at] gmail> wrote:
>
>> These dont seem that plausible, but worth covering the basics..
>> http://www.smartertools.com/forums/p/23619/63571.aspx
>>
>>
>>
>> Cheers,
>>
>> Tim.
>>
>>
>> On Wed, Nov 11, 2009 at 9:36 AM, Tim Smith <thsglobal [at] gmail> wrote:
>>
>>> Ah ok.. so that really looks like a server error then. Do you have
>>> support on the mail server?
>>>
>>> Cheers,
>>>
>>> Tim
>>>
>>>
>>> On Wed, Nov 11, 2009 at 9:27 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>>
>>>> i have the smartermail server to bypass smtp auth. and I see in the logs
>>>> that it does the handshake just fine, it freaks out during the "data
>>>> transfer" step.
>>>>
>>>> logs:
>>>>
>>>> i replaced the customer's domain with example.com. the ip address is
>>>> not a public facing ip.
>>>>
>>>> 17:22:44 [206.94.136.85][15471648] rsp: 220 mail.example.com
>>>> 17:22:44 [206.94.136.85][15471648] connected at 11/10/2009 5:22:44 PM
>>>> 17:22:44 [206.94.136.85][15471648] cmd: EHLO CONN-71043914
>>>> 17:22:44 [206.94.136.85][15471648] rsp: 250-mail.example.com Hello
>>>> [206.94.136.85] 250-SIZE 31457280 250-AUTH LOGIN CRAM-MD5 250 OK
>>>> 17:22:44 [206.94.136.85][15471648] cmd: MAIL
>>>> FROM:<unityconnection [at] conn-7104391>
>>>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK
>>>> <unityconnection [at] conn-7104391> Sender ok
>>>> 17:22:44 [206.94.136.85][15471648] cmd: RCPT TO:<tfrazee [at] example>
>>>> 17:22:44 [206.94.136.85][15471648] rsp: 250 OK <tfrazee [at] example>
>>>> Recipient ok
>>>> 17:22:44 [206.94.136.85][15471648] cmd: DATA
>>>> 17:23:00 [206.94.136.85][15471648] rsp: 354 Start mail input; end with
>>>> <CRLF>.<CRLF>
>>>> 17:23:00 [206.94.136.85][15471648] data transfer failed.
>>>> 17:23:00 [206.94.136.85][15471648] disconnected at 11/10/2009 5:23:00 PM
>>>>
>>>>
>>>>
>>>>
>>>> On Tue, Nov 10, 2009 at 4:07 PM, Tim Smith <thsglobal [at] gmail> wrote:
>>>>
>>>>> Hey mate...
>>>>>
>>>>> Normal thing with SMTP relays is whether your server / device is
>>>>> authorised to send / relay mail.
>>>>> Im not familiar with SmarterMail itself.
>>>>> But the authorisation is usually done by server IP address, or by
>>>>> authenticating the user with a username and password.
>>>>>
>>>>> Also, another one is whether you are allowed to relay to the
>>>>> destination domain.
>>>>>
>>>>> If UC was on a windows box I'd suggest to test via telnet - manually
>>>>> sending a mail from the server. But since its not, I'd probably suggest to
>>>>> grab a packet capture. It will show you whether UCM is sending the SMTP to
>>>>> the right place, and it will show you whether the SMTP server is responding,
>>>>> and whether it accepted or rejected your attempt and why.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Tim.
>>>>>
>>>>>
>>>>> On Wed, Nov 11, 2009 at 7:46 AM, Tim Frazee <tfrazee [at] gmail> wrote:
>>>>>
>>>>>> hello group,
>>>>>>
>>>>>> I have a client who is running smartermail enterprise 4.3 email server
>>>>>> and running UCM 7.1(2) with Connection 7.1(2). I want to setup message
>>>>>> notification for voice mails and have set the internal ip address of the
>>>>>> SmarterMail server as the smart host in Connection Administration.
>>>>>>
>>>>>> Does anyone have any experience with smartermail? I have setup what
>>>>>> appears to be whats needed to make this work, however I don't receive any
>>>>>> emails from my connection server to tell me I have a voice mail.
>>>>>>
>>>>>> Any help would be greatly appreciated.
>>>>>>
>>>>>> _______________________________________________
>>>>>> cisco-voip mailing list
>>>>>>
>>>>>> cisco-voip [at] puck
>>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Tim
>>>>>
>>>>>
>>>>> Sent from Sydney, Nsw, Australia
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Cheers,
>>>
>>> Tim
>>>
>>>
>>> Sent from Sydney, Nsw, Australia
>>>
>>
>>
>>
>> --
>>
>> Cheers,
>>
>> Tim
>>
>>
>> Sent from Sydney, Nsw, Australia
>>
>
>


--

Cheers,

Tim


Sent from Sydney, Nsw, Australia

Cisco voip RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.