[xmail] error code -60 and -152

2019-11-28 Thread Rosario Pingaro via xmail
It is common to some domains. So I would like some help about what they means. All of them respond to: openssl s_client -connect (mx dmain):25 -starttls smtp with TLSv1.2 that it is the same of my centos7 with xmail. any help is appreciated. regards Ros ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

[xmail] smail with ssl/tls

2019-11-14 Thread Rosario Pingaro via xmail
Hi, I was able to configure our xmail 1.27 server to use ssl/tls, now I would like to check if the email it get through smtp frm sender client is sent to the final destination using ssl/tls. so I would like to know if smail uses ssl/tls like smtp and pop3. regards Ros

Re: [xmail] SMTP external authentication is not worjing

2019-03-21 Thread Cesar Meloni via xmail
Dear, I have version 1.26 of XMail. I have found that the configuration file smtpextauth.tab is not interpreted correctly. The parameters have a shift. It is necessary to add a "Dummy" field, like this: "LOGIN" "*Dummy*" "/etc/dovecot/user_a

Re: [xmail] SMTP external authentication is not worjing

2019-03-05 Thread Spon Spon via xmail
efault should be used (MRVZ), which seems not the case. Having the same configuration, nothing else changed, if I use internal authentication(by emptying smtpextauth.tab), everything works fine. Thank You From: Bart Mortelmans via xmail To: Spon Spon via xmail Sent: Tuesday, March 5,

Re: [xmail] SMTP external authentication is not worjing

2019-03-05 Thread Spon Spon via xmail
Hi, smtp.ipmap.tab contains "0.0.0.0"    "0.0.0.0"    "ALLOW"    1smtprelay.tab contains only local addresses, therefore not the IP from where I try (internet).  But htis hsould be fine, because this is why I use authentication. To summarize:  I want to connect to

Re: [xmail] SMTP external authentication is not worjing

2019-03-05 Thread Bart Mortelmans via xmail
I understand that you can be sure that your checkSmtpAuth.sh is indeed being called, because you see that the RFILE is created, with the contents you expect your script to put in there? In that case my guess is that XMail is having trouble accessing your RFILE. If the exit code wasn't seen

Re: [xmail] SMTP external authentication is not worjing

2019-03-05 Thread Edinilson - ATINET via xmail
Is your ip range allowed in smtprelay.tab? And about smtp.ipmap.tab ? Do you have installed a new Xmail Server OR it stops after some time of use? Edinilson Original Message From: Spon Spon via xmail To: "xmail@xmailserver.org" Sent: Ter, Mar 5, 2019, 4:44 AM Subject: [x

[xmail] SMTP external authentication is not worjing

2019-03-04 Thread Spon Spon via xmail
Hello, I have a mixed setup with DOVECAT for IMAP access, and XMAIl 1.27 for the rest.  The relay is cosed until authentication is made In order to have a centralized place for authentication I used in XMAIL external authentication.  However seems it is not working as I receive 550 Relay Denied

Re: [xmail] Current development status?

2018-01-03 Thread Ben Green via xmail
t the moment ive started toying with the source some. I am still torn between working on xmail vs switching to a different mail server. My thoughts so far. * My first concern with no active development is, Are there any security issues hiding. * I haven't found any in the wild exploits against the

Re: [xmail] Current development status?

2017-12-30 Thread ead via xmail
At the moment ive started toying with the source some. I am still torn between working on xmail vs switching to a different mail server. My thoughts so far. * My first concern with no active development is, Are there any security issues hiding. * I haven't found any in the wild exploits against

Re: [xmail] Current development status?

2017-12-28 Thread Ben Green via xmail
/xmail I would like to help and would suggest that we start by taking the 1.27 source and seeing if there were any changes that GerHobbelt made that should be included and put the resulting code into a new repo on github. I am happy to undertake this first small bit of work this weekend... what do

Re: [xmail] Current development status?

2017-12-24 Thread D.Vitoshnov via xmail
I think no one develops the xmail. I have not seen updates for a long time. Thanks & regards, Dmitriy From: xmail [mailto:xmail-boun...@xmailserver.org] On Behalf Of ead via xmail Sent: Saturday, December 23, 2017 1:13 AM To: xmail@xmailserver.org Subject: [xmail] Current development st

[xmail] Current development status?

2017-12-22 Thread ead via xmail
I was wondering if Xmail was still being maintained? Where the official Repo was? If your looking for volunteers to keep the project alive? I have been using xmail and phpxmail for 11 years now sense apache2triad. I have used it on windows, and migrated it to linux and have been using

Re: [xmail] Catch All

2016-03-20 Thread md--- via xmail
nd take into account that this is a file you can’t edit while XMailserver is running (so turn it off first or use CtrlClnt to edit it). Sincerely, Bart On 20 mrt. 2016, at 11:05, md--- via xmail <xmail@xmailserver.org> wrote: How does one create a catch all for a given domain whil

Re: [xmail] Catch All

2016-03-20 Thread Bart Mortelmans via xmail
it). Sincerely, Bart > On 20 mrt. 2016, at 11:05, md--- via xmail <xmail@xmailserver.org> wrote: > > How does one create a catch all for a given domain while still allowing > specific users to receive > their messages? > > For example: > > My domain is rpzde

[xmail] Catch All

2016-03-20 Thread md--- via xmail
...@rpzdesign.com to be sent to an external email address at rpzrpzrpzj...@gmail.com Mailproc.tab in domain? I tried using aliases but it does not work like I want, to many 550 user unkown errors. Any help? Marco ___ xmail mailing list xmail@xmailserver.org

Re: [xmail] Problem!! Xmail Checks Maildir Size On Every RCPT command

2015-10-22 Thread Akash via xmail
Hi, Are you using mboxes or Maildirs? I am using XMail v1.27 with Debian 7 on ext4 filesystem. May be its filesystem's bottleneck but XMail does calculate directory size on every RCPT (I looked into the codes) and causes CPU spike, which isn't a right thing I feel. -Akash On 2015-10-22 19

Re: [xmail] Problem!! Xmail Checks Maildir Size On Every RCPT command

2015-10-22 Thread Helio C Jr via xmail
I use XMail in some customers servers and they have big mailboxes, but don't have such problem. What XMail version are you using? What OS and filesystem type? I use XMail 1.27 on Slackware 13.37 64bits with reiserfs. How maildir works with a file per message, reiserfs is very nice to handle large

[xmail] Problem!! Xmail Checks Maildir Size On Every RCPT command

2015-10-18 Thread Akash via xmail
Hi, There seems to be a problem in the way XMail checks for quotas on every RCPT command. I have a large Maildir with around 50 emails and I noticed that every time XMail receives a email, the CPU spikes to 100% for few seconds before responding to the RCPT. On debugging I found

[xmail] howt send bounced email trough a different smtp server

2015-08-06 Thread Rosario Pingaro via xmail
My idea to avoid blacklisted on my smtps is to use a dedicated smtp to send out the bouced emals. Any idea to do it using xmail? regards Ros ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] ask about smtp authentication with openldap database via XMail service.

2015-08-04 Thread David Lord via xmail
On 4 Aug 2015 at 4:26, Watthanachai Kekhua via xmail wrote: Dear XMail members, Right now we use about XMail as MTA and we would like to use SMTP authentication with ldap DB (openldap) . And in the manual said about add username (email address ) + password in to file MAILUSERS.TAB

[xmail] ask about smtp authentication with openldap database via XMail service.

2015-08-03 Thread Watthanachai Kekhua via xmail
Dear XMail members, Right now we use about XMail as MTA and we would like to use SMTP authentication with ldap DB (openldap) . And in the manual said about add username (email address ) + password in to file MAILUSERS.TAB. So we would like to ignore this kind of case due to security issue show

Re: [xmail] ask about smtp authentication with openldap database via XMail service.

2015-08-03 Thread Koko Wijatmoko via xmail
On Tue, 4 Aug 2015 04:26:33 + Watthanachai Kekhua via xmail xmail@xmailserver.org wrote: Right now we use about XMail as MTA and we would like to use SMTP authentication with ldap DB (openldap) . And in the manual said about add username (email address ) + password in to file MAILUSERS.TAB

Re: [xmail] POP3 UIDL PROBLEM

2015-06-06 Thread U.Mutlu via xmail
Oversea Site via xmail wrote on 06/04/2015 04:25 PM: I have over 1 EMAILS but when I test UIDL, Sometimes, it's not sorting by ID. it's a file system -rw-rw-r-- 1 root root30558 Jun 1 04:46 1433105179992.70d12960.34c.3f8be2.bravo -rw-rw-r-- 1 root root 989 Jun 1 05:04

[xmail] POP3 UIDL PROBLEM

2015-06-04 Thread Oversea Site via xmail
1433402316803.6fc77960.24ad.6e7cc.bravo It will let some android email app not display correctly by first 25 messages or somethings like that. So I need to download all emails on android. ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org

Re: [xmail] new maintainer for the 1.27 branch

2015-06-01 Thread bugs--- via xmail
Hi List, I already made some fixes. See http://www.econtrario.ch/tools/. Maybe you can use them. So long Stefan ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] new maintainer for the 1.27 branch

2015-06-01 Thread bugs--- via xmail
Am 24.05.2015 um 18:07 schrieb U.Mutlu via xmail: if time permits. I'll also setup an svn repository. Considered using github? So long Stefan ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

[xmail] New fork or maintainer for xmail?

2015-06-01 Thread Tonys--- via xmail
Greetings; Have I missed something here? I've been monitoring this list as a xmail server user since version 1.2 - simply the best email server we have ever encountered. Has something happened to Davide? I know there has been no updates from him in some long time - I hope that he is well. He

Re: [xmail] new maintainer for the 1.27 branch

2015-06-01 Thread U.Mutlu via xmail
bugs--- via xmail wrote on 06/02/2015 01:31 AM: Hi List, I already made some fixes. See http://www.econtrario.ch/tools/. Maybe you can use them. Yes, it's already on the todo list. Thx. -- cu Uenal ___ xmail mailing list xmail@xmailserver.org http

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-26 Thread Oversea Site via xmail
Now I am using original XMAIL-1.27.tar.gz source without simultaneous POP3 logins, no STUNNEL, use NATIVE XMAIL SSL. The problem still exists, K9-MAIL will report IllegalFormatConversonException when I receive more then 100-200 emails. So It should be XMAIL SSL problem. Because When I reuse

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-26 Thread Bart Mortelmans via xmail
It might be difficult to determine if the problem is with XMail or with the client. And even if for example Tencent actually closes the connection incorrectly, it should be better if XMail would be able to handle such an improperly closed connection. But I'm not sure if you'll find somebody

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-26 Thread U.Mutlu via xmail
Bart Mortelmans via xmail wrote on 05/26/2015 03:55 PM: It might be difficult to determine if the problem is with XMail or with the client. And even if for example Tencent actually closes the connection incorrectly, it should be better if XMail would be able to handle such an improperly closed

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-26 Thread U.Mutlu via xmail
Oversea Site via xmail wrote on 05/26/2015 03:09 PM: Now I am using original XMAIL-1.27.tar.gz source without simultaneous POP3 logins, no STUNNEL, use NATIVE XMAIL SSL. The problem still exists, K9-MAIL will report IllegalFormatConversonException when I receive more then 100-200 emails. So

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-26 Thread U.Mutlu via xmail
U.Mutlu via xmail wrote on 05/26/2015 04:38 PM: Bart Mortelmans via xmail wrote on 05/26/2015 03:55 PM: It might be difficult to determine if the problem is with XMail or with the client. And even if for example Tencent actually closes the connection incorrectly, it should be better if XMail

Re: [xmail] Tip: Speeding up xmail by pointing envvar XMAIL_TEMP to a ramdisk

2015-05-25 Thread Bart Mortelmans via xmail
Are you sure this will actually speed up XMail? Have you been able to compare, specifically for XMail? As far as I understand how XMail processes e-mails, it actually only creates a file one time and then moves that file around between temp-folder, spool folder and local POP3 folders. Moving

Re: [xmail] Tip: Speeding up xmail by pointing envvar XMAIL_TEMP to a ramdisk

2015-05-25 Thread U.Mutlu via xmail
Bart Mortelmans via xmail wrote on 05/25/2015 02:24 PM: Are you sure this will actually speed up XMail? Have you been able to compare, specifically for XMail? It will help for files xmail creates in /tmp and doesn't move to an other drive (for example when the realtime filters get fired during

[xmail] BUG : XMAIL 1.27 with SSL

2015-05-25 Thread Oversea Site via xmail
I found the bug on XMAIL 1.27 with SSL (POP3S is main), SSMTP servicemaybe has asame bugtoo 1. it will have too many FIN_WAIT_2on POP3Swith two many requests, It is becauseof some non-popular WINDOWS CLIENT e.g. tencent foxmail , outlook will not have this issue. 2. If you're using

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-25 Thread U.Mutlu via xmail
Oversea Site via xmail wrote on 05/25/2015 09:23 PM: I found the bug on XMAIL 1.27 with SSL (POP3S is main), SSMTP service maybe has a same bug too 1. it will have too many FIN_WAIT_2 on POP3S with two many requests, It is because of some non-popular WINDOWS CLIENT e.g. tencent foxmail

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-25 Thread U.Mutlu via xmail
U.Mutlu via xmail wrote on 05/26/2015 07:06 AM: Oversea Site via xmail wrote on 05/26/2015 05:14 AM: No Log Error. No Fatal Error log. No Core Dump It's not RAM or HW problem. It's XMAIL internal issue, because when I switch to stunnel, all problems solved. And then when I test K9-MAIL

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-25 Thread Oversea Site via xmail
256 -Pt 60 -St 150 -F- -SX 2048 -Mx 64 \ -Qn 64 -PX 2048 -Qr 1 -Qt 1 -QT 150 -Qg -CX 256 *** Original Message From: U.Mutlu um4...@mutluit.com To: t...@os.st, XMail Users Mailing List xmail@xmailserver.org Sent: Tue, May

Re: [xmail] BUG : XMAIL 1.27 with SSL

2015-05-25 Thread Oversea Site via xmail
No Log Error. No Fatal Error log. No Core Dump It's not RAM or HW problem. It's XMAIL internal issue, because when I switch to stunnel, all problems solved. And then when I test K9-MAIL with XMAIL+STUNNEL, K9 Client will not have any JAVA somethings Exception Error Two tests 1. Very Important

[xmail] HOWTO quick-testing spamassassin (spamd + spamc) at home

2015-05-24 Thread U.Mutlu via xmail
@ http://wiki.apache.org/spamassassin/ cu Uenal Spyros Tsiolis via xmail wrote on 05/24/2015 06:34 PM: I was introduced to XMail by a colleague of mine. At first it seemed cryptic and it still is for some stuff I am interested in. I've been using it since 2003 and never looked back

Re: [xmail] new maintainer for the 1.27 branch

2015-05-24 Thread U.Mutlu via xmail
Hi Bart All, Bart Mortelmans via xmail wrote on 05/16/2015 10:27 PM: I have been using XMail for what must have been almost 15 years. I still prefer XMail for anything that does not need IMAP. I have no experience yet with Dovecot, but what does it mean when they say If you already have

Re: [xmail] new maintainer for the 1.27 branch

2015-05-24 Thread Spyros Tsiolis via xmail
I was introduced to XMail by a colleague of mine. At first it seemed cryptic and it still is for some stuff I am interested in. I've been using it since 2003 and never looked back. --- On Sun, 24/5/15, U.Mutlu via xmail xmail@xmailserver.org wrote

[xmail] Tip: Speeding up xmail by pointing envvar XMAIL_TEMP to a ramdisk

2015-05-24 Thread U.Mutlu via xmail
Tip: Speeding up xmail by pointing envvar XMAIL_TEMP to a ramdisk (here on Linux using a 64 MB ramdisk mounted to /mnt/ramdisk ) mkdir -p /mnt/ramdisk in /etc/fstab: tmpfs /mnt/ramdisk tmpfs nodev,size=64M 0 0 then either reboot or use this cmd: mount /mnt/ramdisk in xmail start script

Re: [xmail] new maintainer for the 1.27 branch

2015-05-24 Thread Stefano Straus via xmail
I think that a github repo is better and easier to fork just in case someone else will contribute. Stefano Il giorno 24/mag/2015, alle ore 18:09, U.Mutlu via xmail xmail@xmailserver.org ha scritto: Hi Bart All, Bart Mortelmans via xmail wrote on 05/16/2015 10:27 PM: I have been

[xmail] server redundancy

2015-05-21 Thread Marco Marino via xmail
Hi, i'm using xmail but i need to create a cluster with 2 active server. In particular i need to share the mail folder. Is there some solution for this task? I thought to nfs is this a good idea? I can use drbd with on top iscsi, but i don't know if iscsi supports multiple mount from multiple

Re: [xmail] thx to xmail and its author

2015-05-16 Thread David Lord via xmail
On 16 May 2015 at 16:00, U.Mutlu via xmail wrote: Hi folks, I'm using xmail for a long time now (maybe 7 yrs), and I'm still very satisfied with it. OTOH I must admit I'm using it only for a small number of users, and I've used (before xmail) only one other mail-system (it was qmail iirc

[xmail] thx to xmail and its author

2015-05-16 Thread U.Mutlu via xmail
Hi folks, I'm using xmail for a long time now (maybe 7 yrs), and I'm still very satisfied with it. OTOH I must admit I'm using it only for a small number of users, and I've used (before xmail) only one other mail-system (it was qmail iirc). I'm using a self-compiled version of xmail

Re: [xmail] thx to xmail and its author

2015-05-16 Thread Bart Mortelmans via xmail
Hi, I have been using XMail for what must have been almost 15 years. I still prefer XMail for anything that does not need IMAP. I made some small changes to the code. If anybody would be willing to pick up XMail and start development again, I hope that these changes can also get into the new

[xmail] non-delivered mails not listed in the logs

2015-04-30 Thread U.Mutlu via xmail
Hi, anybody left here? :-) Can anybody confirm this? : It seems xmail does not make a log entry for a non-deliverable mail. Though it sends an error mail to the sender (Subject Error sending message ...). This is not optimal, since the mail admin should have the possibility to inform himself

Re: [xmail] non-delivered mails not listed in the logs

2015-04-30 Thread Gilad Odinak via xmail
I'm still here :) You can set ErrorsAdmin in server.tab to an email address that will receive delivery failure notification On 04/30/2015 04:56 AM, U.Mutlu via xmail wrote: Hi, anybody left here? :-) Can anybody confirm this? : It seems xmail does not make a log entry for a non

Re: [xmail] non-delivered mails not listed in the logs

2015-04-30 Thread Sob via xmail
Hi, still here, waiting for new XMail version, after such long time it must be any day now. ;) What you want are ErrorsAdmin and TempErrorsAdmin variables in server.tab: [ErrorsAdmin] The email address that receives notification messages for every message that has had delivery errors

[xmail] xmail 1.27-1.1+b1 on Debian 7

2014-05-31 Thread Carlos Bazán
Hi, I've just installed xmail 1.27-1.1+b1 on a debian 7.5.0 station and I can't get emails in my mailbox. There isn't troubles in sending emails to the world but not receiving from the world. The smtp log say that's everything Ok. Recently I was running on a debian 6 station xmail 1.27-1.1

[xmail] Simple openrelay for my local lan

2014-03-22 Thread Marco Sommella
Temporary delivery error SMTP-Server = smtp.google.com:587 Any help? Thanks Marco Sommella marco.somme...@gmail.com ___ xmail mailing list xmail@xmailserver.org http

[xmail] Problems on xmail configuration

2014-03-21 Thread Ralf Moeller
Hello. I've the problem that some servers out of any reason cant/does not send there mails to my xmail-accounts. these mails are rejected either by my xmail-server or the opposite uploading mailserver. I can's see anything in logfiles what says about why that problem is as it is. my domain

[xmail] Problems on xmail configuration

2014-03-21 Thread Ralf Moeller
Hello. I've the problem that some servers out of any reason cant/does not send there mails to my xmail-accounts. these mails are rejected either by my xmail-server or the opposite uploading mailserver. I can's see anything in logfiles what says about why that problem is as it is. my domain

[xmail] xmail on 64-bit systems ?

2014-03-20 Thread Spyros Tsiolis
Hello all, I tried to compile XMail on a 64-bit CentOS v6.5 server but it failed. Is there a 64-bit version of XMail I don't know of ? Is there a switch ? I am stuck . . . . tia, s. ___ xmail mailing list xmail@xmailserver.org http

[xmail] xmail on 64-bit systems ? - Strike my last !

2014-03-20 Thread Spyros Tsiolis
Hello all, Please strike my last and my ignorance. Should've done my homework first. Apologies to all. gcc-g++ was missing on the CentOS system I was trying to compile . ta, s. ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org

Re: [xmail] xmail on 64-bit systems ?

2014-03-20 Thread Dmitriy Vitoshnov
Hello I use XMail on 64-bit Ubuntu server. I haven't any problems with compilation. -Original Message- From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org] On Behalf Of Spyros Tsiolis Sent: Thursday, March 20, 2014 2:40 PM To: XMail List Subject: [xmail] xmail

Re: [xmail] xmail on 64-bit systems ?

2014-03-20 Thread Wijatmoko U. Prayitno
is there any error messages when compiled xmail? could you share/post here? maybe the *-devel packages is missing? On Thu, 20 Mar 2014 08:40:11 + (GMT) Spyros Tsiolis sts...@yahoo.co.uk wrote: I tried to compile XMail on a 64-bit CentOS v6.5 server but it failed. Is there a 64-bit version

Re: [xmail] xmail on 64-bit systems ?

2014-03-20 Thread Spyros Tsiolis
Hi there, Yes, there was an error message. Something like g++ is missing, cannot find ... gcc-g++ was not installed :-) s. On Thu, 20/3/14, Wijatmoko U. Prayitno k...@crypto.my.id wrote: Subject: Re: [xmail] xmail on 64-bit systems ? To: xmail

[xmail] tls

2014-01-05 Thread Spyros Tsiolis
Hello all, Does XMail support TLS ? Any pointers ? Best, s..___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] tls

2014-01-05 Thread Bart Mortelmans
Spyros Tsiolis schreef op 5/01/14 20:30: Does XMail support TLS ? yes ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

[xmail] weird exceeded storage allocation message

2013-12-30 Thread Spyros Tsiolis
Hello all, first the versions : uname -a : Linux jekyll 2.6.18-194.17.1.el5 #1 SMP Wed Sep 29 12:51:33 EDT 2010 i686 i686 i386 GNU/Linux root@prompt : more /etc/redhat-release CentOS release 5.5 (Final) XMail v1.27 Hardware is i386 For one and only one account it comes up

Re: [xmail] weird exceeded storage allocation message

2013-12-30 Thread Edinilson - ATINET
Try to delete the account and create it again (via CTRL protocol). Maybe wrong permissions in the folder, etc. Edinilson -- ATINET Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: Spyros Tsiolis To: XMail

Re: [xmail] weird exceeded storage allocation message

2013-12-30 Thread Spyros Tsiolis
To: Spyros Tsiolis sts...@yahoo.co.uk; XMail Users Mailing List xmail@xmailserver.org Sent: Monday, 30 December 2013, 18:50 Subject: Re: [xmail] weird exceeded storage allocation message  Try to delete the account and create it again (via CTRL protocol).   Maybe wrong permissions in the folder

Re: [xmail] Address family fallback bug

2013-10-09 Thread fcxmail
for win32) for testing ? (i don't have vc compiler here) If you don't fear binaries from untrusted strangers, this is what I currently use: http://web.hisoftware.cz/sob/download/XMail-1.27-af-fix-test1.7z No problems so far. -- ___ xmail mailing

Re: [xmail] Address family fallback bug

2013-10-09 Thread fcxmail
binaries available (here for win32) for testing ? (i don't have vc compiler here) If you don't fear binaries from untrusted strangers, this is what I currently use: http://web.hisoftware.cz/sob/download/XMail-1.27-af-fix-test1.7z No problems so far

[xmail] Custmapslist Timeout

2013-10-01 Thread RITTIKORN LAOAROON
Hi, For Custmapslist in server.tab it possible to set timeout? Ex. If cannot connect to bl.spamcop.net in 30 second, it automatic timeout and bypass mail send as normal. Now I found problem if cannot connect to RBL site XMail it no respond (SMTP). Regards, Rittikorn L

Re: [xmail] Custmapslist Timeout

2013-10-01 Thread Edinilson - ATINET
to see the log of the query to the maps-root? no log, otherwise it would be too easy to use XMail :-) How may I inform back to the user that it's mail server is in a black list and cannot relay to our server?, some postmaster explanation? blacklisting is a pre-enter filter, messages of listed IP

Re: [xmail] Custmapslist Timeout

2013-10-01 Thread Rittikorn L .
Thank you, but I wonder why my case mail not go through or it take a time? I wait more than 5 minutes but no luck. Sent from smart phone server. (SPS) From: Edinilson - ATINET Sent: 1/10/2013 21:32 To: XMail Users Mailing List Subject: Re: [xmail] Custmapslist

Re: [xmail] Custmapslist Timeout

2013-10-01 Thread Edinilson - ATINET
; XMail Users Mailing List Sent: Tuesday, October 01, 2013 11:38 AM Subject: RE: [xmail] Custmapslist Timeout Thank you, but I wonder why my case mail not go through or it take a time? I wait more than 5 minutes but no luck. Sent from smart phone server. (SPS) From: Edinilson - ATINET Sent: 1/10

[xmail] SSL/TLS enhancement for xMail

2013-09-06 Thread Stefan
Hi I coded an SSL/TLS enhancement for xMail. You can define the cipher list (and disable unwanted, insecure ciphers). Now Diffie-Hellman ciphers are possible. Furthermore received-lines have information about encrypted connection. More information and patch @ http://www.ionum.ch/tools/ so

[xmail] R: SSL/TLS enhancement for xMail

2013-09-06 Thread Stefano Straus
Great job. Anyone is implementing DKIM? -Messaggio originale- Da: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org] Per conto di Stefan Inviato: venerdì 6 settembre 2013 17:21 A: xmail@xmailserver.org Oggetto: [xmail] SSL/TLS enhancement for xMail Hi I coded an SSL

[xmail] 1.27: DNS resolution fails

2013-08-29 Thread Stephan Mueller
Hi, I have the problem that my installation of XMail 1.27 cannot resolve DNS addresses. To be specific, when stracing the SMAIL process, it creates a socket and connects() to 127.0.0.1 at port 53 (I use SmartDNSHost of localhost). However, the SMAIL process does not get a return from the DNS

Re: [xmail] alias bug

2013-06-18 Thread Helio Cavichiolo Jr
, or maybe a design/api bug? Would be nice if a new version came out including these issues... ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail ___ xmail mailing

Re: [xmail] xmail bug: filter return codes wrong

2013-05-25 Thread U.Mutlu
Hi Edinilson, thanks for the info. I must have mixed up the SMTP filters with the other filters. The xmail documentation is unfortunately a little bit wild, it better should be grouped into real sections, and numbered with section and paragraph numbers for easier reading and referencing. BTW

[xmail] Preventing deleting of messages on the server when fetching by mail client

2013-05-25 Thread U.Mutlu
Hi, is it possible with xmail to have a mailbox where the content cannot be deleted by the user via his mail reader? This is to allow multiple users to share the same mailbox, a kind of collaboration. When one user fetches the (new) mails with his mail client then normally the message gets

Re: [xmail] user permission RA

2013-05-25 Thread U.Mutlu
Yes, it seems that was it! After restarting xmail it worked as advertised :-) Edinilson - ATINET wrote, On 05/24/2013 09:30 PM: How are you dealing with XMail´s files? Be careful because some files are indexed and you CAN´T edit them directly. Edinilson

Re: [xmail] user permission RA

2013-05-24 Thread Edinilson - ATINET
Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: U.Mutlu um4...@mutluit.com To: xmail@xmailserver.org Sent: Thursday, May 23, 2013 6:41 AM Subject: [xmail] user permission RA Hi, does anybody know what the RA user permission means? This is when adding

Re: [xmail] xmail bug: filter return codes wrong

2013-05-24 Thread Edinilson - ATINET
-- ATINET Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: U.Mutlu um4...@mutluit.com To: xmail@xmailserver.org Sent: Thursday, May 23, 2013 12:54 PM Subject: [xmail] xmail bug: filter return codes wrong The xmail documentation says

Re: [xmail] xmail bug: filter return codes wrong

2013-05-24 Thread U.Mutlu
fine for years. Regards Edinilson -- ATINET Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: U.Mutlu um4...@mutluit.com To: xmail@xmailserver.org Sent: Thursday, May 23, 2013 12:54 PM Subject: [xmail] xmail bug: filter

Re: [xmail] user permission RA

2013-05-24 Thread U.Mutlu
...@mutluit.com To: xmail@xmailserver.org Sent: Thursday, May 23, 2013 6:41 AM Subject: [xmail] user permission RA Hi, does anybody know what the RA user permission means? This is when adding a 'mailing list user' with CtrlClnt mluseradd. ___ xmail mailing list

Re: [xmail] xmail bug: filter return codes wrong

2013-05-24 Thread Edinilson - ATINET
...@mutluit.com To: XMail Users Mailing List xmail@xmailserver.org Sent: Friday, May 24, 2013 10:18 AM Subject: Re: [xmail] xmail bug: filter return codes wrong There is only one flag value, 16, it's optional and means to stop processing any further filters in the chain, ie. an early-break signal. I

Re: [xmail] user permission RA

2013-05-24 Thread Edinilson - ATINET
How are you dealing with XMail´s files? Be careful because some files are indexed and you CAN´T edit them directly. Edinilson -- ATINET Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: U.Mutlu um4...@mutluit.com

[xmail] user permission RA

2013-05-23 Thread U.Mutlu
Hi, does anybody know what the RA user permission means? This is when adding a 'mailing list user' with CtrlClnt mluseradd. ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

[xmail] xmail bug: filter return codes wrong

2013-05-23 Thread U.Mutlu
The xmail documentation says: If this filters returns '4, 5 or 6' the message is rejected and is stopped in its travel. If the filter modifies the message it must return '7'. But, this info seems to be totally wrong, as only 0 and 3 is working (plus adding 16 to it for stopping processing

Re: [xmail] SPF update?

2013-05-22 Thread Spyros Tsiolis
- Original Message - From: U.Mutlu um4...@mutluit.com To: XMail Users Mailing List xmail@xmailserver.org Cc: Sent: Wednesday, 22 May 2013, 0:52 Subject: Re: [xmail] SPF update? Too bad xmail doesn't have natively spf-support yet, many other mailers do: http://www.openspf.org

[xmail] message logging

2013-05-21 Thread Spyros Tsiolis
XMail or an anti-spam solution I've adopted since about 2004. I would like to monitor the mail that goes out to the world. Can I do this with XMail ? Do I check the logs ? Which logs ? I've never done this before, so I would be greatful to any help. thank you, spyros   I merely function

Re: [xmail] message logging

2013-05-21 Thread Ivo Smits
(in a Received: line)? You could try to look into the XMail SMTP logs. Their location depends on the OS. If the spam mails are listed in these logs, something else is sending the emails to your XMail server and your XMail server is forwarding these spam messages. In this case you can find the IP

Re: [xmail] message logging

2013-05-21 Thread Stefano Pascucci
address (the boss' actually) and is sending spam to the outside world. To an extend, I've managed to isolate the problem and it seems it's the mail server itself. I still don't know if it's XMail or an anti-spam solution I've adopted since about 2004. I would like to monitor the mail that goes out

Re: [xmail] message logging

2013-05-21 Thread Spyros Tsiolis
From: Stefano Pascucci s.pascu...@cdq.it To: XMail Users Mailing List xmail@xmailserver.org Sent: Tuesday, 21 May 2013, 19:05 Subject: Re: [xmail] message logging Hi Spyros I experienced a similar situation some months ago: one of my   server

Re: [xmail] SPF update?

2013-05-21 Thread Edinilson - ATINET
Below a message from Davide about SPF: -- On Thu, 29 Jan 2009, Ralf wrote: I'm trying to switch from qmail to xmail. There I had SPF activated and would like to use SPF also in xmail. I saw that there is a perl script for SPF (http://www.xmailserver.org

Re: [xmail] message logging

2013-05-21 Thread Edinilson - ATINET
I think that the best way to avoid this kind of problem is making an OUTPUT filter that insert email headers (from, to, date/time) into a sql table to EACH message your XMail sends. So you can schedule another script in your OS (every 5 minutes, for example) that sum these table rows and take

Re: [xmail] SPF update?

2013-05-21 Thread U.Mutlu
Too bad xmail doesn't have natively spf-support yet, many other mailers do: http://www.openspf.org/Implementations Here's a description of my solution of SPF with xmail: I tried to use the xm-spf.pl, but perl reported some errors about a missing component or so. Then I found a package named

[xmail] SPF update?

2013-05-19 Thread U.Mutlu
nowadays? Thx ___ xmail mailing list xmail@xmailserver.org http://xmailserver.org/mailman/listinfo/xmail

Re: [xmail] a strange issue

2013-05-10 Thread Edinilson - ATINET
To which firewall have you migrated to? Pfsense? Did you change MTU size in migration? Regards Edinilson -- ATINET Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br - Original Message - From: Spyros Tsiolis To: XMail List Sent

[xmail] a strange issue

2013-04-30 Thread Spyros Tsiolis
Hello all, Long time no write. I have an issue with two Xmail installations. I suspect that it's not XMail per se, but I need your feedback. Two companies with main and branch offices. All main offices are connected to branch offices via ipsec and static VPNs. I lately upgraded the firewall

[xmail] Email auto add in SPAM-ADDRESS.TAB and SPAMMERS.TAB

2013-04-25 Thread Rittikorn L .
Sent:Thu 25-04-2013 01:30 Subject:Re: [xmail] Email auto add in SPAM-ADDRESS.TAB and SPAMMERS.TAB To:XMail Users Mailing List xmail@xmailserver.org; Are you sure that no anti-spam or some script is running in your server? Xmail, by default, doesn´t add entries in theses files automatically. Try

  1   2   3   4   5   6   7   8   9   10   >