Hello,
I have a problem with receiving emails send from the server to one of the server account domains. For example:
Sent From: [email protected]
Sent To: [email protected]
I have ran the following command:
exim -v -odf [email protected]
The results of this are:
It does not look like there is anything wrong, but I am not receiving the emails. I also tried changing to remote_smtp but still have not received any emails.
Any suggestions to what is wrong?
Thanks
Robert
I have a problem with receiving emails send from the server to one of the server account domains. For example:
Sent From: [email protected]
Sent To: [email protected]
I have ran the following command:
exim -v -odf [email protected]
The results of this are:
Code:
OG: MAIN
cwd=/root 4 args: exim -v -odf [email protected]
Hello
LOG: MAIN
<= [email protected] U=root P=local S=370
LOG: MAIN
cwd=/var/spool/exim 5 args: /usr/sbin/exim -v -odi -Mc 1W32A8-0004EU-4V
delivering 1W32A8-0004EU-4V
Connecting to mail.localdomain.co.uk [00.000.00.00]:25 ... connected
SMTP<< 220 mail38.domain.co.uk ESMTP Exim Tue, 14 Jan 2014 11:28:12 +0000
SMTP>> EHLO hostname.co.uk
SMTP<< 250-mail38.domain.co.uk Hello 056379.vps-10.com [00.000.00.00]
250-SIZE 31457280
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN CRAM-MD5
250-STARTTLS
250 HELP
SMTP>> STARTTLS
SMTP<< 220 TLS go ahead
SMTP>> EHLO hostname.co.uk
SMTP<< 250-mail38.domain.co.uk Hello 056379.vps-10.com [00.000.00.00]
250-SIZE 31457280
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN CRAM-MD5
250 HELP
SMTP>> MAIL FROM:<[email protected]> SIZE=1402
SMTP>> RCPT TO:<[email protected]>
SMTP>> DATA
SMTP<< 250 OK
SMTP<< 250 Accepted
SMTP<< 354 Enter message, ending with "." on a line by itself
SMTP>> writing message and terminating "."
SMTP<< 250 OK id=1W32AG-0004AW-OE
SMTP>> QUIT
LOG: MAIN
=> [email protected] R=lookupuser T=local_devliery H=mail.localdomain.co.uk [00.000.00.00] X=UNKNOWN:DHE-RSA-AES256-SHA:256 C="250 OK id=1W32AG-0004AW-OE"
LOG: MAIN
Completed
Any suggestions to what is wrong?
Thanks
Robert