unable to send emails to other than scalix users

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

sebastiendeg

unable to send emails to other than scalix users

Postby sebastiendeg » Tue Oct 24, 2006 5:02 am

Hello,

I'm new to scalix and i'm installing scalix on our own server.

My server is SLES 9. with Scalix 10.0.

The local ip addresse is 192.168.1.5

Using the Webmail i can only send email to other local scalix users.

if i try to send email to my gmail account for example i got the folloxwing error :

"Unable to send email to : sebastien.degardin@gmail.com"

my smtpd.cfg relay section is ::


"

RELAY Accept 127.0.0.1
RELAY Accept 192.168.1.5
RELAY Accept .i-movix-tech.be
RELAY Accept i-movix-tech.be
RELAY Log_Reject ALL

ANONYMOUS Accept 127.0.0.1
ANONYMOUS Accept 192.168.1.5
ANONYMOUS Accept ALL

# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
"

tks.

sebastiendeg

Postby sebastiendeg » Wed Oct 25, 2006 7:35 am

does anybody has idea about that ??

subir411
Scalix
Scalix
Posts: 28
Joined: Mon Oct 09, 2006 8:54 am
Location: Indore
Contact:

Postby subir411 » Thu Oct 26, 2006 9:32 am

Hi!

Sorry for the lag time.

Please set

Code: Select all

DEBUG_LOG=TRUE



in your /var/opt/scalix/sys/smtpd.cfg

Then restart smtpd with

Code: Select all

omoff -d0 smtpd
omon smtpd



After that, you will get a logfile at /var/opt/scalix/tmp/smtpd.log with the SMTP connections which you can post here.

Thanks,
With Warm Regards,
Subir Sinha

sebastiendeg

Postby sebastiendeg » Fri Oct 27, 2006 12:25 pm

Now, i have the following message in my inbox after trying to send to other user than scalix.

Message could not be delivered to the following recipient:

sebastien.degardin@gmail.com

because: A mail transport failure occurred


Supplementary Information:


553 5.1.8 <Sebastien.Degardin@i-movix-tech.be>... Domain of sender address Sebastien.Degardin@i-movix-tech.be does not exist





here is the content of the file

"
Accepted client 1 from (www1.i-movix-tech.be)
Cli 5030/1 sent : 220 www1.i-movix-tech.be ESMTP Scalix SMTP Relay 10.0.1.3; Fri, 27 Oct 2006 18:25:35 +0200 (CEST)

Cli 5030/1 rcvd: 'EHLO www1.i-movix-tech.be'
Cli 5030/1 sent : 250-www1.i-movix-tech.be Hello www1.i-movix-tech.be [192.168.1.5], pleased to meet you
250-AUTH DIGEST-MD5 PLAIN GSSAPI LOGIN CRAM-MD5
250-AUTH=LOGIN
250-DSN
250 8BITMIME

Cli 5030/1 rcvd: 'MAIL FROM:<Sebastien.Degardin@i-movix-tech.be>'
Cli 5030/1 sent : 250 Sebastien.Degardin@i-movix-tech.be... Sender ok

Cli 5030/1 rcvd: 'RCPT TO:<sebastien.degardin@gmail.com> NOTIFY=FAILURE,DELAY'
... new process 5060
5030: Allocate new unix.in process 5060
Cli 5030/1 rcvd U: '220 Scalix ESMTP Ready.'
Cli 5030/1 rcvd U: '250 Ok'
Cli 5030/1 sent U: rcpt to: <sebastien.degardin@gmail.com> NOTIFY=FAILURE,DELAY

Cli 5030/1 rcvd U: '250 Ok'
Cli 5030/1 sent : 250 Ok

Cli 5030/1 rcvd: 'DATA'
Cli 5030/1 sent : 354 Enter mail, end with "." on a line by itself (relay)

Cli 5030/1 sent U: data

Cli 5030/1 rcvd U: '354 Enter mail, end with "." on a line by itself.'
Cli 5030/1 got .
Cli 5030/1 sent U: Received: from www1.i-movix-tech.be (www1.i-movix-tech.be 192.168.1.5)
by www1.i-movix-tech.be (Scalix SMTP Relay 10.0.1.3)
via ESMTP; Fri, 27 Oct 2006 18:25:36 +0200 (CEST)
Message-ID: <4368408.1161966335847.JavaMail.root@www1.i-movix-tech.be>
Date: Fri, 27 Oct 2006 18:25:35 +0200 (CEST)
From: Sebastien Degardin <Sebastien.Degardin@i-movix-tech.be>
To: sebastien.degardin@gmail.com
Subject: Test
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_1_4536207.1161966335846"
X-Scalix-Id: sdegardin@i-movix-tech.be
X-Mailer: Scalix 10.0.1.6
X-MSMail-Priority:

------=_Part_1_4536207.1161966335846
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Test message

------=_Part_1_4536207.1161966335846
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<html><head><style type="text/css"><!-- DIV {margin:0px;} P {margin:0px;} --></style></head><body><font face="times new roman, new york, times, serif" size=3><span style="font-family: times new roman,new york,times,serif;"><font size="3">Test message<br></font></span></font></body></html>
------=_Part_1_4536207.1161966335846--

.

Cli 5030/1 rcvd U: '250 Ok'
Cli 5030/1: Submitted message ': <4368408.1161966335847.JavaMail.root@www1.i-movix-tech.be>' to unix.in.
response: '250 Ok'
Cli 5030/1 Finished submitting msg : <4368408.1161966335847.JavaMail.root@www1.i-movix-tech.be>
Cli 5030/1 sent : 250 Ok

Cli 5030/1 rcvd: 'QUIT'
Cli 5030/1 sent : 221 www1.i-movix-tech.be closing connection

"

subir411
Scalix
Scalix
Posts: 28
Joined: Mon Oct 09, 2006 8:54 am
Location: Indore
Contact:

Re: unable to send emails to other than scalix users

Postby subir411 » Mon Oct 30, 2006 5:46 am

Please see these threads, this topic has been discussed before...

http://www.scalix.com/community/viewtop ... lure+delay
http://www.scalix.com/community/viewtop ... lure+delay

Could you please tell us if you have firewall/Spam assassin configured to your server.

Please revert with your concerns.

Thanks.
With Warm Regards,

Subir Sinha


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 5 guests