Jump to content

Still no Mail joy (UnMenu)


Slimer

Recommended Posts

I'm still not getting my status emails; debug from ssmtp looks like this:

 

      echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 ironport02.pppoe.ca ESMTP

[->] HELO localhost

[<-] 250 ironport02.pppoe.ca

[->] MAIL FROM:<root@>

[<-] 250 sender <root> ok

[->] RCPT TO:<[email protected]>

[<-] 250 recipient <[email protected]> ok

[->] DATA

[<-] 354 go ahead

[->] Received: by localhost (sSMTP sendmail emulation); Sun, 01 Aug 2010 17:45:41 -0400

[->] From: root@

[->] Date: Sun, 01 Aug 2010 17:45:41 -0400

[->] Subject: a test

[->]

[->] This is the email body.

[->] .

[<-] 250 ok:  Message 71421724 accepted

[->] QUIT

[<-] 221 ironport02.pppoe.ca

 

But I never receive the emails.

 

So I tried my Yahoo acoount and I get this:

 

      echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 smtp110.plus.mail.re1.yahoo.com ESMTP

[->] EHLO [email protected]

[<-] 250 8BITMIME

[->] AUTH LOGIN

[<-] 235 OK, go ahead

[->] MAIL FROM:<root@>

[<-] 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

ssmtp: 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

 

So I set up a new Yahoo sub account with root/root@ as the From line, but it still won't accept the mail.

 

Since it looks like my ISP is swallowing my email, Yahoo is likely my best option. Any ideas?

Link to comment

I'm still not getting my status emails; debug from ssmtp looks like this:

 

       echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 ironport02.pppoe.ca ESMTP

[->] HELO localhost

[<-] 250 ironport02.pppoe.ca

[->] MAIL FROM:<root@>

[<-] 250 sender <root> ok

[->] RCPT TO:<[email protected]>

[<-] 250 recipient <[email protected]> ok

[->] DATA

[<-] 354 go ahead

[->] Received: by localhost (sSMTP sendmail emulation); Sun, 01 Aug 2010 17:45:41 -0400

[->] From: root@

[->] Date: Sun, 01 Aug 2010 17:45:41 -0400

[->] Subject: a test

[->]

[->] This is the email body.

[->] .

[<-] 250 ok:  Message 71421724 accepted

[->] QUIT

[<-] 221 ironport02.pppoe.ca

 

But I never receive the emails.

 

So I tried my Yahoo acoount and I get this:

 

       echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 smtp110.plus.mail.re1.yahoo.com ESMTP

[->] EHLO [email protected]

[<-] 250 8BITMIME

[->] AUTH LOGIN

[<-] 235 OK, go ahead

[->] MAIL FROM:<root@>

[<-] 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

ssmtp: 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

 

So I set up a new Yahoo sub account with root/root@ as the From line, but it still won't accept the mail.

 

Since it looks like my ISP is swallowing my email, Yahoo is likely my best option. Any ideas?

They do not seem to like mail originating from "root"    As they said, "from address not verified"

 

I think you need something other than "root" as the From address line.

 

Joe L.

Link to comment

I'm still not getting my status emails; debug from ssmtp looks like this:

 

      echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 ironport02.pppoe.ca ESMTP

[->] HELO localhost

[<-] 250 ironport02.pppoe.ca

[->] MAIL FROM:<root@>

[<-] 250 sender <root> ok

[->] RCPT TO:<[email protected]>

[<-] 250 recipient <[email protected]> ok

[->] DATA

[<-] 354 go ahead

[->] Received: by localhost (sSMTP sendmail emulation); Sun, 01 Aug 2010 17:45:41 -0400

[->] From: root@

[->] Date: Sun, 01 Aug 2010 17:45:41 -0400

[->] Subject: a test

[->]

[->] This is the email body.

[->] .

[<-] 250 ok:  Message 71421724 accepted

[->] QUIT

[<-] 221 ironport02.pppoe.ca

 

But I never receive the emails.

 

So I tried my Yahoo acoount and I get this:

 

      echo -e "Subject: a test\n\nThis is the email body." | ssmtp -d root

[<-] 220 smtp110.plus.mail.re1.yahoo.com ESMTP

[->] EHLO [email protected]

[<-] 250 8BITMIME

[->] AUTH LOGIN

[<-] 235 OK, go ahead

[->] MAIL FROM:<root@>

[<-] 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

ssmtp: 553 From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html

 

So I set up a new Yahoo sub account with root/root@ as the From line, but it still won't accept the mail.

 

Since it looks like my ISP is swallowing my email, Yahoo is likely my best option. Any ideas?

They do not seem to like mail originating from "root"    As they said, "from address not verified"

 

I think you need something other than "root" as the From address line.

 

Joe L.

 

Right, but how does one change the From line. I tried adding an Alias, but no cigar.

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...