Email sending out not working from ASTPP

884 views
Skip to first unread message

MarkFM

unread,
Nov 3, 2015, 3:11:37 AM11/3/15
to ASTPP
Hi All, 

I am currently attempting to get SMTP out working, however I have had no such luck. I have double checked all settings and even created a PHP file to test sending out, it all works. However configuring it in ASTPP does not work, I can not find any errors in the logs, but I might be looking wrong. Can someone suggest some troubleshooting steps that one can take to understand what might be happening, I would really appreciate it. 

Regards, 
Mark

David Dejaeghere

unread,
Nov 3, 2015, 3:54:44 AM11/3/15
to as...@googlegroups.com
Hi Mark,

I found a bug in 2.2 regarding emailing out. Changes in 2.2 seem to have left out setting the email from address. And when they try sending an email, the local sendmail is erroring out because it misses the from address.
https://groups.google.com/forum/?fromgroups#!topic/astpp/B352tSKqMr8

Regards;

David

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/b7ceb0a7-32ef-4e55-b3ec-5f09d9318ffd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jeff Kilpatrick

unread,
Nov 3, 2015, 5:35:17 AM11/3/15
to as...@googlegroups.com
Hello Mark,
we had some issues getting calls to go out.  My partner who does our engineering found the data base module was not enabled.  Once he enabled it calls began working.  As I understand it is disabled by default.  If you do not know how to check or how to enable it, let me know and I can ask him as he does the more technical side of our business.

Best regards,
Jeff


For more options, visit https://groups.google.com/d/optout.



--
Jeff Kilpatrick
Toronto:     647-722-5600

MarkFM

unread,
Nov 3, 2015, 10:04:50 AM11/3/15
to ASTPP
Thanks David and Jeff, 

I will do the new update to mail sending soon and take it from there! :)

MarkFM

unread,
Nov 7, 2015, 5:37:40 AM11/7/15
to as...@googlegroups.com
I upgraded to 2.3 but still have the same email problems, not sure where to look as all the logs look good. Cannot get timed email or mass email to work in any way. Would really appreciate some guidance in where to look for the issue. :)

Rutu Patel

unread,
Nov 9, 2015, 3:17:26 AM11/9/15
to as...@googlegroups.com
Hi Mark,

Please enable and configure SMTP from Configurations -> Settings -> Email .

Open the file /var/www/html/astpp/application/libraries/astpp/email_lib.php and uncomment line 258

echo $this->CI->email->print_debugger();

Then broadcast an email.It will print logs in console.


--
Thanks,
Rutu Patel
iNextrix Technologies Pvt. Ltd.

www.inextrix.com

On Sat, Nov 7, 2015 at 4:07 PM, MarkFM <mar...@gmail.com> wrote:
I upgraded to 2.3 but still have the same email problems, not sure where to look as all the logs look good. Cannot get timed email or mass email to work in any way. Would really appreciate some guidance in where to look fro the issue. 


On Tuesday, November 3, 2015 at 4:04:50 PM UTC+1, MarkFM wrote:
Thanks David and Jeff, 

I will do the new update to mail sending soon and take it from there! :)

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.

MarkFM

unread,
Nov 10, 2015, 4:05:43 AM11/10/15
to ASTPP
Hi Rutu,

Thank you for the help, 

I have followed the steps you posted, however nothing shows in the console, the only thing that does show is, other than that nothing is shown. Not sure if I am looking at the right console. 
TypeError: undefined is not an object (evaluating '_options.allowTimes')
setOptionsjquery.datetimepicker.js:805
(anonymous function)jquery.datetimepicker.js:1809
eachjquery-1.7.1.js:657
eachjquery-1.7.1.js:270
datetimepickerjquery.datetimepicker.js:1781
(anonymous function)email_history_list:72
firejquery-1.7.1.js:1045
fireWithjquery-1.7.1.js:1163
readyjquery-1.7.1.js:434
DOMContentLoadedjquery-1.7.1.js:922

Hardik Patel

unread,
Nov 10, 2015, 7:49:50 AM11/10/15
to as...@googlegroups.com
Hi Mark,

Please follow the steps and let me know the output.

Open this file :
    /var/www/html/astpp/application/libraries/astpp/email_lib.php
    Line No : 258
    echo $this->CI->email->print_debugger(); exit;

Remove the comment from this line and put exit.

Then follow the below mention steps
1. /var/www/html/astpp/application/modules/email/controllers/email.php
2. comment out the below line.
    exec($command);
3. then run the below comand in terminal
    cd /var/www/html/astpp/cron/
4. run below command
    php cron.php BroadcastEmail
5. And check output it will show you the exact error.   


For more options, visit https://groups.google.com/d/optout.



--

Thanks,
Hardik Patel
iNextrix Technologies Pvt Ltd.
www.inextrix.com

VCCS Telecom

unread,
Nov 10, 2015, 10:37:51 AM11/10/15
to ASTPP
I have the same issue in 2.3. My debug from the steps above are this:

Nov 10 10:00:02 sbc sendmail[26629]: tAAF02ZB026629: from=root, size=357, class=0, nrcpts=1, msgid=<201511101500....@mydomain.com>, relay=root@localhost
Nov 10 10:00:02 sbc sendmail[26629]: tAAF02ZB026629: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]

How ever in main.cf I have a relay through a third party smtp server which doesnt get attempted. The sender how ever when sent before the test was the email in my astpp web settings. I'll play with some stuff and see if I can get it and post back.

Thanks.

VCCS Telecom

unread,
Nov 10, 2015, 10:44:50 AM11/10/15
to ASTPP
That also makes sense about the localhost relay. My emails to customers on file return as such even though my main.cf has myhostname=$mydomain

The original message was received at Mon, 9 Nov 2015 23:00:01 -0500
from localhost.localdomain [127.0.0.1]

----- The following addresses had permanent fatal errors -----
<us...@email.com>
(reason: 550-5.7.1 [2607:5300:60:1205::1] Our system has detected that this message does)

----- Transcript of session follows -----
... while talking to aspmx.l.google.com.:
>>> DATA
<<< 550-5.7.1 [2607:5300:60:1205::1] Our system has detected that this message does
<<< 550-5.7.1 not meet IPv6 sending guidelines regarding PTR records and
<<< 550-5.7.1 authentication. Please review
<<< 550-5.7.1 https://support.google.com/mail/?p=ipv6_authentication_error for more
<<< 550 5.7.1 information. y37si2236061ioi.7 - gsmtp
554 5.0.0 Service unavailable

VCCS Telecom

unread,
Nov 10, 2015, 11:24:40 AM11/10/15
to ASTPP
I was able to fix it by doing the following;

config: 
in /etc/postfix/aliases: 
I changed any alias from root to #myuser#, the last one as well -> root: #myuser# 
Then use the command 'newaliases' to rebuild aliases.db 

in /etc/postfix/canonical: 
root #myuser#@#mydomain# 
root@#bigIPs_hostname# #myuser#@#mydomain# 

then create the map with postmap /etc/postfix/canonical 

in etc/postfix/main.cf
mydomain = #mydomain#.com 
myorigin = $mydomain 
relayhost = [ip.of.your.smtpserver] (mind the brackets) 
sender_canonical_maps = hash:/etc/postfix/canonical 
alias_maps = hash:/etc/postfix/aliases 
alias_database = hash:/etc/postfix/aliases 

Then create the map: 
echo "root@localhost fro...@mydomain.com" > /etc/postfix/generic 

Then apply the map: 
postmap /etc/postfix/generic 

and restart PF.

Hope this helps.

Matt 
nurango


On Tuesday, November 3, 2015 at 3:11:37 AM UTC-5, MarkFM wrote:

no install.sh

unread,
Nov 10, 2015, 12:52:59 PM11/10/15
to ASTPP

A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI::$CI

Filename: MX/Controller.php

Line Number: 58

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/email.php

Line Number: 258


вторник, 3 ноября 2015 г., 10:11:37 UTC+2 пользователь MarkFM написал:

Samir Doshi

unread,
Nov 13, 2015, 4:15:53 AM11/13/15
to ASTPP
Would you please report this bug in http://bugs.astppbilling.org/ with detailed information? 

Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.

MATRIX

unread,
Nov 15, 2015, 7:20:20 AM11/15/15
to ASTPP
Hi All,

I am facing similar issue on email sending. Here are the debug logs. Would you please look into this and tell me what could be wrong here?

hello: 
The following SMTP error was encountered:
Failed to send AUTH LOGIN command. Error:
from: 
The following SMTP error was encountered:
to: 
The following SMTP error was encountered:
data: 
The following SMTP error was encountered:

The following SMTP error was encountered:
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.
User-Agent: CodeIgniter
Date: Sun, 15 Nov 2015 12:16:12 +0000
From: 
Return-Path: 
To: xxxxxx...@gmail.com
Subject: =?utf-8?Q?#NAME#,_Your_account_refilled?=
Reply-To: "bil...@yyyyyyy.com" 
X-Sender: bil...@yyyyyyy.com
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <564877...@yyyyyyy.com>
Mime-Version: 1.0


Content-Type: multipart/alternative; boundary="B_ALT_5648778c1f8db"

This is a multi-part message in MIME format.
Your email application may not support this format.

--B_ALT_5648778c1f8db
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Samir Doshi

unread,
Nov 16, 2015, 3:24:14 AM11/16/15
to ASTPP
Are you running V 2.3? If not then please upgrade and then try. 

Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.

F. Patel

unread,
Nov 17, 2015, 12:18:23 AM11/17/15
to as...@googlegroups.com
I am running latest 2.4 as you mentioned in group message, I updated it on 12th November.
Is there any new release came after that?

Thanks,
F. Patel

Samir Doshi

unread,
Nov 17, 2015, 2:00:00 AM11/17/15
to ASTPP
Aha... Version 2.4?? :) 
That is not yet released. Latest version is 2.3. 

Your email problem is because of FROM is not setting and that issue we have resolved in 2.3. 
Can you please just once confirm which version are you running? You can get version information from footer. 


Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

F. Patel

unread,
Nov 17, 2015, 2:20:12 AM11/17/15
to as...@googlegroups.com
Sorry my mistake, it is version 2.3 and I have last updated it on 12th November using update.sh script.

Do I need to update again?

Thanks,
F. Patel

Samir Doshi

unread,
Nov 17, 2015, 2:23:47 AM11/17/15
to ASTPP
Yeah please do that. 


Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

F. Patel

unread,
Nov 17, 2015, 2:35:49 AM11/17/15
to as...@googlegroups.com
updated again, still it looks same error. see below logs



hello:

The following SMTP error was encountered:
Failed to send AUTH LOGIN command. Error:

from:

The following SMTP error was encountered:

to:

The following SMTP error was encountered:

data:

The following SMTP error was encountered:

The following SMTP error was encountered:
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.

User-Agent: CodeIgniter
Date: Tue, 17 Nov 2015 07:33:08 +0000
From:
Return-Path:
To: xxxx...@gmail.com
Subject: =?utf-8?Q?#NAME#,_Your_account_refilled?=
Reply-To: "billing@yyyyyyyyyyy"
X-Sender: billing@yyyyyyyyyyy

X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <564ad83466a54@yyyyyyyyyyy>
Mime-Version: 1.0

Thanks,
F. Patel

Samir Doshi

unread,
Nov 17, 2015, 1:06:20 PM11/17/15
to ASTPP
Will you able to send me your server information off the list?


Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

carlos0330

unread,
Nov 23, 2015, 12:02:41 AM11/23/15
to as...@googlegroups.com
Hi,

I have same issue, ASTPP is not sending out emails, I tried these two scenarios:

1st, from email settings I left email enabled and smtp disabled using port 465
2nd, I enabled smtp and I configured my smtp credential and I used port 465 and then 587

It did not work!

I went to ASTPP DEMO PAGE and I created an account and the I accredited my account and I did not receive any email.

By the way, I have a fresh install from script using ver. 2.3

#maillog

Nov 22 22:52:40 192 sendmail[1513]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 22:52:40 192 sm-msp-queue[1522]: starting daemon (8.14.4): queueing@01:00:00
Nov 22 23:42:03 192 sendmail[1945]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 23:42:03 192 sm-msp-queue[1954]: starting daemon (8.14.4): queueing@01:00:00
Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent
Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent


What could it be the problem?



Thank you!

Samir Doshi

unread,
Nov 23, 2015, 3:25:00 AM11/23/15
to ASTPP
For google account, please try SMTP host = ssl://smtp.gmail.com

Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com



Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

On Mon, Nov 23, 2015 at 10:32 AM, carlos0330 <carlo...@gmail.com> wrote:
Hi,

I have same issue, ASTPP is not sending out emails, I tried these two scenarios:

1st, from email settings I left email enabled and smtp disabled using port 465
2nd, I enabled smtp and I configured my smtp credential and I used port 465 and then 587

It did not work!

I went to ASTPP DEMO PAGE and I created an account and the I accredited my account and I did not receive any email.

By the way, I have a fresh install from script using ver. 2.3

carlos0330

unread,
Nov 23, 2015, 3:27:07 PM11/23/15
to as...@googlegroups.com
Hi.

I tried that but it did not work.

Gmail SMTP server name: ssl://smtp.gmail.com
  • Gmail SMTP user name: your Gmail account
  • Gmail SMTP password: your Gmail password
  • Gmail SMTP port: 465 or 587

I also tried with live and it did not work.

Hotmail SMTP server name: smtp.live.com
  • Hotmail SMTP user name: your Hotmail account
  • Hotmail SMTP password: your Hotmail password
  • Hotmail SMTP port: 25 or 465
  • I tried also using my hosting
  • 1and1.com SMTP server name: smtp.1and1.com
  • 1and1.com SMTP user name: my username
  • 1and1.com SMTP password: my password
  • 1and1.com SMTP port: 587

#maillogs

Nov 22 22:52:40 192 sendmail[1513]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 22:52:40 192 sm-msp-queue[1522]: starting daemon (8.14.4): queueing@01:00:00
Nov 22 23:42:03 192 sendmail[1945]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 23:42:03 192 sm-msp-queue[1954]: starting daemon (8.14.4): queueing@01:00:00
Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, relay=root@localhost
Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, relay=root@localhost
Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent
Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, relay=root@localhost
Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent
Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, relay=root@localhost
Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, relay=root@localhost
Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Nov 23 01:00:12 192 sendmail[2674]: tAN601lN002674: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30359, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN601Be002676 Message accepted for delivery)
Nov 23 01:00:12 192 sendmail[2680]: tAN602x2002677: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30799, dsn=2.0.0, stat=Sent
Nov 23 01:00:12 192 sendmail[2681]: tAN601Be002676: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30792, dsn=2.0.0, stat=Sent
Nov 23 01:36:25 192 sendmail[1946]: tAM53p90003952: to=<jorv...@hotmail.com>, delay=1+01:31:18, xdelay=01:53:06, mailer=esmtp, pri=1020959, relay=mx4.hotmail.com. [65.55.37.104], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 02:36:25 192 sendmail[2426]: tAM56OgB003991: to=<conex...@hotmail.com>, delay=1+02:28:45, xdelay=01:53:05, mailer=esmtp, pri=1020960, relay=mx4.hotmail.com. [65.54.188.94], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 03:02:31 192 sendmail[1946]: tAM51IBP003913: to=<carl...@msn.com>, delay=1+02:59:57, xdelay=01:24:50, mailer=esmtp, pri=1020964, relay=mx2.hotmail.com. [65.54.188.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 03:36:24 192 sendmail[3244]: tAM53p90003952: to=<jorv...@hotmail.com>, delay=1+03:31:17, xdelay=01:53:05, mailer=esmtp, pri=1110959, relay=mx4.hotmail.com. [65.55.33.119], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 04:00:23 192 sendmail[1946]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+03:52:38, xdelay=00:56:35, mailer=esmtp, pri=1470960, relay=mx4.hotmail.com. [65.54.188.94], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 04:02:32 192 sendmail[2426]: tAL53ppV009137: to=<jorv...@hotmail.com>, delay=2+03:57:20, xdelay=01:24:50, mailer=esmtp, pri=1470959, relay=mx2.hotmail.com. [207.46.8.167], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 04:36:24 192 sendmail[4043]: tAM56OgB003991: to=<conex...@hotmail.com>, delay=1+04:28:44, xdelay=01:53:05, mailer=esmtp, pri=1110960, relay=mx4.hotmail.com. [207.46.8.199], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 05:02:31 192 sendmail[3244]: tAL51Ikb009100: to=<fabriz...@hotmail.com>, delay=2+04:59:56, xdelay=01:24:50, mailer=esmtp, pri=1650968, relay=mx1.hotmail.com. [207.46.8.199], dsn=4.0.0, stat=Deferred: Connection timed out with mx1.hotmail.com.
Nov 23 05:28:38 192 sendmail[2426]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+05:20:53, xdelay=01:24:50, mailer=esmtp, pri=1560960, relay=mx4.hotmail.com. [65.55.37.88], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 05:36:24 192 sendmail[4853]: tAM51IBP003913: to=<carl...@msn.com>, delay=1+05:33:50, xdelay=01:53:05, mailer=esmtp, pri=1110964, relay=mx2.hotmail.com. [134.170.2.199], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 06:02:31 192 sendmail[4043]: tAL53ppV009137: to=<jorv...@hotmail.com>, delay=2+05:57:19, xdelay=01:24:50, mailer=esmtp, pri=1560959, relay=mx4.hotmail.com. [65.55.92.168], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 06:36:24 192 sendmail[5657]: tAM53p90003952: to=<jorv...@hotmail.com>, delay=1+06:31:17, xdelay=01:53:05, mailer=esmtp, pri=1200959, relay=mx3.hotmail.com. [65.55.37.120], dsn=4.0.0, stat=Deferred: Connection timed out with mx3.hotmail.com.
Nov 23 06:54:45 192 sendmail[2426]: tAL51Ikb009100: to=<fabriz...@hotmail.com>, delay=2+06:52:10, xdelay=01:24:50, mailer=esmtp, pri=1740968, relay=mx3.hotmail.com. [65.55.37.120], dsn=4.0.0, stat=Deferred: Connection timed out with mx3.hotmail.com.
Nov 23 07:30:46 192 sendmail[4853]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+07:23:01, xdelay=01:53:05, mailer=esmtp, pri=1650960, relay=mx2.hotmail.com. [207.46.8.167], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 07:36:24 192 sendmail[6460]: tAM56OgB003991: to=<conex...@hotmail.com>, delay=1+07:28:44, xdelay=01:53:05, mailer=esmtp, pri=1200960, relay=mx2.hotmail.com. [65.55.92.184], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 08:02:31 192 sendmail[5657]: tAL53ppV009137: to=<jorv...@hotmail.com>, delay=2+07:57:19, xdelay=01:24:50, mailer=esmtp, pri=1650959, relay=mx4.hotmail.com. [207.46.8.167], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 08:36:24 192 sendmail[7269]: tAM51IBP003913: to=<carl...@msn.com>, delay=1+08:33:50, xdelay=01:53:05, mailer=esmtp, pri=1200964, relay=mx2.hotmail.com. [65.55.92.136], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 09:02:31 192 sendmail[6460]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+08:54:46, xdelay=01:24:50, mailer=esmtp, pri=1740960, relay=mx4.hotmail.com. [65.55.37.104], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 09:25:08 192 sendmail[4853]: tAL51Ikb009100: to=<fabriz...@hotmail.com>, delay=2+09:22:33, xdelay=01:53:05, mailer=esmtp, pri=1830968, relay=mx4.hotmail.com. [65.55.37.88], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 09:36:25 192 sendmail[8235]: tAM53p90003952: to=<jorv...@hotmail.com>, delay=1+09:31:18, xdelay=01:53:05, mailer=esmtp, pri=1290959, relay=mx4.hotmail.com. [65.55.37.88], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 10:30:46 192 sendmail[7269]: tAL53ppV009137: to=<jorv...@hotmail.com>, delay=2+10:25:34, xdelay=01:53:05, mailer=esmtp, pri=1740959, relay=mx2.hotmail.com. [65.55.37.120], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 10:34:16 192 sendmail[8235]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+10:26:31, xdelay=00:56:35, mailer=esmtp, pri=1830960, relay=mx2.hotmail.com. [65.55.37.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 10:36:25 192 sendmail[9179]: tAM56OgB003991: to=<conex...@hotmail.com>, delay=1+10:28:45, xdelay=01:53:05, mailer=esmtp, pri=1290960, relay=mx2.hotmail.com. [65.54.188.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 11:28:37 192 sendmail[7269]: tAL51Ikb009100: to=<fabriz...@hotmail.com>, delay=2+11:26:02, xdelay=00:56:35, mailer=esmtp, pri=1920968, relay=mx4.hotmail.com. [65.55.33.135], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 11:36:24 192 sendmail[10124]: tAM51IBP003913: to=<carl...@msn.com>, delay=1+11:33:50, xdelay=01:53:05, mailer=esmtp, pri=1290964, relay=mx4.hotmail.com. [134.170.2.199], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
Nov 23 12:30:46 192 sendmail[9179]: tAL53ppV009137: to=<jorv...@hotmail.com>, delay=2+12:25:34, xdelay=01:53:05, mailer=esmtp, pri=1830959, relay=mx2.hotmail.com. [65.54.188.126], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 12:36:24 192 sendmail[11080]: tAM53p90003952: to=<jorv...@hotmail.com>, delay=1+12:31:17, xdelay=01:53:05, mailer=esmtp, pri=1380959, relay=mx1.hotmail.com. [65.55.33.135], dsn=4.0.0, stat=Deferred: Connection timed out with mx1.hotmail.com.
Nov 23 13:02:31 192 sendmail[10124]: tAL56T96009177: to=<conex...@hotmail.com>, delay=2+12:54:46, xdelay=01:24:50, mailer=esmtp, pri=1920960, relay=mx2.hotmail.com. [65.55.37.88], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 13:05:27 192 sendmail[12785]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 23 13:05:27 192 sm-msp-queue[12794]: starting daemon (8.14.4): queueing@01:00:00
Nov 23 14:59:49 192 sendmail[12786]: tAM56OgB003991: to=<conex...@hotmail.com>, delay=1+14:52:09, xdelay=01:53:06, mailer=esmtp, pri=1380960, relay=mx2.hotmail.com. [65.54.188.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.
Nov 23 15:08:47 192 sendmail[13431]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 23 15:08:47 192 sm-msp-queue[13440]: starting daemon (8.14.4): queueing@01:00:00

Any other suggestions?

Thank you!

Hardik Patel

unread,
Nov 23, 2015, 11:03:06 PM11/23/15
to as...@googlegroups.com
HI

Before you try it can you please truncate one table mail_details and then try it?

On Tue, Nov 24, 2015 at 1:57 AM, carlos0330 <carlo...@gmail.com> wrote:
Hi.

I tried that but it did not work.

Gmail SMTP server name: ssl://smtp.live.com
  • Gmail SMTP user name: your Gmail account
  • Gmail SMTP password: your Gmail password
  • Gmail SMTP port: 465 or 587

I also tried with live and it did not work.

Hotmail SMTP server name: smtp.live.com
  • Hotmail SMTP user name: your Hotmail account
  • Hotmail SMTP password: your Hotmail password
  • Hotmail SMTP port: 25 or 465
  • I tried also using my hosting
  • 1and1.com SMTP server name: smtp.1and1.com
  • 1and1.com SMTP user name: my username
  • 1and1.com SMTP password: my password
  • 1and1.com SMTP port: 587

#maillogs

Nov 22 22:52:40 192 sendmail[1513]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 22:52:40 192 sm-msp-queue[1522]: starting daemon (8.14.4): queueing@01:00:00
Nov 22 23:42:03 192 sendmail[1945]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Nov 22 23:42:03 192 sm-msp-queue[1954]: starting daemon (8.14.4): queueing@01:00:00
Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent
Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent
Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

For more options, visit https://groups.google.com/d/optout.



--

carlos0330

unread,
Nov 25, 2015, 8:33:24 PM11/25/15
to as...@googlegroups.com
Hi,

I am sorry, I don't understand your question.

This is what is happening, when adding credit or creating an account from customer portal, I don't get emails from my ASTTP server and no logs in /var/log/maillog, but when I use EMAIL MASS using all email templates it works, in email history I see the option to send them from there. I received these emails in the following format:


Hi Carlos, New invoice # #INVOICE_NUMBER# for amount of #AMOUNT# has been generated to=your account. For information please visit www.tumundovoip.com or contact our suppo=t department at inv...@tumundovoip.com. Thanks, TuMundoVoIP.



HI Carlos, Your account with TuMundoVoIP has been refilled. For information please visit www.tumundovoip.com or contact our suppo=t department at inv...@tumundovoip.com. Thanks, TuMundoVoIP .


ASTPP Email service doesn't work from customer portal, but it does work from MASS EMAIL.



By the way I used in email settings the following configuration:

SMTP server name: smtp.1and1.com

    • SMTP user name: my username
    • SMTP password: my password
    • SMTP port: 587

    Best regards!
    Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
    Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent
    Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
    Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent
    Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
    Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
    ...

    Samir Doshi

    unread,
    Nov 27, 2015, 2:58:52 AM11/27/15
    to ASTPP
    Please change smtp.1and1.com to tls://smtp.1and1.com and try. 

    Best Regards
    --
    Samir Doshi
    iNextrix Technologies Pvt. Ltd.
    http://www.inextrix.com



    Disclaimer:
    The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

    On Thu, Nov 26, 2015 at 7:03 AM, carlos0330 <carlo...@gmail.com> wrote:
    Hi,

    I am sorry, I don't understand your question.

    This is what is happening, when adding credit or creating an account, I don't get emails from my ASTTP server and no logs in /var/log/maillog, but when I sent EMAIL MASS, I got this email in the following format:



    Hi Carlos, New invoice # #INVOICE_NUMBER# for amount of #AMOUNT# has been generated to=your account. For information please visit www.tumundovoip.com or contact our suppo=t department at inv...@tumundovoip.com. Thanks, TuMundoVoIP.



    Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
    Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent

    Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
    Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent

    Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
    Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
    ...

    carlos0330

    unread,
    Nov 27, 2015, 9:26:57 PM11/27/15
    to ASTPP
    Hi Samir,

    I added tls:// and It did not work when adding credit to my customer account, and no logs in /var/log/maillog.  I tried emai mass using  tls://smtp.1and1.com and I got this messege:


    A PHP Error was encountered

    Severity: Warning

    Message: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:func(143):reason(267)

    Filename: libraries/Email.php

    Line Number: 1689


    Email mass works using smtp.1and1.com but is that;s not work from customer page.

    I also noticed this in /var/spool/email/root

    PHP Notice:  Undefined index: LowCredit in /var/www/html/astpp/cron/cron.php on line 25

    Best regards!
    Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
    Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent

    Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
    Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent

    Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
    Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Thanks,
    F. Patel

    Yeah please do that. 


    Thanks,
    F. Patel


    Thanks,
    F. Patel

    Samir Doshi

    unread,
    Nov 30, 2015, 12:00:10 AM11/30/15
    to ASTPP
    Ok. For testing can you please disable SMTP configuration and try to add customer? Check if you can get any email. 

    Best Regards
    --
    Samir Doshi
    iNextrix Technologies Pvt. Ltd.
    http://www.inextrix.com



    Disclaimer:
    The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful.

    Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
    Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent

    Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
    Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent

    Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
    Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600....@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    carlos0330

    unread,
    Nov 30, 2015, 3:00:08 PM11/30/15
    to ASTPP
    Hi Samir.

    With SMTP disabled, I did the same tests I did before with SMTP enabled and it did not work. I tried ports 25, 465 and 587 with SMTP disabled.

    Nov 30 12:43:20 server1 sendmail[18074]: tAUHhJkk018074: Authentication-Warning: server1.tumundovoip.com: apache set sender to inv...@tumundovoip.com using -f
    Nov 30 12:43:20 server1 sendmail[18074]: tAUHhJkk018074: from=inv...@tumundovoip.com, size=840, class=0, nrcpts=1, msgid=<565c8a...@tumundovoip.com>, relay=apache@localhost
    Nov 30 12:43:20 server1 sendmail[18075]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:43:20 server1 sendmail[18074]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:43:20 server1 sendmail[18075]: tAUHhKnK018075: from=<inv...@tumundovoip.com>, size=1093, class=0, nrcpts=1, msgid=<565c8a...@tumundovoip.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
    Nov 30 12:43:20 server1 sendmail[18074]: tAUHhJkk018074: to=huc...@hotmail.com, ctladdr=inv...@tumundovoip.com (48/48), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30840, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAUHhKnK018075 Message accepted for delivery)
    Nov 30 12:44:26 server1 sendmail[18092]: tAUHiQbg018092: Authentication-Warning: server1.tumundovoip.com: apache set sender to inv...@tumundovoip.com using -f
    Nov 30 12:44:27 server1 sendmail[18092]: tAUHiQbg018092: from=inv...@tumundovoip.com, size=840, class=0, nrcpts=1, msgid=<565c8a...@tumundovoip.com>, relay=apache@localhost
    Nov 30 12:44:27 server1 sendmail[18093]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:44:27 server1 sendmail[18092]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:44:27 server1 sendmail[18093]: tAUHiR73018093: from=<inv...@tumundovoip.com>, size=1093, class=0, nrcpts=1, msgid=<565c8a...@tumundovoip.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
    Nov 30 12:44:27 server1 sendmail[18092]: tAUHiQbg018092: to=huc...@hotmail.com, ctladdr=inv...@tumundovoip.com (48/48), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30840, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAUHiR73018093 Message accepted for delivery)
    Nov 30 12:45:16 server1 sendmail[18108]: tAUHjG1q018108: Authentication-Warning: server1.tumundovoip.com: apache set sender to inv...@tumundovoip.com using -f
    Nov 30 12:45:16 server1 sendmail[18108]: tAUHjG1q018108: from=inv...@tumundovoip.com, size=840, class=0, nrcpts=1, msgid=<565c8b...@tumundovoip.com>, relay=apache@localhost
    Nov 30 12:45:16 server1 sendmail[18109]: STARTTLS=server, relay=localhost [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:45:16 server1 sendmail[18108]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
    Nov 30 12:45:16 server1 sendmail[18109]: tAUHjGui018109: from=<inv...@tumundovoip.com>, size=1093, class=0, nrcpts=1, msgid=<565c8b...@tumundovoip.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
    Nov 30 12:45:16 server1 sendmail[18108]: tAUHjG1q018108: to=huc...@hotmail.com, ctladdr=inv...@tumundovoip.com (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30840, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAUHjGui018109 Message accepted for delivery)
    Nov 30 14:35:20 server1 sendmail[18077]: tAUHhKnK018075: to=<huc...@hotmail.com>, delay=01:52:00, xdelay=01:52:00, mailer=esmtp, pri=121093, relay=mx4.hotmail.com. [65.54.188.110], dsn=4.0.0, stat=Deferred: Connection timed out with mx4.hotmail.com.
    Nov 30 14:36:27 server1 sendmail[18095]: tAUHiR73018093: to=<huc...@hotmail.com>, delay=01:52:00, xdelay=01:52:00, mailer=esmtp, pri=121093, relay=mx3.hotmail.com. [65.55.37.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx3.hotmail.com.
    Nov 30 14:37:16 server1 sendmail[18111]: tAUHjGui018109: to=<huc...@hotmail.com>, delay=01:52:00, xdelay=01:52:00, mailer=esmtp, pri=121093, relay=mx2.hotmail.com. [65.54.188.72], dsn=4.0.0, stat=Deferred: Connection timed out with mx2.hotmail.com.


    Best regards!
    Nov 23 00:00:01 192 sendmail[2015]: tAN50181002015: from=root, size=357, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:01 192 sendmail[2011]: tAN501lh002011: from=root, size=443, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:11 192 sendmail[2016]: tAN501SD002016: from=<ro...@192.168.1.30>, size=601, class=0, nrcpts=1, msgid=<201511230500.tAN5018...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2015]: tAN50181002015: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30357, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501SD002016 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2017]: tAN501TI002017: from=<ro...@192.168.1.30>, size=686, class=0, nrcpts=1, msgid=<201511230500.tAN501l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:12 192 sendmail[2011]: tAN501lh002011: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30443, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN501TI002017 Message accepted for delivery)
    Nov 23 00:00:12 192 sendmail[2018]: tAN501SD002016: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30791, dsn=2.0.0, stat=Sent
    Nov 23 00:00:12 192 sendmail[2019]: tAN501TI002017: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, pri=30876, dsn=2.0.0, stat=Sent

    Nov 23 00:00:16 192 sendmail[2022]: tAN50Gd0002022: from=root, size=362, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, relay=root@localhost
    Nov 23 00:00:26 192 sendmail[2023]: tAN50GaJ002023: from=<ro...@192.168.1.30>, size=606, class=0, nrcpts=1, msgid=<201511230500.tAN50Gd...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 00:00:26 192 sendmail[2022]: tAN50Gd0002022: to=root, ctladdr=root (0/0), delay=00:00:10, xdelay=00:00:10, mailer=relay, pri=30362, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN50GaJ002023 Message accepted for delivery)
    Nov 23 00:00:26 192 sendmail[2024]: tAN50GaJ002023: to=<ro...@192.168.1.30>, ctladdr=<ro...@192.168.1.30> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30796, dsn=2.0.0, stat=Sent

    Nov 23 01:00:01 192 sendmail[2674]: tAN601lN002674: from=root, size=359, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:01 192 sendmail[2675]: tAN601Ch002675: from=root, size=366, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, relay=root@localhost
    Nov 23 01:00:12 192 sendmail[2677]: tAN602x2002677: from=<ro...@192.168.1.30>, size=609, class=0, nrcpts=1, msgid=<201511230600.tAN601C...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Nov 23 01:00:12 192 sendmail[2675]: tAN601Ch002675: to=root, ctladdr=root (0/0), delay=00:00:11, xdelay=00:00:11, mailer=relay, pri=30366, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (tAN602x2002677 Message accepted for delivery)
    Nov 23 01:00:12 192 sendmail[2676]: tAN601Be002676: from=<ro...@192.168.1.30>, size=602, class=0, nrcpts=1, msgid=<201511230600.tAN601l...@192.168.1.30>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

    Thanks,
    F. Patel

    Yeah please do that. 


    Thanks,
    F. Patel

    On Tue, Nov 17, 2015 at 10:48 AM, F. Patel <conta...@gmail.com> wrote:<b
    Reply all
    Reply to author
    Forward
    0 new messages