Sendmail error ?? or ???

Romka

Verified User
Joined
Aug 6, 2004
Messages
12
Code:
romka@anarxi:~$ mail -v [email][email protected][/email]
Subject: test
test
.
Cc:
LOG: 0 MAIN
  <= [email][email protected][/email] U=romka P=local S=307
Exim version 3.36 debug level 1 uid=8 gid=8
Berkeley DB: Sleepycat Software: Berkeley DB 3.2.9: (June 16, 2003)
romka@anarxi:~$ delivering message 1Bu5gH-0003ur-00
Connecting to mail.uahost.com [207.150.169.40.25] ... connected
  SMTP<< 220 server.uahost.com ESMTP Exim 4.24 Mon, 09 Aug 2004 15:59:11 -0400
  SMTP>> EHLO anarxi.st
  SMTP<< 250-server.uahost.com Hello anarxi.st [217.12.194.5]
         250-SIZE 52428800
         250-PIPELINING
         250-AUTH PLAIN LOGIN
         250-STARTTLS
         250 HELP
  SMTP>> MAIL FROM:<[email protected]> SIZE=1340
  SMTP>> RCPT TO:<[email protected]>
  SMTP>> DATA
  SMTP<< 452 Space shortage, please try later
  SMTP<< 503 sender not yet given
  SMTP<< 503 MAIL command must precede DATA
  SMTP>> QUIT
LOG: 0 MAIN
  == [email][email protected][/email] T=remote_smtp defer (0): SMTP error from remote mailer after MAIL FROM:<[email protected]> SIZE=1340: host mail.uahost.com [207.150.169.40]: 452 Space shortage, please try later

At DA, i`m create pop3 box, [email protected], create password and other, but cant connect to server from 'The Bat' or 'Outlook' i receive reply "Bad login." and server can`t revice message fo user [email protected] !!! ??

Why ???
 
Note that DA doesn't run sendmail, but rather exim.

exim is reporting:

Space shortage, please try later

If you're an end-user or a reseller you'll need to contact your host.

If you own your system please log in through the secure shell, and execute the following command (the $ sign means you don't have to be logged in as root)

$ df -h

and let us see the output.

Jeff
 
!

Thanks for the answer I have already understood, the part of a disk where developed mail for some reason was overflew, in general a problem has solved, once again thanks.


P.s: At me own server.

jlasman said:
Note that DA doesn't run sendmail, but rather exim.

exim is reporting:

Space shortage, please try later

If you're an end-user or a reseller you'll need to contact your host.

If you own your system please log in through the secure shell, and execute the following command (the $ sign means you don't have to be logged in as root)

$ df -h

and let us see the output.

Jeff
 
Back
Top