EXIM problem, can't recieve or send emails

serverin

Verified User
Joined
Sep 10, 2010
Messages
39
Hello
i am trying to get my mail working..
i am using debian 5

no matter what i do i can't receive mails, when i go into squirrelmail and try to sent a email to my google mail its saying:
Code:
Message not sent. Server replied:

    Unknown response
    435 Unable to authenticate at present
and when i try to sent a email from the gmail, i get a response that says:
Code:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 "Unknown User" (state 14).

and i have tryed google me out of this, but nothing seems to work..
i can post my mainlog.
# /var/log/exim/mainlog

Code:
2011-02-22 22:15:54 H=mail-wy0-f171.google.com [74.125.82.171] F=<[email protected]> rejected RCPT <[email protected]>:
2011-02-22 22:15:54 H=mail-wy0-f171.google.com [74.125.82.171] incomplete transaction (QUIT) from <[email protected]>
2011-02-22 22:18:09 login authenticator failed for localhost (nooter.dk) [127.0.0.1]: 435 Unable to authenticate at present ([email protected]): Undefined subroutine &main::smtpauth called.

it's bigger, but this was the newest..

anyone that can help me?
 
thanks

hi thanks for that.
i am kind of lost at this point.

i am getting this
Code:
server:/usr/local/directadmin/scripts# The libraries needed to support IPv6 transport have not been found.
bash: The: command not found
server:/usr/local/directadmin/scripts# You will need recent versions of the IO::Socket::INET6 and Socket6
bash: You: command not found
server:/usr/local/directadmin/scripts# libraries (from CPAN).
bash: syntax error near unexpected token `from'
when i typed in this:
apt-get install spamd
apt-get install spamc

cd /usr/local/directadmin/scripts
./spam.sh


any help please :)
 
i would have edited the last post but couldn't..
i found more errors..
Code:
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/share/perl/5.10.0 /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at /usr/bin/sa-update line 81.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 81.


run:
  /usr/bin/spamd -d -c -m 15

server:/usr/local/directadmin/scripts# The libraries needed to support IPv6 transport have not been found.
bash: The: command not found
server:/usr/local/directadmin/scripts# You will need recent versions of the IO::Socket::INET6 and Socket6
bash: You: command not found
server:/usr/local/directadmin/scripts# libraries (from CPAN).
bash: syntax error near unexpected token `from'
server:/usr/local/directadmin/scripts# cd
 
i have been told that it maybe was the port for handle or revieve emails that was in use. i will try to post the solution here later..
 
Back
Top