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?
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?