[xmail] smtp authentication configuration

2011-08-01 Thread Marcello Vezzelli

Hi to all,
I'd like to configure xmail SMTP authentication in this way:
- connections from localhost do not need authentication
- connections from internet need authentication

Now my SMTP listens only in localhost.

In file SMTP.IPMAP.TAB I have to allow external connections, and that's ok.
In file SMTPAUTH.TAB I have to specify SMTP users and permissions.

I cannot find in the documentation any other hints about my desired 
configuration.


Some hints?

Thanks in advice.

regards
Marcello

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] smtp authentication configuration

2011-08-01 Thread Marcello Vezzelli

Il 01/08/2011 14.55, fcxm...@aquinet.net ha scritto:


Simple to do :)
First you only need to use smtpauth.tab file if you need to auth non xmail
mailbox users (that don't have a account in xmail), as xmail will firstly
lookup in mailusers.tab for xmail users credentials

To force Auth on xmail external listening ip add this line in server.tab
file

SmtpConfig-aa.bb.cc.dd,25   MailAuth


It's working!

I put my local ip in SmtpConfig because the server is binatted.
When I telnet to 127.0.0.1 xmail SMTP let me send the email;
when I telnet to the public ip (binatted to the local ip) xmail replies '551 
Server use forbidden' after the MAIL FROM: command.


Thank you!

regards
Marcello

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] smtp bounce, how to fix?

2010-12-14 Thread Marcello Vezzelli

Il 13/12/2010 14.56, David Loader ha scritto:

I have not had this type of problem since I implemented
SPF for the domains that I manage.



Thanks for the hint, I've added the spf record to my domain.

By the way, looking at header differences between an xmail mailing list 
message and (for example) a message from this mailing list, I see that the 
sender header is missing in xmail.

Could this be related to the issue I've found?

Is there a way to add a fixed sender header, containing the mailing list 
address?


regards
Marcello

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] smtp bounce, how to fix?

2010-12-13 Thread Marcello Vezzelli

Hi to all,
I am running a small mailing list with xmail and for one recipient I get a 
bounce e-mail.


My host is mail.myserver.it and the sender is sen...@senderdomain.com. The 
mailing list address is mail...@domainmailing.it.
I guess that the remote SMTP complains about the fact that 
myserver.itsenderdomain.com.

It's the only SMTP I've met so far that complains about this problem.

There's something I can to to let the recipient receive the mailing list?

Thank you in advice for your help.

Here follows the bounce email.

-

[00] XMail bounce: rcpt=[recipi...@externaldomain.com];Error=[550 5.7.1 
recipi...@externaldomain.com... Sending host domain must match message 
originator!]



[01] Error sending message [1292234962517.1d5c.21f8.2400d7.mail] from 
[mail.myserver.it].


ID: S166A
Mail From: sen...@senderdomain.com
Rcpt To: recipi...@externaldomain.com
Server: smtp.externaldomain.com [x.x.x.x]


[02] The reason of the delivery failure was:

550 5.7.1 recipi...@externaldomain.com... Sending host domain must match 
message originator!


[04] Here is listed the message log file:

[PeekTime] 1292245563 : Mon, 13 Dec 2010 14:06:03 +0100

ErrCode   = -77
ErrString = [RCPT TO:] not permitted by remote SMTP server
ErrInfo   = 550 5.7.1 recipi...@externaldomain.com... Sending host domain 
must match message originator!
SMAIL SMTP-Send MX = smtp.externaldomain.com. SMTP = mail.myserver.it 
From = sen...@senderdomain.com To = recipi...@externaldomain.com Failed !
SMTP-Error = 550 5.7.1 recipi...@externaldomain.com... Sending host 
domain must match message originator!

SMTP-Server = smtp.externaldomain.com.
 

[05] Here is listed the initial part of the message:

Reply-To: mail...@domainmailing.it
Received: from someserver.somewhere.com ([k.k.k.k]:4605)
by mail.myserver.it with [XMail 1.27 ESMTP Server]
id S166A for mail...@domainmailing.it from sen...@senderdomain.com;
Mon, 13 Dec 2010 14:06:03 +0100
Received: from SNT137-W28 ([y.y.y.y]) by someotherserver.somewhere.com with 
Microsoft SMTPSVC(6.0.3790.4675);

 Mon, 13 Dec 2010 05:05:56 -0800
Message-ID: snt137-w28c1bcf168fdcb96837fb0c1...@phx.gbl
Return-Path: sen...@senderdomain.com
Content-Type: multipart/alternative;
boundary=_43928274-5404-452a-9bd5-3e507dc6b731_
X-Originating-IP: [z.z.z.z]
From: john doe sen...@senderdomain.com
To: mail...@domainmailing.it
Subject: this is the subject
Date: Mon, 13 Dec 2010 14:05:57 +0100
Importance: Normal
In-Reply-To: 4d05f3cf.4050...@myserver.it
References: 4d05f3cf.4050...@myserver.it
MIME-Version: 1.0
X-OriginalArrivalTime: 13 Dec 2010 13:05:56.0924 (UTC) 
FILETIME=[7B130FC0:01CB9AC6]




___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] cannot login as admin on xmail win32

2010-11-25 Thread Marcello Vezzelli

Hi to all,
I just downloaded xmail v1.27 for win32, unpacked in c:\mailroot\bin, 
verified the MAIL_ROOT registry value to c:\mailroot, installed and started 
the service.
Everything is working. I was updating from v1.25 (I previously stopped and 
removed the old xmail service).


I never used admin tools but this time I have to.
So I added user[TAB]cryptedpass[NEWLINE] to ctrlaccounts.tab, saved in 
unix format.

I used xmcrypt to generate the crypted pass.
I restarted the service.

ctrl.ipmap.tab contains
127.0.0.1255.255.255.255ALLOW1

and I'm connecting from localhost only.
I tried different administration tools (xmailadmin, xmailmanager,phpxmail) 
but I always get a login error.


Am I missing something?

Thanks for any hints.

regards
Marcello Vezzelli

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] cannot login as admin on xmail win32

2010-11-25 Thread Marcello Vezzelli

Il 25/11/2010 10.00, Marcello Vezzelli ha scritto:
So I added user[TAB]cryptedpass[NEWLINE] to ctrlaccounts.tab, saved in 
unix format.


Forget it.
My editor wasn't using real tabs, I checked the configuration file with an 
hex editor and I found the problem.


regards
Marcello

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] Re: ClamWin filters.post-data.tab

2006-10-23 Thread Marcello Vezzelli

Norbert Doeberlein ha scritto:
 Does anyone have a working script for ClamWin running in
 filters.post-data.tab?
   

This would be very interesting for me too.
Some hints?

Marcello


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]