PDA

View Full Version : Perl or Bash sendmail



xlucj01
04-08-2010, 03:01 AM
Hi

I am using my Perl blog-system, but at Hostmonster, I met something very weird... I am sending emails via sendmail, but it doesn't work... When I started it testing, I realized this:



echo "aaa" | sendmail -f kultura@llll.cz email.not.at.hostmon@domain.tld
220-host165.hostmonster.com ESMTP Exim 4.69 #1 Thu, 08 Apr 2010 02:59:08 -0600
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
250-host165.hostmonster.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
250-host165.hostmonster.com Hello localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
250 OK
550 No Such User Here


I even opened ticket, because this is really weird behaviour, but the answer was: In PHP it works...

Any hints how to solve it?

atoms
04-19-2010, 09:01 AM
I just tried this from the command line and it worked fine. I sent a test email to both a hostmonster hosted email address and an email address hosted elsewhere and both were delivered.

It looks like "550 No Such User Here" may be a clue to your problem?