[xmail] limit #of messages/day

2009-07-20 Thread Matic . list
Hi,

has anyone allready designed a filter that can limit number of messages a
user can sent per day/hour/...?


Regards,
Matic

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


[xmail] Re: filter problem when running in daemon mode

2007-11-26 Thread Matic
 Damn, I thought you were a wizard! :( 
Seriously, i thought it might be some specific system code or whatever. I
will have to look at how to reproduce this error (exit code) in environmet
when loged in to console.
What exactly does -X- startup option do - beside the obvius "SMTPS - Disable
the service."

I thought (wrong again) that this disables the SSL for SMTP and removes the
need for server.key and server.cert. I've found out that I was wrong cause
there were SMTP=ESSL error inf SMTP log.



Davide Libenzi pravi:

On Mon, 26 Nov 2007, Matic wrote: Hi, I have moved the script from
mailproc.tab to filters.in.tab to se what would be in the filterslog and
thisis it: ... "in" "" "0" "250" "path to the executabale" what
couldcause the 250 exit code? You ask me?!? That's the exit code of your
script/app. It was successfully executed by XMail (return code == 0), but
250is what your script returned. - Davide - 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
bodyof a message to [EMAIL PROTECTED] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
-
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]



[xmail] Re: filter problem when running in daemon mode

2007-11-26 Thread Matic
Hi,

I have moved the script from mailproc.tab to filters.in.tab to se what 
would be in the filterslog
and this is it:

.. "in"   ""   "0"   "250"   "path to the executabale"

what could cause the 250 exit code?





Davide wrote:

The environment used by a shell script running in your logged-in console, 
and the one used during a daemon/root console, is different. Your script 
is depending (directly, or indirectly) by that, and hence it is failing.



- Davide


-
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]



[xmail] filter problem when running in daemon mode

2007-11-25 Thread Matic
hi

i have just moved one xmail server from win to linux and everything 
seems to work fine. I just have one glitch with one of the filters in 
mailproc

in mailproc.tab i have
"mailbox"
"external"   "path to bash script"   "@@FILE"   (real TABs)

in bash script I have some mime extract functions and in the end I call 
another bash script so it looks something like that

munpack $1
mv *.png picture.png


echo "#!/bin/bash" >script2
cat list | while read line
echo 'email -f [EMAIL PROTECTED] -n test -a picture.png -b line >>script2
done
chmod 700 script2
../script2


so, I extract picture from the incoming mail and then create a bash 
scripts that sends mail with embeded picture to all recipients in a list 
file and run that bash script (email is a mail client from 
email.cleancode.org)

The problem is that *when running in debug mode this just works fine* 
but when running as daemon the second script does not get executed. The 
script2 is 100% created but not executed. Any idea why?

-
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]



[xmail] Re: long delay before xmail header

2007-11-24 Thread Matic
 I meant etc/hosts file
10.0.0.11   srv6
.
the strangest thing is that if I exec telnet 10.0.2.2 25 I get
Connected..
Escape chara.

and no xmail header


but if I press enter 2 times I immediately get the xmail header and 2 times
500 Syntax error (for the two empty lines)









Davide Libenzi pravi: On Thu, 22 Nov 2007, Matic wrote: yes, it is in
privaterange behind NAT Davide Libenzi pravi: On Thu, 22 Nov 2007, Matic
wrote: if I connect from anyother computer on the network or even from
outside of network the header comes up immediately so I think this is
IP->hostname resolution, but htne again i have a record for this IP in xmail
hosts file. Wait a minute. What do you mean for "xmail hosts file"? - Davide
- 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] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
-
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]



[xmail] Re: long delay before xmail header

2007-11-22 Thread Matic
 yes, it is in private range behind NAT

Davide Libenzi pravi: On Thu, 22 Nov 2007, Matic wrote: if I connect from
anyother computer on the network or even from outside of network the header
comes up immediately so I think this is IP->hostname resolution, but htne
again i have a record for this IP in xmail hosts file. any suggestion how
could I test this? Do you hit the same local IP, when connecting from
outside? - Davide - To unsubscribe from this list: send the line
"unsubscribexmail" in the body of a message to [EMAIL PROTECTED]
Forgeneral help: send the line "help" in the body of a message to
[EMAIL PROTECTED] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
-
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]



[xmail] Re: long delay before xmail header

2007-11-22 Thread Matic
 if I connect from any other computer on the network or even from outside of
network the header comes up immediately so I think this is IP->hostname
resolution, but htne again i have a record for this IP in xmail hosts file.
any suggestion how could I test this? 
Davide Libenzi pravi: On Thu, 22 Nov 2007, Matic wrote: Hi, I am
experiencinglong delay before initial header and only from one machine. All
other machines with same netmask and connected to same switch get the xmail
response immediately. What could be the cause for such behavior? It is a DNS
slowdown. Either the localIP->hostname is slow (more difficult), or you have
some Maps setup that have long delays. - Davide - 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
bodyof a message to [EMAIL PROTECTED] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
-
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]



[xmail] long delay before xmail header

2007-11-22 Thread Matic
Hi,
I am experiencing long delay before initial header and only from one 
machine. All other machines with same netmask and connected to same 
switch get the xmail response immediately. What could be the cause for 
such behavior?





-
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]



[xmail] Re: Exchange Server 2003 smtp auth login problem when connecting as c lient to xmail server

2007-09-22 Thread Matic
 Hi Davide
since you are obviusly preparing new release I have to ask you if there is
any chance of getting my change 
- adding sign % as the possible separator  for the username (beside "@:" )
into offical xmail code?

I know I can make that change with every new release but it would make Xmail
more future packed program.


Regards,
Matic



Davide Libenzi pravi: On Wed, 19 Sep 2007, CLEMENT Francis wrote:
-Message d'origine- De: [EMAIL PROTECTED] A:
'[EMAIL PROTECTED]' Date: 19/09/07 17:01 Objet: [xmail] Re: Exchange
Server 2003 smtp auth login problem when connecting as c lient to xmail
server On Wed, 19 Sep 2007, CLEMENT Francis wrote: Cool :) Will be in
1.25pre17 ? pre17 is already out :) It'll be in pre18. - Davide I missed
pre17 ?!? oups :) My fault. It's announcement was hidden in anothe thread. -
Davide - 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] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:xmail@xmailserver.org
   3 mailto:[EMAIL PROTECTED]
   4 mailto:[EMAIL PROTECTED]
-
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]



[xmail] Re: login with % instead of @

2007-08-25 Thread Matic
never mind - I think I have done it, I just had to bloat my computer 
with VC++ 2005 Express Edition and SDK for Win (and it took "less" than 
2 Gb on disk :(o )

I've changed
#define POP3_USER_SPLITTERS "@:"
to
#define POP3_USER_SPLITTERS "@:\%"

in POP3Utils.h file
I believe this is used for both POP3 and SMTP authentication - am I 
rigth Davide?
Do you think this change could break something else?



Matic pravi:
>  Hi,
> I have found out that Davide added ":" as separator in v0.58 for POP3 and in
> v0.61 also for SMTP authentication. 
>
> Davide (or any other C guru), could you point me to where these was added in
> source and how could I add "%" also as separator - if that is possible.
> Can somebody give me a hint on how to compile changed Xmail source on
> windows?
> If you could provide me with compiled win binary that has that change, that
> would be more than great.
>
> Thanks
>
>
>
> Matic pravi: Hi. is it possible to login to xmail server with % instead of @
> in user email - user%domain.com instead of [EMAIL PROTECTED] I have to
> migrate 500+ accounts from some other provider where they authenticated the
> users with mentioned format. I think there was a discussion on this list a
> while ago but i can't find it. I tried with telnet but Xmail don't seem to
> recognize it - if I login with user%domain.com Xmail prompts for password
> [EMAIL PROTECTED] Matic - 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
> bodyof a message to [EMAIL PROTECTED] 
>
> --- Links ---
>1 mailto:[EMAIL PROTECTED]
>2 mailto:[EMAIL PROTECTED]
>3 mailto:[EMAIL PROTECTED]
> -
> 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]
>
>
>   
-
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]



[xmail] Re: login with % instead of @

2007-08-24 Thread Matic
 Hi,
I have found out that Davide added ":" as separator in v0.58 for POP3 and in
v0.61 also for SMTP authentication. 

Davide (or any other C guru), could you point me to where these was added in
source and how could I add "%" also as separator - if that is possible.
Can somebody give me a hint on how to compile changed Xmail source on
windows?
If you could provide me with compiled win binary that has that change, that
would be more than great.

Thanks



Matic pravi: Hi. is it possible to login to xmail server with % instead of @
in user email - user%domain.com instead of [EMAIL PROTECTED] I have to
migrate 500+ accounts from some other provider where they authenticated the
users with mentioned format. I think there was a discussion on this list a
while ago but i can't find it. I tried with telnet but Xmail don't seem to
recognize it - if I login with user%domain.com Xmail prompts for password
[EMAIL PROTECTED] Matic - 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
bodyof a message to [EMAIL PROTECTED] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
   3 mailto:[EMAIL PROTECTED]
-
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]



[xmail] login with % instead of @

2007-08-24 Thread Matic
Hi.

is it possible to login to xmail server with % instead of @ in user 
email - user%domain.com instead of [EMAIL PROTECTED]

I have to migrate 500+ accounts from some other provider where they 
authenticated the users with mentioned format. I think there was a 
discussion on this list a while ago but i can't find it.

I tried with telnet but Xmail don't seem to recognize it - if I login 
with user%domain.com Xmail prompts for password for 
[EMAIL PROTECTED]


Matic

-
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]



[xmail] Re: problem with gmail

2007-07-17 Thread Matic
 Hi,
I have just completed a simple test. First I created a domain with MX set to
the same IP as the currently gmail troubled server. I've tried to sent mail
from gmail and some other providers and all except gmail went through OK.
Then I created new domain with MX set to another IP but connected to the
same
router/firewall and the same Xmail server. Mail sent from gmail did come
through without any problem.

It seems to me that google or some firewall they use somehow blacklisted the
first IP. I think it was because a clients domain had expired and after
realising that, they also managed to enter 2 MX records in DNS with one
pointing to the non existent mail server. Both domain and DNS are as they
should be for more then a week now. We have now sent that information to the
google mail support staff and are still waiting for the answer. I will let
know if that solved that issue.

Matic



CLEMENT Francis pravi: Xmail does not do any 'callback' to verify sender
email ... (The only way to do this is from a filter. And in any cases
currently xmail first possible filter execution is AFTER 'RCPT TO' smtp
command, not just after HELO/EHLO command. The only internal filtering in
xmail is on ip address at connection from spammers.tab, ipprop.tab, ...
files) The Google/Gmail staff response seems to be unapproriate for the
present problem :( Did you do some network analysis on both sides of your
firewall to see if gmail servers really try to connect to you and where in
the process of the connection it ends exactly ? Francis -Message
d'origine- De: [EMAIL PROTECTED] A:
[EMAIL PROTECTED]: 17/07/07 09:16 Objet: [xmail] Re: problem with
gmail Hi, we have got an answer from google support:

--- Hello, Thank you for your report. Please contact the
recipient's webmail provider and ask them to whitelist Gmail from callback
verification. Callback verification is a technique used by SMTP software
thatattempts to open a new connection to any server that it doesn't
recognizewith a blank message. Because these attempts to verify sending
addresses can happen very frequently, traffic may appear as a Denail of
Service attack, which will prompt Gmail servers to block these messages.
Gmail does not support sender verification, and suggests that other webmail
providers adopt SPF or DomainKeys instead.

--- What the heck do they mean by this? Xmail doesn't support
callback verification, does it? Matic CLEMENT Francis pravi: -Message
d'origine- De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de Ivo Smits Envoy=E9 :
jeudi 12 juillet 2007 14:11 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Re: problem with gmail Maybe glst is dropping the connection when google
doesn't=20 expect it to be=20 dropped.. Can you try without glst? I don't
fing glst is the problem here as : 1 - glst is not 'runnable' until "MAIL
FROM" and "RCPT TO" are received = (it needs a 'triplet' to do correct work)
2 - and in any cases, if glst returns a 'drop' code to xmail, then a = line
will appears in the smtp logs with ERR=3DEFILTER But here Matic says 'no
linein xmail logs at all' for this connection. Same case if ip in
spammers.tab file, xmail logs the action in smtp = log. I think the problem
is not xmail nor any filter after xmail. Francis - 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
bodyof a message to [EMAIL PROTECTED] - 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
bodyof a message to [EMAIL PROTECTED] - 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] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:xmail@xmailserver.org
   3 mailto:[EMAIL PROTECTED]
   4 mailto:[EMAIL PROTECTED]
   5 mailto:xmail@xmailserver.org
   6 mailto:[EMAIL PROTECTED]
   7 mailto:[EMAIL PROTECTED]
   8 mailto:[EMAIL PROTECTED]
   9 mailto:[EMAIL PROTECTED]
  10 mailto:[EMAIL PROTECTED]
  11 mailto:[EMAIL PROTECTED]
-
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]



[xmail] Re: problem with gmail

2007-07-17 Thread Matic
Hi,
we have got an answer from google support:
---
Hello,

Thank you for your report. Please contact the recipient's webmail provider
and ask them to whitelist Gmail from callback verification.

Callback verification is a technique used by SMTP software that attempts
to open a new connection to any server that it doesn't recognize with a
blank message. Because these attempts to verify sending addresses can
happen very frequently, traffic may appear as a Denail of Service attack,
which will prompt Gmail servers to block these messages. Gmail does not
support sender verification, and suggests that other webmail providers
adopt SPF or DomainKeys instead.
---

What the heck do they mean by this? Xmail doesn't support callback 
verification, does it?


Matic


CLEMENT Francis pravi:
>> -Message d'origine-
>> De : [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] la part de Ivo Smits
>> Envoy=E9 : jeudi 12 juillet 2007 14:11
>> =C0 : xmail@xmailserver.org
>> Objet : [xmail] Re: problem with gmail
>>
>>
>> Maybe glst is dropping the connection when google doesn't=20
>> expect it to be=20
>> dropped..
>> Can you try without glst?
>>
>> 
>
> I don't fing glst is the problem here as :
> 1 - glst is not 'runnable' until "MAIL FROM" and "RCPT TO" are received =
> (it
> needs a 'triplet' to do correct work)
> 2 - and in any cases, if glst returns a 'drop' code to xmail, then a =
> line
> will appears in the smtp logs with ERR=3DEFILTER
> But here Matic says 'no line in xmail logs at all' for this connection.
>
> Same case if ip in spammers.tab file, xmail logs the action in smtp =
> log.
>
> I think the problem is not xmail nor any filter after xmail.
>
> Francis
> -
> 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]
>
>
>   


-
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]



[xmail] Re: problem with gmail

2007-07-11 Thread Matic
 The firewall is a Zyxel Zywall5 and the problem occoured aprox. 14 days ago
and we haven't touched the firewall in any way for at least couple of
months.I have also come to this conclusion but then it must be something on
the way from google to our ISP. From every available network I could try
EHLOcommand works just fine. Mail from other well known public providers
works normal.




Rob Arends pravi: Gut feel says there is a firewall (appliance?) that is
forcing a limited set of SMTP commands. Like HELO, but not EHLO. The Cisco
PIX does this if you have 'fixup smtp' on. Just turn it off. It will also
allow authenticated SMTP too then. If not a FW, then dunno!! Rob :-)
_ It might look like I'm
doing nothing, but on a cellular level, I'm quite busy. -Original
Message- From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matic Sent: Monday,
July 09, 2007 8:07 PM To: [EMAIL PROTECTED] Subject: [xmail] problem
with gmail Hi, we have a problem with sending mail from gmail accounts to
ourserver. Here is a delivery report from gmail:
- Subject: Delivery
Status Notification (Failure) This is an automatically generated Delivery
Status Notification Delivery to the following recipient failed permanently:
[EMAIL PROTECTED] Technical details of permanent failure: TEMP_FAILURE: 
Connection
was dropped by remote host (SENT_EHLO)
- There is no entry in
log for this connection (which is kind of logical since the connection was
presumably dropped before any useful data)T We are only using glst. Any
ideason how to threat this problem? Matic - 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
bodyof a message to [EMAIL PROTECTED] - 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
bodyof a message to [EMAIL PROTECTED] 

--- Links ---
   1 mailto:[EMAIL PROTECTED]
   2 mailto:[EMAIL PROTECTED]
   3 mailto:xmail@xmailserver.org
   4 mailto:[EMAIL PROTECTED]
   5 mailto:[EMAIL PROTECTED]
   6 mailto:[EMAIL PROTECTED]
   7 mailto:[EMAIL PROTECTED]
-
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]



[xmail] problem with gmail

2007-07-09 Thread Matic
Hi,
we have a problem with sending mail from gmail accounts to our server. 
Here is a delivery report from gmail:

-
Subject: Delivery Status Notification (Failure)

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

 [EMAIL PROTECTED]

Technical details of permanent failure:
TEMP_FAILURE: Connection was dropped by remote host (SENT_EHLO)
-

There is no entry in log for this connection (which is kind of logical 
since the connection was presumably dropped before any useful data)T
We are only using glst. Any ideas on how to threat this problem?


Matic


-
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]



[xmail] Re: Mail box full

2006-10-27 Thread Matic
yeah, I thought of that, but this would be quite an overhead compared to 
the check that actually has to be done before message is delivered

Matic


Davide Libenzi pravi:
> On Fri, 27 Oct 2006, Matic wrote:
>
>   
>> Is it possible to let users know when their mailbox is full - could 
>> Xmail deliver one short message to the users mbox when it responds "mail 
>> box full".
>> People manage to fill their mbox within 7 days with all sort of huge 
>> attachments.
>> 
>
> cron job, for each mbox, if overflow, drop message inside.
>
>
>
> - Davide
>
>
> -
> 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]
>
>
>   



-
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]



[xmail] Mail box full

2006-10-27 Thread Matic
Hi!



Is it possible to let users know when their mailbox is full - could 
Xmail deliver one short message to the users mbox when it responds "mail 
box full".
People manage to fill their mbox within 7 days with all sort of huge 
attachments.



Matic


-
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]



[xmail] Re: GLST on secondary server

2006-06-15 Thread Matic
it should read

I **dont** want to get big delay in mail delivery.




> Hi!
>
> What is the best way to implement the GLST on a secondary mail server? I 
> want to get big delay in mail delivery.
> What is the recommended GLST database cleanup procedure and how often 
> should it be done?
>
> Matic
> -
> 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]
>
>
>   



-
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]



[xmail] GLST on secondary server

2006-06-15 Thread Matic

Hi!

What is the best way to implement the GLST on a secondary mail server? I 
want to get big delay in mail delivery.
What is the recommended GLST database cleanup procedure and how often 
should it be done?

Matic
-
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]



[xmail] How to move domain

2006-02-24 Thread Matic

What is the best way to move domain (&users) from one xmail server to 
another. I plan to do this:

1. get the users from mailusers.tab (grep \"domain.com\" mailusers.tab > 
domainusers)
2. get the aliases for that domain (grep \"domain.com\" aliases.tab > 
domainaliases)
3. create a domain on a 2nd server
4. stop the server
5. add domainusers to mailusers.tab
6. add domainaliases to aliases.tab
7. copy directory domain.com from domains on 1st server to the second 
(leftover mail and mailproc.tab)
8. start 2nd server
8. delete domain from 1st server
9. create custom domain on 1st server with smtprelay to 2nd server
10. change MX records in DNS

Did I forget anything?
-
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]



[xmail] Re: Xmail 1.22 retries on 'bad' email addresses !

2006-02-17 Thread Matic
Hi,

I also have the same problem here, with many clients that somehow got 
into their fu Outlook addresses with single quotes for example 
'[EMAIL PROTECTED]'
I have checked and Thunderbird also fails to notify of bad address 
format, so M$ is not the only one to blaim.
Maybe checking this would not be to bad.

P.S.: I would wait for this "future" a bit longer if IMAP should come 
first ;)

Matic





Davide Libenzi pravi:
> On Fri, 17 Feb 2006, CLEMENT Francis wrote:
>
>   
>> Hello Davide and list
>>
>> I don't know if i reported this problem before so excuse me if allready
>> done.
>>
>> On my xmail 1.22 (w2k sp4 win32 platform) I noticed the following symptom :
>>
>> When a mail is send to an external 'TO' address (not handled by xmail) and
>> the 'TO' address is syntaxicaly bad in the domain part (special characters
>> like quote, see sample slog bellow) xmail retries and retries, until
>> reaching last retry and finaly  send back a NDR report !
>> Why xmail, on 'bad domain names', retries (no resolvable at all, my win32
>> nslookup says "command syntax error")?
>> This is a big problem for our customers as they don't receive a NDR
>> immediately after first try (like previously with xmail 1.17, never used
>> 1.18/1.9/1.20/1.21). They know only the error after several hours/days
>> (depending of xmail retries patterns used)
>>
>> Seems xmail don't really check syntaxicaly the domain part of the 'TO'
>> addresses !?!?
>> Notice that I don't use the 'smartdnshost' setting, so xmail use its own
>> resolver from begining to end of domain dns mx resolution. So even if xmail
>> don't check the syntax, the xmail dns resolver should return at least a 'no
>> existing domain' or 'bad request' and then the smail module should stop
>> immediatly, no ?
>> (I don't know own xmail handle the dns responses and what is the exact dns
>> response in this case ...)
>>
>> Any other guys having this problem ?
>> Any ideas Davide ?
>> 
>
> While anal address checking is planned for the next release, the friggin 
> MUA should fscking check that too, no? It can provide a better UI to the 
> user instead of a cryptic SMTP response, no?
>
>
>
> - Davide
>
> -
> 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]
>
>
>   



-
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]



[xmail] Re: Archiving email

2006-01-30 Thread Matic
quote from manual
> The file '*FILTERS.IN.TAB*' lists filters that have to be applied to 
> inbound messages (going to local mailboxes) while the file 
> '*FILTERS.OUT.TAB*' lists filters that have to be applied to outbound 
> messages (delivered remotely).
If external user send mail to local account it will pass through 
filters.in.tab

If internal user send mail to local account it will pass through 
filters.in.tab
If internal user send mail to external account it will pass through 
filters.out.tab



Chad Fleenor pravi:
> So does the filters.in.tab do only the inbound traffic or the internal 
> domain?  I'm wondering how to differentiate if the item should go in 
> someone's sent items archive or not.
> As of now it does send the outbound (external domain) email to the users 
> sent box on the archive system.
>
> Thanks
> -chad
> Matic wrote:
>
>   
>> for internal domains you should use filters.in.tab
>>
>>
>> Chad Fleenor pravi:
>>  
>>
>> 
>>> it's like the mail sent on our internal domain doesn't go to the 
>>> filters.out, because if it did it would be sending the mail to the 
>>> /mnt/email/current/username/inbox.  If i sent to my hotmail account the 
>>> mail gets copied out to that directory, but to my internal domains it 
>>> doesn't.  This does, however, put all messages in the users inbox, even 
>>> the incomming from a interal domain.  Eg.  I send a mail to Vinnie on my 
>>> domain, it doesn't show up in my sent but it will show up in the archive 
>>> mailbox of Vinnie.
>>>
>>> CLEMENT Francis wrote:
>>>
>>>  
>>>
>>>
>>>   
>>>> Do you mean that some mail never hit filters.in and filters.out ?
>>>>
>>>> I never verified this ...
>>>>
>>>> Do you have explicit samples routes in xmail for your 'in house' route ?
>>>> (how the mail comes in xmail, is there any mailproc file or custom file to
>>>> be processed and what commands in them, where xmail finally put the message
>>>> ? smtp out/mailbox/... )
>>>>
>>>> Can anyone confirm that in particular filter/mailproc/custom/...
>>>> combinaisons a mail can bypass any filter (except when rejected or 
>>>> volontary
>>>> excluded with filters.tab files options, like !aex) ?
>>>>
>>>> Francis
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>  
>>>>
>>>> 
>>>>> -Message d'origine-
>>>>> De : [EMAIL PROTECTED]
>>>>> [mailto:[EMAIL PROTECTED] la part de Chad Fleenor
>>>>> Envoyé : lundi 30 janvier 2006 16:42
>>>>> À : xmail@xmailserver.org
>>>>> Objet : [xmail] Archiving email
>>>>>
>>>>>
>>>>>
>>>>> Hey guys,
>>>>>
>>>>> I am in a situation where I need to archive all our the 
>>>>> emails, inbound 
>>>>> and outbound. 
>>>>> I have this setup right now, but it is not catching the email sent "in 
>>>>> house", because anything sent on the email server to any domain on the 
>>>>> email server itself will not hit the filters.out.tab file.  I'm 
>>>>> wondering if there is a way to make the internal domains hit this file 
>>>>> or if there is another file that the internal emails hit before being 
>>>>> delivered?  I need to determine this to populate the senders "sent" 
>>>>> directory.  As of now it catches everything comming in and all things 
>>>>> going outside this facility.  I'm running XMail 1.22 on RedHat Linux 
>>>>> 9.0.  Thanks in advance for any help on this!
>>>>>
>>>>> The following are my files that i currently have setup.
>>>>>
>>>>>
>>>>> filters.out.tab
>>>>> "*" "*" "0.0.0.0/0" "0.0.0.0/0" "backupsent.tab"
>>>>>
>>>>> backupsent.tab
>>>>> "/var/MailRoot/filters/archivesent.sh"  "@@FILE"
>>>>> "@@FROM"
>>>>> "@@RCVD"
>>>>>
>>>>> archivesent.sh
>>>>> #!/bin/sh
>>>>> mkdir /mnt/email/current/$2
>>>>> mkdir /mnt/email/current/$2/sent
>

[xmail] Re: Archiving email

2006-01-30 Thread Matic
for internal domains you should use filters.in.tab


Chad Fleenor pravi:
> it's like the mail sent on our internal domain doesn't go to the 
> filters.out, because if it did it would be sending the mail to the 
> /mnt/email/current/username/inbox.  If i sent to my hotmail account the 
> mail gets copied out to that directory, but to my internal domains it 
> doesn't.  This does, however, put all messages in the users inbox, even 
> the incomming from a interal domain.  Eg.  I send a mail to Vinnie on my 
> domain, it doesn't show up in my sent but it will show up in the archive 
> mailbox of Vinnie.
>
> CLEMENT Francis wrote:
>
>   
>> Do you mean that some mail never hit filters.in and filters.out ?
>>
>> I never verified this ...
>>
>> Do you have explicit samples routes in xmail for your 'in house' route ?
>> (how the mail comes in xmail, is there any mailproc file or custom file to
>> be processed and what commands in them, where xmail finally put the message
>> ? smtp out/mailbox/... )
>>
>> Can anyone confirm that in particular filter/mailproc/custom/...
>> combinaisons a mail can bypass any filter (except when rejected or volontary
>> excluded with filters.tab files options, like !aex) ?
>>
>> Francis
>>
>>
>>  
>>
>> 
>>> -Message d'origine-
>>> De : [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] la part de Chad Fleenor
>>> Envoyé : lundi 30 janvier 2006 16:42
>>> À : xmail@xmailserver.org
>>> Objet : [xmail] Archiving email
>>>
>>>
>>>
>>> Hey guys,
>>>
>>> I am in a situation where I need to archive all our the 
>>> emails, inbound 
>>> and outbound. 
>>> I have this setup right now, but it is not catching the email sent "in 
>>> house", because anything sent on the email server to any domain on the 
>>> email server itself will not hit the filters.out.tab file.  I'm 
>>> wondering if there is a way to make the internal domains hit this file 
>>> or if there is another file that the internal emails hit before being 
>>> delivered?  I need to determine this to populate the senders "sent" 
>>> directory.  As of now it catches everything comming in and all things 
>>> going outside this facility.  I'm running XMail 1.22 on RedHat Linux 
>>> 9.0.  Thanks in advance for any help on this!
>>>
>>> The following are my files that i currently have setup.
>>>
>>>
>>> filters.out.tab
>>> "*" "*" "0.0.0.0/0" "0.0.0.0/0" "backupsent.tab"
>>>
>>> backupsent.tab
>>> "/var/MailRoot/filters/archivesent.sh"  "@@FILE"
>>> "@@FROM"
>>> "@@RCVD"
>>>
>>> archivesent.sh
>>> #!/bin/sh
>>> mkdir /mnt/email/current/$2
>>> mkdir /mnt/email/current/$2/sent
>>> cp $1 /mnt/email/current/$2/sent/
>>>
>>> ---
>>> filters.in.tab
>>> "*" "*" "0.0.0.0/0" "0.0.0.0/0" "backup.tab"
>>>
>>> backup.tab
>>> "/var/MailRoot/filters/archive.sh"  "@@FILE""@@RCPT"
>>>
>>> archive.sh
>>> #!/bin/sh
>>> mkdir /mnt/email/current/$2
>>> mkdir /mnt/email/current/$2/inbox
>>> cp $1 /mnt/email/current/$2/inbox/
>>>
>>> -- 
>>> Chad Fleenor
>>> Pikeville Medical Center
>>> Clinical Applications Analyst
>>> 606-218-4931
>>>
>>> -
>>> 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]
>>>
>>>
>>>
>>>   
>> -
>> 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]
>>
>>  
>>
>> 
>
>
>   
for internal domains you should use filters.in.tab


-
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]



[xmail] Re: Add/Delete/Change password for users

2005-11-10 Thread Matic
Why don't you make a web script where user can log in and change their 
password and from there change all the passwords you want: XMail, FTP, 
SSH, etc...


Chris L. Franklin pravi:
> Thanks all but we know now to sync all these things with xmail. But it would 
> be alot easyer if if xmail could run some out side script filter what ever 
> to do all this. It would use up less time and resources.
>
> Pooling for changes that might or might not have been made to the 
> mailusers.tab is just a plain waste. When in the end you could just push the 
> changes.
>
> And as a side note. The Password sync'ing was only one idea. There would be 
> other neat addons if these filters where avaible.
>
>
>
> -- Chris L. Franklin -- 
>
>
> 
>
> This email was scanned by the server at NomadCF.com, And has been deemed 
> clean of invaild and or dangerous email attachment type and virus'.
>
> Although this is by no means a guarantee.
>  
> 
> -
> 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]
>
>
>   


-
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]



[xmail] Re: Failed filter

2005-11-02 Thread Matic
I wasn't able to pinpoint the exact cause of the problem (no entries in 
logs, no abnormal usage of bandwidth, normal number mails sent/received, 
etc..)
I couldn't even start task manager to see memory usage but I was able to 
get it with pslist (RPC) and couldn't see any abnormalities.

I guess from now on I will reconfigure MX records to all point to backup 
server and let backup deliver mails to primary and also configure the 
secondary with all the filters (spam, virus) that are on primary. This 
way mail will have to go through at least 2 filter checks on 2 different 
computers thus reducing the risk of such filter failure.

Matic


CLEMENT Francis pravi:
>
>   
>> -Message d'origine-
>> De : Sönke Ruempler [mailto:[EMAIL PROTECTED]
>> Envoyé : mercredi 2 novembre 2005 11:07
>> À : xmail@xmailserver.org
>> Objet : [xmail] Re: Failed filter
>>
>>
>>
>> [EMAIL PROTECTED] <> wrote on Wednesday, November 
>> 02, 2005 10:59
>> AM:
>>
>> 
>>> My question originates from a win2000 server problem when it was
>>> failling to crate any new proccesses, thus it wouldn't also
>>> be able to
>>> create a "wrapper" script to check for valid filter return code. The
>>> real problem was in that it happened overnight and XMail
>>> excepted quite
>>> a few virus infected mails - because of a failure to start
>>> new proccess
>>> (virus scan).
>>>   
>> I guess If your OS cannot create processes (never heard that 
>> before) you
>> should file some bug report to Mickeysoft ;-)
>>
>> -
>> 
>
> Me too, never see that !!
> Do you have any entries in the system or application logs (I think you have
> ) ?
> Did you conduct some memory or swap  usage analysis ?
> Have you a good firewall with ids/ddos detections ? Have you good av and
> spyware/trojan cleaners on this server ?
>
> Francis
> -
> 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]
>
>
>   



-
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]



[xmail] Re: Multiple recipients & GLST

2005-11-02 Thread Matic
Are there any drawbacks from this configuration (beside running for 
every recipient instead for every transaction)?

Matic

Sergio Casagrande pravi:
> I had the same problem.
> The solution to solve it was to use glst in filter-post.data.tab
> In this way glst runs one time for every recipients.
> Ciao.
> Sergio C.
>
>
> Matic ha scritto:
>
>   
>> How does GLST behave when sending mail to many recipients?
>>
>> It seemed like someone was trying to send one email to many accounts and 
>> one account has been previously  "cleared" by GLST but others did not. 
>> Therefore one account has received a mail every time a client tried to 
>> send email to all accounts but has failed because of 15 min GLST 
>> clearance delay. Is that even a possibility or am I seeing ghosts here?
>>
>> Matic
>> -
>> 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]
>>
>>
>>  
>>
>> 
>
>
> -- Binary/unsupported file stripped by Ecartis --
> -- Type: text/x-vcard
> -- File: sergio.casagrande.vcf
>
>
> -
> 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]
>
>
>   



-
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]



[xmail] Multiple recipients & GLST

2005-11-02 Thread Matic

How does GLST behave when sending mail to many recipients?

It seemed like someone was trying to send one email to many accounts and 
one account has been previously  "cleared" by GLST but others did not. 
Therefore one account has received a mail every time a client tried to 
send email to all accounts but has failed because of 15 min GLST 
clearance delay. Is that even a possibility or am I seeing ghosts here?

Matic
-
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]



[xmail] Re: Failed filter

2005-11-02 Thread Matic
My question originates from a win2000 server problem when it was 
failling to crate any new proccesses, thus it wouldn't also be able to 
create a "wrapper" script to check for valid filter return code. The 
real problem was in that it happened overnight and XMail excepted quite 
a few virus infected mails - because of a failure to start new proccess 
(virus scan).
I know that in a perfect world (near linux) filter would allways execute 
and return the proper code but is that really 100% correct? Personaly I 
would rather get a small delivery delayr then get in a virus infected mails.

Matic


CLEMENT Francis pravi:
> No options. If filter fail to run without returning a error code, xmail
> continues as if filter returned 'ok'
> And IMHO it's the best solution, as 99% filters generaly reject only a few
> number of mails and if you had the option to say to xmail 'reject when any
> filter don't run or timeout',  you will miss 99% 'valid' mails during the
> failing filter period.
> Perhabs a '!eax' like parameter on a filter by filter basis ...
>
> If you really want this now, you have the option to create a simple shell
> batch/script 'wrapper' (become shell batchs run well 99,999% time) to the
> real filter, wrapper that will return the desired 'reject' code to xmail
> when the real filter fail.
> The difficulty is to test for the real filter status in the script...
>
> Francis
>
>
>   
>> -Message d'origine-
>> De : Matic [mailto:[EMAIL PROTECTED]
>> Envoyé : mardi 1 novembre 2005 21:54
>> A : xmail@xmailserver.org
>> Objet : [xmail] Failed filter
>>
>>
>>
>> Hi,
>>
>> Is there a way to configure XMail to reject the incoming mail if the 
>> smtp filter fails to execute for whatever reason and thus failing to 
>> return exit code 3?
>>
>> Matic
>> -
>> 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]
>>
>> 
> -
> 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]
>
>
>   


-
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]



[xmail] Failed filter

2005-11-01 Thread Matic

Hi,

Is there a way to configure XMail to reject the incoming mail if the 
smtp filter fails to execute for whatever reason and thus failing to 
return exit code 3?

Matic
-
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]



[xmail] GLST filter and gmail

2005-10-29 Thread Matic
Does anyone have an example of mnet config option for GLST module?
I am trying to mask gmail's mail servers but can't figure out how to do 
that.

What other well known mail services should be alse masked like that 
(hotmail, yahoo, ...)?
Is there a list of this mail server IP's and their subnets?


Matic


-
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]



[xmail] Post data filter

2005-08-30 Thread Matic
Is the filters.post-data.tab the right place to put in a virus scanner?
This way all mail (incoming to local accounts and outgoing from my 
users) will be scaned and only once if the mail is sent to local list or 
many recipients. Am I correct? Any reason why it shouldn't be put in 
filters.post-data.tab?

Matic


-
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]



[xmail] Re: Mail list

2005-03-16 Thread Matic
Hi,
will there be a problem with xmail list account with 40.000 users?

Matic

Sönke Ruempler wrote:

>On Wednesday, March 16, 2005 1:32 PM [GMT+1=CET],
>Alexander Hagenah <[EMAIL PROTECTED]> wrote:
>
>  
>
>>Hi,
>>
>>
>>
>>>I have to send mail to 40.000 users. I gues the best way to
>>>do this is
>>>by setting up a mail list. I could use XMail's list user but then all
>>>40.000 messages will be checked for viruses and spam which
>>>would not be very nice. Is there a better way to do this?
>>>  
>>>
>>Do it - but add a simple whitelisting for the ML.
>>
>>
>
>Yes, you have to whitelist the address somehow. Maybe add a special filter 
>only for the mailing list address that makes XMail stop further filter 
>processing - it's pointed in the manual how to do this:
>
>http://www.xmailserver.org/Readme.html#message_filters
>
><<
>Additional flags are allowed to be returned to XMail as a result of filter 
>processing by adding the flags value to the exits code above listed. The 
>currently defined flags are :
>
>  '16'
>
>  Stop selected filter list processing.
>  
>
>
>So if you add a simple filter (before the other filters!) like:
>
>"return""16"
>
>for you mailing list, that should avoid further filtering. Should work on 
>unix/linux, but I did not test this.
>
>Good luck! 
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Mail list

2005-03-16 Thread Matic
Hi!
I have to send mail to 40.000 users. I gues the best way to do this is 
by setting up a mail list. I could use XMail's list user but then all 
40.000 messages will be checked for viruses and spam which would not be 
very nice. Is there a better way to do this?

Matic




-
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]



[xmail] Re: telnet . 25 question

2005-01-19 Thread Matic
Do you have multiple IP's on that machine. If so, try telneting to the 
IP that Xmail binds to. Do you get Xmail header when you telnet? What 
address do you have in you outlook account settings?

Matic

Spyros Tsiolis wrote:

>Hello everyone,
>
>OK, something strange with xmail v1.21 (or on all versions ?). I did an 
>install
>and I am trying to send a mail message by telnetting directly to the port 
>(25).
>
>The mail server refuses acceptance of the telnet session. But if I use an 
>MTA,
>say, outlook, it works fine. It sends the message and all.
>
>But why not just telnet to the port and send with standard smtp syntax :
>
>telnet machine 25 
>helo cq
>MAIL FROM:<[EMAIL PROTECTED]>
>RCPT TO:<[EMAIL PROTECTED]>
>DATA
>subject: stuff
>
>stuff...
>..
>
>
>and so on ?
>
>any ideas ?
>
>s.
>
>
>-
>"I merely function as a channel that filters music through
>the chaos of noise"
>- Vangelis
>
>_
>Express yourself instantly with MSN Messenger! Download today it's FREE! 
>http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
>-
>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]
>
>
>  
>
-
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]



[xmail] Re: HeloDomain question

2005-01-11 Thread Matic
I think RootDomain allows user of that domain to log in without using 
whole e-mail adress as their username
[EMAIL PROTECTED] can login olny with user if domain.com is rootdomain

Matic

Liron Newman wrote:

>Liron Newman wrote:
>
>  
>
>>My current HeloDomain is set to one of my domains (The first one I had, 
>>actually). However, a reverse resolve on my IP gives something else, not 
>>that domain or a name under it.
>>
>>I was wondering if maybe it would be better to set my HeloDomain to what 
>>my IP resolves to, or maybe even RootDomain? (I wouldn't chnge 
>>POP3Domain because that would require people to change their settings, 
>>and it has nothing to do with it anyway)
>>
>>What do you think? What could be the implications of the current status, 
>>and of changing it? Does it even matter (SPAM scores maybe? I don't know..)?
>>
>>
>>
>Thanks to all who answered, I changed my HeloDomain. :) Now I'm 
>wondering - Should I change my RootDomain as well? What does RootDomain 
>do, anyway?The Readme just says "Indicate the primary domain for the 
>server".. From what I saw, its function is when answering a "HELO 
>somedomain.com" in an incoming SMTP session with "250 RootDomain". Is 
>that RootDomain's only use? If so, when does it matter?
>
>
>-
>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]
>
>
>  
>


-
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]



[xmail] GLST

2005-01-07 Thread Matic
Hi!

How many of you on the list is using the GLST and what kind of success 
do you think it has? What is your initial delay and what is recomended 
value?

Matic
-
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]



[xmail] Re: Webmin Module For XMAIL

2004-11-24 Thread Matic
First you must have workin web server (apache for ex.)
You must then configure web server for a web site for XPAI
install the downloaded files as configured in web server
configure the XPAI
That's about it. If you have problems with step 1 and 2 you sholud 
probably ask someone to help you or read a lot of mans.
You can try to install RPM's and do a minimal changes to the apache 
config files, but be carefull as you can make critical mistakes.


Matic


Dhopade , Rahul wrote:

>I have downloaded it but it says the unzip to htdocs and use  i am new
>to linux so i dont know how to get it starting can u help me plz
>
>Thanks
>Rahul
>- Original Message - 
>From: "Matic" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, November 24, 2004 3:08 PM
>Subject: [xmail] Re: Webmin Module For XMAIL
>
>
>  
>
>>Here is one works on linux and windows with PHP It has nice feauters
>>like domain postmasters
>>http://www.akxak.de/xpai/index.php
>>
>>Matic
>>
>>Dhopade , Rahul wrote:
>>
>>
>>
>>>Hello,
>>>Does any one know if the webmin module for XMAIL is avaliable or not . I
>>>  
>>>
>need it to configure xmail and administer it.
>  
>
>>>Or else if any other package that can be used of the similar purpose.
>>>Regards,
>>>Rahul Dhopade
>>>System Administrator
>>>
>>>XECOM Information Technologies Pvt. Ltd.
>>>
>>>Tel:   +91-20-25530129/30 Ext-23
>>>
>>>Fax:  +91-20-25533003
>>>
>>>Cell:  +91-9822753743
>>>
>>>Web Site: www.xecomit.com
>>>
>>>Anything's possible if you have enough nerve.
>>>
>>>-
>>>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]
>>>
>>>
>>>
>>>
>>>  
>>>
>>-
>>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]
>>
>>
>>
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: Webmin Module For XMAIL

2004-11-24 Thread Matic
Here is one works on linux and windows with PHP It has nice feauters 
like domain postmasters
http://www.akxak.de/xpai/index.php

Matic

Dhopade , Rahul wrote:

>Hello,
>Does any one know if the webmin module for XMAIL is avaliable or not . I need 
>it to configure xmail and administer it.
>
>Or else if any other package that can be used of the similar purpose.
>Regards,
>Rahul Dhopade
>System Administrator
>
>XECOM Information Technologies Pvt. Ltd.
>
>Tel:   +91-20-25530129/30 Ext-23
>
>Fax:  +91-20-25533003
>
>Cell:  +91-9822753743
>
>Web Site: www.xecomit.com
>
>Anything's possible if you have enough nerve. 
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: Xmail 1.8 and SSL

2004-11-18 Thread Matic
Stunnel works just fine on Windows, all you have to create is a PEM 
certificate (with OpenSSL for example)
Matic

Yann LE ROCH - Agence CHROM wrote:

>Hello and thanks for your response
>My plateform is Y2K server( IIS 5 and Xmail server 1.8 for win) :-((
>Did not exist a windows plateform solution?
>Thanks
>Yann
>
>-Message d'origine-
>De : [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] la part de Newsmirror
>Envoyé : mercredi 17 novembre 2004 23:16
>À : [EMAIL PROTECTED]
>Objet : [xmail] Re: Xmail 1.8 and SSL
>
>
>
>- Original Message -
>From: "Yann LE ROCH - Agence CHROM" <[EMAIL PROTECTED]>
>Newsgroups: mlist.xmail
>Sent: Wednesday, November 17, 2004 2:58 PM
>Subject: [xmail] Xmail 1.8 and SSL
>
>
>  
>
>>Hello ,
>>i just want to know if it's possible to install an SSL certificat with
>>
>>
>xmail
>  
>
>>1.8
>>and how...
>>thanks
>>Yann
>>
>>
>
>I have a utility in the final test stages that provide XMail with an
>SSL-frontend and transparent glue with Stunnel among other things.
>Supporting
>POP3S, SMTPS (TLS mode), IMAPS (until XMail v2, with a 3rd party backend).
>The utility also got a no-brainer interface to create & manage your x509
>certificates. It's written in Bash and targeted (atleast for the time being)
>for a Linux audience only.
>
>Hold for a few days for an announce at this list or post me a note
>for a pre-release copy if you are interested. That goes for everyone
>btw, as it might help shaking off eventual bugs.
>
>Thomas.
>
>
>
>  
>
>>-
>>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]
>>
>>--
>>--
>>
>>
>--
>  
>
>>XMail::Scopee::nntpfwd v1.40  |  2004-11-17 14:13:01Z
>>
>>
>>
>-
>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]
>
>
>-
>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]
>
>
>  
>



-
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]



[xmail] Re: Unexpected behaviour in alias -> mailbox when mailbox full

2004-09-21 Thread Matic
Are you shoure that this is the answer from Xmail and not wrong message 
interpration from Opera (i assume you use Opera as it is signed in your 
mail). My Xmail correctly resports mailbox full for both real use and 
alias. Can you try this with a telnet session to check the real message 
from Xmail? It should be
452 Mailbox full <[EMAIL PROTECTED]>

Matic

Björn Alexandersson pravi:

>Hi.
>I was fiddeling about, when suddenly i get "Unknown user:  
>[EMAIL PROTECTED]".
>The "real users" mailbox for that alias was full. Didn't test if i get the  
>same response when i send a mail to the "real user".
>
>Anyway, "Unknown user: [EMAIL PROTECTED]" seem to me to be missleading.  
>"mailbox full" is more like it.
>
>  
>
-
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]



[xmail] Re: xmail server is slow

2004-09-21 Thread Matic
it would help if you explain a litlle bit more what exactly is slow and 
how do you reproduce the "problem"

Matic

kalinga pravi:

>my recently installed xmail server is very slow, here is my server.tab file. 
>pls show me any problem or missing configurations which cause this 
>slowness.
>
>"RootDomain""mydom.com"
>"SmtpServerDomain"  "mydom.com"
>"POP3Domain""mydom.com"
>"HeloDomain""mydom.com"
>"PostMaster""[EMAIL PROTECTED]"
>"ErrorsAdmin"   "[EMAIL PROTECTED]"
>"TempErrorsAdmin"   "[EMAIL PROTECTED]"
>"RemoveSpoolErrors" "0"
>"DisableEmitAuthUser"   "1"
>"NotifyMsgLinesExtra"   "4"
>"NotifySendLogToSender" "0"
>"NotifyTryPattern"  "1"
>"MaxMTAOps" "16"
>"ReceivedHdrType"   "1"
>"FetchHdrTags"  "+X-Deliver-To,+Received,To,Cc"
>"MaxMessageSize""6000"
>"EnableAuthSMTP-POP3"   "1"
>"Pop3SyncErrorAccount"  "[EMAIL PROTECTED]"
>"AllowNullSender"   "1"
>"AllowSmtpVRFY" "0"
>"AllowSmtpETRN" "0"
>"SMTP-RDNSCheck""0"
>"CheckMailerDomain" "0"
>"DefaultSmtpPerms"  "MRVZ"
>
>
>tks
>  
>
-
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]



[xmail] Re: User profile file not found

2004-09-15 Thread Matic
sorry for the typo, add  |wc -l to test #2
>Try to find if there is missing/corrupted user file for each domain:
>1. count number of users per domain in mailusers.tab (cat mailusers.tab 
>| grep domainname | wc -l)
>2. count number of dir's for that domain (find domains/domainname -type 
>d -maxdepth 1 -mindepth 1)
>3. count user.tab files per domain  (find domains/domainname -name 
>user.tab |wc -l)
>All tests should give the same number.
>
>Matic
>
>Shiloh Jennings pravi:
>
>  
>
>>That was my guess, too.  However, everything appears to be there.  I even
>>through maybe it was a missing user.tab file in one of the user's
>>directories, but that was not the case either.  The weird thing is that
>>XMail will start and will run for a while before dying.  My guess at this
>>point is that some per-user config is missing or corrupt, but I cannot
>>figure out which one because the error does not say.
>>
>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>>Behalf Of Matic
>>Sent: Wednesday, September 15, 2004 12:23 PM
>>To: [EMAIL PROTECTED]
>>Subject: [xmail] Re: User profile file not found
>>
>>My guess is error in server.tab (missing or corupted) or any other TAB file
>>
>>Matic
>>
>>Shiloh Jennings pravi:
>>
>> 
>>
>>
>>
>>>Xmail has been running fine for months.  Now all of the sudden, it crashes
>>>after running for a few minutes.  The error in the event log right now is
>>>simply the following:
>>><<
>>>ErrCode   = -15
>>>ErrString = User profile file not found
>>>Unable to load server configuration file
>>>SMTP-Error = "417 Unable to load server configuration file"
>>>
>>>
>>>
>>>What does the error mean?  How can I fix this?
>>>
>>>
>>>-
>>>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]
>>>
>>>
>>>
>>>
>>>   
>>>
>>>  
>>>
>>-
>>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]
>>
>>
>>-
>>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]
>>
>>
>> 
>>
>>
>>
>
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: User profile file not found

2004-09-15 Thread Matic
Try to find if there is missing/corrupted user file for each domain:
1. count number of users per domain in mailusers.tab (cat mailusers.tab 
| grep domainname | wc -l)
2. count number of dir's for that domain (find domains/domainname -type 
d -maxdepth 1 -mindepth 1)
3. count user.tab files per domain  (find domains/domainname -name 
user.tab |wc -l)
All tests should give the same number.

Matic

Shiloh Jennings pravi:

>That was my guess, too.  However, everything appears to be there.  I even
>through maybe it was a missing user.tab file in one of the user's
>directories, but that was not the case either.  The weird thing is that
>XMail will start and will run for a while before dying.  My guess at this
>point is that some per-user config is missing or corrupt, but I cannot
>figure out which one because the error does not say.
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>Behalf Of Matic
>Sent: Wednesday, September 15, 2004 12:23 PM
>To: [EMAIL PROTECTED]
>Subject: [xmail] Re: User profile file not found
>
>My guess is error in server.tab (missing or corupted) or any other TAB file
>
>Matic
>
>Shiloh Jennings pravi:
>
>  
>
>>Xmail has been running fine for months.  Now all of the sudden, it crashes
>>after running for a few minutes.  The error in the event log right now is
>>simply the following:
>><<
>>ErrCode   = -15
>>ErrString = User profile file not found
>>Unable to load server configuration file
>>SMTP-Error = "417 Unable to load server configuration file"
>> 
>>
>>
>>What does the error mean?  How can I fix this?
>>
>>
>>-
>>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]
>>
>>
>> 
>>
>>
>>
>
>
>-
>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]
>
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: User profile file not found

2004-09-15 Thread Matic
My guess is error in server.tab (missing or corupted) or any other TAB file

Matic

Shiloh Jennings pravi:

>Xmail has been running fine for months.  Now all of the sudden, it crashes
>after running for a few minutes.  The error in the event log right now is
>simply the following:
><<
>ErrCode   = -15
>ErrString = User profile file not found
>Unable to load server configuration file
>SMTP-Error = "417 Unable to load server configuration file"
>  
>
>
>What does the error mean?  How can I fix this?
>
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: Can I config xmail to provide authentication for outlook express.?

2004-09-10 Thread Matic
Empty  smtprelay.tab

Matic

Wyman Szeto pravi:

>Dear everyone
>
>I want all the client (outlook) to send mail with authentication...!
>Is it possible?
>Can U give me some hints!?
>
>Wyman
>
>-
>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]
>
>
>  
>
-
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]



[xmail] Re: German mirror ...

2004-08-24 Thread Matic
OK, i have done it. Please test if everything is fine so you can publish 
it in a DNS.
Will sync once per day be enough?
Matic

Davide Libenzi pravi:

>On Tue, 24 Aug 2004, Matic wrote:
>
>  
>
>>Hi,
>>I can setup a mirror in Slovenia (www.si.xmailserver.org -> CNAME 
>>server.7-s.si)
>>I hope a rsync works fine under cygwin, I have a MS IIS :(  (with 
>>PHP/Perl support if needed)
>>
>>
>
>The mirror would be static HTML and HTTP only. I prefer to not setup rsync 
>and have mirrors use `wget -m ...`
>
>
>
>- Davide
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: German mirror ...

2004-08-24 Thread Matic
Hi,
I can setup a mirror in Slovenia (www.si.xmailserver.org -> CNAME 
server.7-s.si)
I hope a rsync works fine under cygwin, I have a MS IIS :(  (with 
PHP/Perl support if needed)

Matic


Davide Libenzi pravi:

>On Tue, 24 Aug 2004, Radu Spineanu wrote:
>
>  
>
>>Davide Libenzi wrote:
>>
>>
>>>The german mirror is going down due to the owner selling the activity. Any 
>>>takers?
>>>
>>>
>>>
>>>- Davide
>>>
>>>-
>>>  
>>>
>>Hello
>>
>>How big is your mirror ?
>>
>>
>
>Dunno. I think 10-20MB but I'm not sure.
>
>
>  
>
>>The mirror would be in Romania but it would have plenty of bandwidth.
>>
>>
>
>Do you want to open have an www.ro.xmailserver.org?
>
>
>
>- Davide
>
>-
>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]
>
>
>  
>


-
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]



[xmail] Re: Delayed deliveries - DNS / SmartDNSHost vs DNSROOTS file

2004-06-03 Thread Matic
If SmartDNSHost solved your problem then you probably have a firewall 
that stops your Xmail DNS queryies.

Matic

>Our delayed delivery problems were (probably) solved with SmartDNSHost
>setting.
>
>However, I lost whole day with that :-(((
>
>I assume that if SmartDNSHost is not set, XMAIL tries to resolve DNS
>queries by its own DNS resolver.=20
>
>My DNSROOTS file (after decompresing .zip distro) contains only that:
>
>a.root-servers.net.
>h.root-servers.net.
>c.root-servers.net.
>g.root-servers.net.
>f.root-servers.net.
>b.root-servers.net.
>j.root-servers.net.
>k.root-servers.net.
>l.root-servers.net.
>m.root-servers.net.
>i.root-servers.net.
>e.root-servers.net.
>d.root-servers.net.
>
>I think it is not sufficient information for resolver to work, since it
>needs
>an IP address of a DNS server to contact.
>
>Maybe it would be good to extends the current docs:
>
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
>DNSROOTS
>This is a file that lists a root name server in each line (this is not a
>TAB file).
>This can be created from a query via nslookup for type=3Dns and host =3D =
>'.'
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
>
>nslookup -type=3DNS . (on windows) produces something like that:
>
>d.root-servers.net  internet address =3D 128.8.10.90
>a.root-servers.net  internet address =3D 198.41.0.4
>h.root-servers.net  internet address =3D 128.63.2.53
>c.root-servers.net  internet address =3D 192.33.4.12
>g.root-servers.net  internet address =3D 192.112.36.4
>f.root-servers.net  internet address =3D 192.5.5.241
>b.root-servers.net  internet address =3D 192.228.79.201
>j.root-servers.net  internet address =3D 192.58.128.30
>k.root-servers.net  internet address =3D 193.0.14.129
>l.root-servers.net  internet address =3D 198.32.64.12
>m.root-servers.net  internet address =3D 202.12.27.33
>i.root-servers.net  internet address =3D 192.36.148.17
>e.root-servers.net  internet address =3D 192.203.230.10
>
>How actually DNSROOTS file has to look like?=20
>Wouldn't be nice to include DNSROOTS.SAMPLE file in distro?
>
>And notice in the docs something like:
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
>DNSROOTS
>..
>AFTER INSTALLATION, this file MUST BE CREATED from a query via=20
>nslookup for type=3Dns and host =3D '.'
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
>
>Thanks,
>Jan
>-
>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]
>
>
>  
>
-
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]



[xmail] Re: Is there anyway to disable the service banner?

2004-04-21 Thread Matic
This subject has been on the list couple of times. This can only be done by
changing the source, because there is not real use of altering the banner
and Davide doesn't do things that don't matter.

Matic
- Original Message -
From: "N.S.H." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 22. april 2004 07:55
Subject: [xmail] Is there anyway to disable the service banner?


> When you telnet to 25 port of a running xmail server, it shows the service
banner about what version of XMail is currently running.
> Is there anyway of disabling this?
> Thank you
> -
> 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]
>
>

-
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]



[xmail] Re: Default Open Relay @ Davide

2004-04-01 Thread Matic
Davide doesn't hate documentation but the users who DON'T READ IT. He just
want to make it as simple as possible. Besides, he already stated that he
changed his opinion regarding this issue, so now would be a realy good time
to close this thread and let the MAN work - what he does best.

Matic

- Original Message - 
From: "Wim Verveen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 01, 2004 4:51 PM
Subject: [xmail] Re: Default Open Relay @ Davide


> If open source just means ' please shut up'  than closed source would be
> a much better alternative. I think that as a maintainer you should
> listen to the people using the software. This does not mean doing
> everything what people ask but listening. If there are things which the
> maintainer does not want to do he might delegate it to other people. As
> far as I can see Davide hates documentation. But that's okay, you should
> however in that case let other people do that job. In the end we might
> end up with both a good product AND good documentation. A win win
> situation so to say
>
> Wim
>
> -Oorspronkelijk bericht-
> Van: Dale Qualls [mailto:[EMAIL PROTECTED]
> Verzonden: donderdag 1 april 2004 15:54
> Aan: [EMAIL PROTECTED]
> Onderwerp: [xmail] Re: Default Open Relay @ Davide
>
>
> I guess I'm not trying to stifle it, but like everyone here, I have my =
> =3D
> opinions.
>
> I do have to ask how many times does Davide have to say "no" before
> people =3D realize that he's not going to make the change?  People may =
> not
> be being =3D ungrateful, but beating this dead horse isn't going to make
> him change it. =3D  It's HIS software (so his decision), yes it's open
> source, but that =3D doesn't change the fact that he's the
> writer/maintainer.  Open source also =3D allowsfor people to change the
> code any way they see fit, including the =3D defaults for the
> smtprelay.tab file.
>
> If you're not happy with it change it, isn't THAT the beauty of open =3D
> source?
>
> If you think the documentation isn't up to snuff, write a howto.
> There's =3D one person on this list that writes a great "Beginners Guide
> to..." and =3D even he says to change it.  It all comes down to the fact
> that you can =3D write it in 72 point text and people still won't RTFM.
>
> Dale
>
> >>> [EMAIL PROTECTED] 03/31/04 10:47PM >>>
> On Thu, 2004-04-01 at 12:59, Dale Qualls wrote:
> > Okay, color me stupid, but is it so tough to empty the darned=20
> > smtprelay.t=3D
> ab=3D3D
> >  file?
>
> no - but I agree it's easy to miss.  Even if it was left the way it was
> and there was a file named "IMPORTANT.txt" in the root directory of the
> archive that would suffice IMHO.  I have always thought a little more
> documentation (or a little more well targeted documentation) was
> appropriate.
>
> > I'm amazed at everyone bitching over a great product that no one pays=20
> > =3D
> any =3D3D
> > money for.
>
> Yeah this is how software improves isn't it, by everyone keeping their
> mouths shut.  Nobody is being ungrateful, we are just raising issues and
> offering solutions.
>
> I would rather have people email me their concerns about the software I
> develop than not finding out about them till months later.
>
> This is the beauty of open source - the ability to actually have your
> feedback listened to and acted on.  Why you are trying to stifle this
> valid conversation I do not know.
>
> Cheers,
>
> Will.
>
> --=3D20
> William Denniss - will@ http://tanksoftware.com/=3D20
>
> -
> 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]
>
>
> -
> 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]
>
>
>
> -
> 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]
>
>

-
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]



[xmail] Re: CustMapsList

2004-03-31 Thread Matic
I think I found the problem. Some of the mail got relayed through our
secondary server which has no CustMapsList defined, and the primary checked
the IP of secondary server. K9 checks every IP listed in the mail file,
that's why it was able to detected DNSBL. I will change the config of
secondary server ASAP.

Matic
- Original Message - 
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: "XMail mailing list" <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 8:21 PM
Subject: [xmail] Re: CustMapsList


> On Wed, 31 Mar 2004, Matic wrote:
>
> > No, I have checked, that's the only one.
>
> XMail does simply the lookup of:
>
> inverse-ip.map-host
>
> You can check the result by yourself.
>
>
>
> - Davide
>
>
> -
> 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]
>
>

-
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]



[xmail] Re: CustMapsList

2004-03-31 Thread Matic
No, I have checked, that's the only one.

Matic
- Original Message - 
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 8:12 PM
Subject: [xmail] Re: CustMapsList


> On Wed, 31 Mar 2004, Matic wrote:
>
> > Hi!
> > I am having a wierd situation using CustMapsList function of XMail. I
have this line
> >
> > "CustMapsList"[TAB]"sbl-xbl.spamhaus.org.:0"
> >
> > in server.tab (real TAB instead of [TAB]). Amount of SPAM has decreased
since using this DNSBL, but not all mails from DNSBL do get blocked. I know
this because I am also using a K9 (http://keir.net/k9.html) on the client
machine, it has a spam filter but also a DNSBL check option and it has
configured the same server (sbl-xbl.spamhaus.org). It marks a subject of a
mail if it is a SPAM or a DNSBL, and 75% of "spam" is marked as DNSBL. Is my
xmail configuration wrong or am i missing something else?
>
> Maybe the filre is using more than just that map.
>
>
>
> - Davide
>
>
> -
> 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]
>
>

-
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]



[xmail] CustMapsList

2004-03-30 Thread Matic
Hi!
I am having a wierd situation using CustMapsList function of XMail. I have this line

"CustMapsList"[TAB]"sbl-xbl.spamhaus.org.:0"

in server.tab (real TAB instead of [TAB]). Amount of SPAM has decreased since using 
this DNSBL, but not all mails from DNSBL do get blocked. I know this because I am also 
using a K9 (http://keir.net/k9.html) on the client machine, it has a spam filter but 
also a DNSBL check option and it has configured the same server 
(sbl-xbl.spamhaus.org). It marks a subject of a mail if it is a SPAM or a DNSBL, and 
75% of "spam" is marked as DNSBL. Is my xmail configuration wrong or am i missing 
something else?

Matic
-
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]



[xmail] Re: filter logics

2004-03-24 Thread Matic
Well, I think that ideal situation would be if a mail sent to mail list
should go through IN filters just once (for first local mail in mail list)
and not for every local delivery. Also it  would be great if a message would
go through OUT filter just once and not for all NONLOCAL mail addresses.

I don't know if that can be programed in Xmail, that's up to Davide to say.

Matic

- Original Message - 
From: "Tracy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 24, 2004 5:54 PM
Subject: [xmail] Re: filter logics


> At 11:46 3/24/2004, Francesco Vertova wrote:
> >I agree that generally AV
> >scanning should be the destination server's business
> I don't agree with this at all. I think that AV scanning should be
> performed on all outbound mail. Of course, I think that customers should
> also have their outbound port 25 traffic redirected to the network's
> primary MSA, unless they have contracted otherwise (and agreed to be
> responsible for doing their own checks on outbound mail).
>
> These two steps would reduce the amount of virus traffic on the net
> *signficantly*. (Similar methods could also be used to reduce spam
traffic,
> by instituting a spam check on outbound mail.)
>
>
>
> -
> 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]
>
>

-
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]



[xmail] Re: filter logics

2004-03-24 Thread Matic
I think that would be great.

Matic
- Original Message - 
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: "XMail mailing list" <[EMAIL PROTECTED]>
Sent: Wednesday, March 24, 2004 5:08 PM
Subject: [xmail] Re: filter logics


> On Wed, 24 Mar 2004, Francesco Vertova wrote:
>
> > At 07.36 24/03/04 -0800, you wrote:
> >
> > > > a writes a mail to b, and b has a mailproc.tab with a redirect to an
> > > > external email address c.
> > > >
> > > > Now if I want that email filtered, I have to put the filter in
> > > > filters.out.tab and c, not filters.in.tab and b.
> > > >
> > > > I think that should be mentioned in the filter doc :)
> > >
> > >Yes, a redirect is neither considered an outbound delivery nor an
inbound
> > >one. Filters (in/out) are triggered *only* when the message is
phisically
> > >delivered locally (dropped inside the local FS mailbox) or delivered
> > >remotely (SMTP).
> >
> > And (filters.in) when a message is being 'delivered' to a mailing list,
> > even though there is no mailbox delivery here (mailbox or SMTP delivery
is
> > only performed for each list member).
>
> I'm having a second thought about this. Maybe messages to mailing lists
> shouldn't be scanned, since they will be trapped later on by either IO or
> OUT filters. Uhmmm ...
>
>
>
> - Davide
>
>
> -
> 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]
>
>

-
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]



[xmail] Re: ssl + xmail in windows?

2004-03-21 Thread Matic
Use stunnel at www.stunnel.org. It is very simple to use (one config file
and install it as service)

Matic

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 21, 2004 9:29 AM
Subject: [xmail] ssl + xmail in windows?


> Hi,
>
> how would I make ssl in windows?
>
> Thanx.
>
> -- 
> Eduxp
> [EMAIL PROTECTED]
>
> -
> 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]
>
>

-
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]



[xmail] Re: Error in processing on xmailserver.org???

2004-03-17 Thread Matic
Hi,

I think it was an error from xmailserver.org because i am using an older
Xmail version and got the same mail with empty from and subject.

Matic
- Original Message - 
From: "Michael Schwarz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 14, 2004 8:41 PM
Subject: [xmail] Error in processing on xmailserver.org???


> Hi Davide
>
> Mail with empty from and subject from you.
> This mail arrived by my server with this header:
>
> Return-Path: <[EMAIL PROTECTED]>
> Delivered-To: [EMAIL PROTECTED]
> X-AV-Scanned: yes  50ac1cf76871dafe67840163fa0a129b
> Received: from x35.xmailserver.org (69.30.125.51:42126)
> by blackhost.net (217.160.215.3:25) with [XMail 1.18 (Linux/Ix86)
> ESMTP Server]
> id  for <[EMAIL PROTECTED]> from
> <[EMAIL PROTECTED]>;
> Sun, 14 Mar 2004 19:45:56 +0100
> Received: from x35.xmailserver.org (127.0.0.1:42039)
> by localhost.localdomain with [XMail 1.18 (Linux/Ix86) ESMTP Server]
> id  for <[EMAIL PROTECTED]> from
> <[EMAIL PROTECTED]>;
> Sun, 14 Mar 2004 10:44:45 -0800
> Received: with ECARTIS (v1.0.0; list xmail); Sun, 14 Mar 2004 10:44:26 =
> -0800
> (PST)
> X-AuthUser: [EMAIL PROTECTED]
> Received: from bigblue.dev.mdolabs.com
> by xmailserver.org with [XMail 1.18 (Linux/Ix86) ESMTP Server]
> id  for <[EMAIL PROTECTED]> from
> <[EMAIL PROTECTED]>;
> Sun, 14 Mar 2004 10:44:26 -0800
> Date: Sun, 14 Mar 2004 10:44:24 -0800 (PST)
> bigblue.dev.mdolabs.com;10.107.17.130:
> 34119;xmailserver.org;10.107.17.132:25;Sun, 14 Mar 2004 10:44:26
> -0800;[XMail 1.18 (Linux/Ix86) ESMTP Server]
>
> It is running 1.18pre09.
>
> Is this an error from xmailserver.org?
>
> Bye
> Michael
>
> -Original Message-
> From:=20
> Sent: Sunday, March 14, 2004 7:44 PM
> Subject:=20
>
>
> xmailserver.org
> S10BF1B
> MAIL FROM:<[EMAIL PROTECTED]>
> RCPT TO:<[EMAIL PROTECTED]>
> <>
> Date: Sun, 14 Mar 2004 10:44:24 -0800 (PST)
> From: Davide Libenzi <[EMAIL PROTECTED]>
> X-X-Sender: [EMAIL PROTECTED]
> To: Davide Libenzi <[EMAIL PROTECTED]>
> Subject: [xmail] Re: smtp - local error in processing (-31)
> In-Reply-To: <[EMAIL PROTECTED]>
> Message-ID:
> <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-type: text/plain; charset=3DUS-ASCII
> Content-Transfer-Encoding: 8bit
> X-ecartis-version: Ecartis v1.0.0
> Sender: [EMAIL PROTECTED]
> Errors-to: [EMAIL PROTECTED]
> X-original-sender: [EMAIL PROTECTED]
> Precedence: bulk
> Reply-to: [EMAIL PROTECTED]
> X-list: xmail
>
> On Sun, 14 Mar 2004 [EMAIL PROTECTED] wrote:
>
> > I dont thing,after EHLO and smtp auth is everything ok. But if I am
> > trying through HELO and than MAIL TO: [EMAIL PROTECTED] where
> > [EMAIL PROTECTED] is existing email account on my mail server. :-(
>
> 1st) 'MAIL TO:' does not exist inside the SMTP RFC
> 2nd) The format is 'MAIL FROM:<...>' and 'RCPT TO:<...>'
>
>
>
> - Davide
>
>
> -
> 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]
>
>
> -
> 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]
>
> -
> 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]
>
>

-
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]



[xmail] Re: SV: Take a little more care in what you post !

2004-03-15 Thread Matic
Hi!

bellow is the message source for the mail you wanted


--

Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: from x35.xmailserver.org (69.30.125.51)
 by mail.7-s.si with [XMail 1.11 (Win32/Ix86) ESMTP Server]
 id  for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>;
 Mon, 15 Mar 2004 11:44:55 +0100
Received: from x35.xmailserver.org (127.0.0.1:33610)
 by localhost.localdomain with [XMail 1.18 (Linux/Ix86) ESMTP Server]
 id  for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>;
 Mon, 15 Mar 2004 02:43:19 -0800
Received: with ECARTIS (v1.0.0; list xmail); Mon, 15 Mar 2004 02:42:48 -0800
(PST)
Received: from whw.or.at (213.129.227.11:37747)
 by xmailserver.org with [XMail 1.18 (Linux/Ix86) ESMTP Server]
 id  for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>;
 Mon, 15 Mar 2004 02:42:47 -0800
Received: from grisu.whw (192.168.0.178)
 by whw.or.at with [XMail 1.9 (Linux/Ix86) ESMTP Server]
 id  for <[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>;
 Mon, 15 Mar 2004 11:42:49 +0100
Received: by grisu.whw (Postfix, from userid 500)
 id C2219113711; Mon, 15 Mar 2004 11:42:43 +0100 (CET)
Date: Mon, 15 Mar 2004 11:42:43 +0100
From: Goesta Smekal <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [xmail] Take a little more care in what you post !
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-Disposition: inline
User-Agent: Mutt/1.4i
Content-Transfer-Encoding: 8bit
X-ecartis-version: Ecartis v1.0.0
Sender: [EMAIL PROTECTED]
Errors-to: [EMAIL PROTECTED]
X-original-sender: [EMAIL PROTECTED]
Precedence: bulk
Reply-to: [EMAIL PROTECTED]
X-list: xmail

Dear fellows,

  speaking of secure systems and all the evil that is lurking out there, it
occured to me that some of you post vital server info right out into the
list.

--
- Original Message - 
From: "Peter Lindeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 15, 2004 9:37 PM
Subject: [xmail] Re: SV: Take a little more care in what you post !


> Michail Tchoudinov wrote:
>
> Davide Again I did not see the message below in my mailbox. When I check
> the logging of my server I also do not see any connection of
> x35.xmailserver.org to my server.
>
> Can anybody on the list show me the headers of the message below so I
> can check at what time this message should have arrived so I can be sure
> nothing is going wrong in my system?
>
> Thanks!
>
> > -Opprinnelig melding-
> > Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
=
> > P=E5
> > vegne av Goesta Smekal
> > Sendt: 15. mars 2004 11:43
> > Til: [EMAIL PROTECTED]
> > Emne: [xmail] Take a little more care in what you post !
> >
> > Dear fellows,
> >
> >   speaking of secure systems and all the evil that is lurking out there,
=
> > it
> > occured to me that some of you post vital server info right out into the
> > list.
> >
> >   Whatever you post ( 'ps auxw' was recently seen, with _all_ processes,
=
> > even
> > database backends, gui and so on, partly with the hostname and program
> > version
> > included) goes out to whoever subscribed the list. Fortunately the list
=
> > is
> > not
> > (yet) archived somewhere in the web (at least I did not find any =
> > postings in
> > Google) but you never can tell.
> >
> >   So, folks, if you post debug output or process info into the list,
> > 'xxx'-out
> > all system specific parts like IPs, hostnames _and_ processes running, =
> > that=20
> > are definitely _not_ XMail related.
> >
> >   Just a thought of a paranoid ;-)
> >
> >   Goesta Smekal
> >
> >
> > --=20
> > Wiener Hilfswerk - EDV
> > 1072 Wien, Schottenfeldgasse 29
> > Tel: 512 36 61 DW 407 / Fax 512 36 61 33
> > -
> > 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]
> >
> > -
> > 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]
> >
>
>
> -- 
> Groeten,
> Peter
>
>
> IRC is a cheat paradise ... please don't thrust someone accept me !!!
>
> -
> - Heb je een Dreambox 7000S ?
> - Kijk eens op http://www.dreamvcr.com
> - Kijk ook op http://www.lindeman.org
> - ICQ 22383596
> - Uptime lindeman.org - 19 days, 22 hours and 13 minutes, 0 users logged
in.
>
> -
> 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]
>
>

-
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

[xmail] Re: XMail having trouble starting

2004-03-08 Thread Matic
Hi,

while this actualy helps to start Xmail again, it may lead to some email
being lost (delete of files in spool), so be careful.

Regards,
Matic
- Original Message - 
From: "Jim Frank" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 7:15 AM
Subject: [xmail] Re: XMail having trouble starting


> Chris-
>
> You're a lifesaver.  Thanks.  I'm going to automate this process into a
bash
> script, if you want a copy let me know.  -Jim
> - Original Message - 
> From: "Chris L. Franklin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 08, 2004 11:37 PM
> Subject: [xmail] Re: XMail having trouble starting
>
>
> > Hello,
> >
> > I had this prob. once before (xmail was crashing alot) due to a php
> > script  (long story).
> > Anyways you'll need to go though the same steps as if you where
migrating
> to
> > a new server.
> >
> > Steps:
> > 0. Stop Xmail (make sure all the pids are killed)
> > 1. Remove all files from the spool
> > 2. Delete everything in the dnscache/ns/ directory
> > 3. Delete everything in the dnscache/mx/ directory
> > 4. Delete everything in the tabindex/ directory
> > 5. Restart xmail.
> >
> >
> > - Original Message - 
> > From: "Jim Frank" <[EMAIL PROTECTED]>
> > Newsgroups: mlist.xmail
> > Sent: Monday, March 08, 2004 8:38 PM
> > Subject: [xmail] XMail having trouble starting
> >
> >
> > > Hello all,
> > >
> > > I'm running XMail 1.17 on a RH 8 machine with a custom 2.4.22 SMP
> kernel.
> > > It's all been good and ran stablely for months -- till today.  For
some
> > > reason, the server crashed and all attempts to restart, even a reboot,
> > have
> > > failed.  When I attempt to start the server either by init.d/xmail
> script,
> > > or manually, everything looks like its starting OK, but no process
shows
> > up
> > > on the system and none of the servers connect.  I've tried debug mode,
> the
> > > program refuses to go into debug mode properly.  I check /var/run/,
the
> > > XMail.pid file is created, but no process is started,   Can anyone
> provide
> > > some advice here?  I think something may be goofy with the way RH
> handles
> > > memory.  I got 1 gig ram on the machine and dual 3.06 Ghz Cpus.
> > >  Thanks! -Jim
> > >
> > >
> > > -
> > > 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]
> > >
> > > -- 
> >
>
> --
> > --
> > > XMail::Scopee::nntpfwd v1.40  |  2004-03-09 01:52:57Z
> > >
> >
> > -
> > 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]
> >
>
>
> -
> 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]
>
>

-
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]



[xmail] Re: Mailing lists

2003-10-02 Thread Matic

Hi,

I have had the same issue, why is not ClosedML set by default to 1 when list
is created?

Matic

- Original Message -
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 3. oktober 2003 02:20
Subject: [xmail] Re: Mailing lists


>
> On Thu, 2 Oct 2003, Oscar Sosa wrote:
>
> > Hello.
> >
> >
> > Why if I have a mailing list with members having "R" perms they can post
> > messages???
>
> Did you set ClosedML to 1 ?
>
>
>
> - Davide
>
> -
> 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]
>

-
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]



[xmail] Re: 1.15-pre01 ...

2003-04-14 Thread Matic

Does the bug affect also the previous versions of XMail (1.11)?

Matic

- Original Message -
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: "XMail mailing list" <[EMAIL PROTECTED]>
Sent: 14. april 2003 20:46
Subject: [xmail] Re: 1.15-pre01 ...


>
> On Mon, 14 Apr 2003, Peter Lindeman wrote:
>
> >
> > Davide Libenzi wrote:
> >
> > > There's a bug in 1.14 that gets triggered under certain conditions.
This
> > > is an early 1.15 with the fix :
> > >
> > > http://www.xmailserver.org/xmail-1.15-pre01.tar.gz
> > > http://www.xmailserver.org/xmail-1.15-pre01.win32bin.zip
> >
> > Does this bug also count for the *nix version ?
>
> Yes.
>
>
>
> - Davide
>
> -
> 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]
>

-
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]



[xmail] Re: help (fwd)

2003-04-02 Thread Matic

Hi,

i did try the MAIL_ROOT="\\?\c:\MailRoot"  "trick" and it works.

I can create a domain com4.com.br, accounts for that domain and send and
receive mail to/from that domain.

I don't have the tool to recompile the changes you suggested but will be
happy to try your recompiled version if you give me the link.

Matic






- Original Message -
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 3. april 2003 03:05
Subject: [xmail] Re: help (fwd)


>
> On Wed, 2 Apr 2003, Shawn Anderson wrote:
>
> > MAIL_ROOT="\\?\c:\MailRoot"
>
> Could someone please try the above trick plus using this :
>
>
> char   *SysGetTmpFile(char *pszFileName)
> {
>
> charszTmpPath[SYS_MAX_PATH] = "";
>
> GetTempPath(sizeof(szTmpPath) - 1, szTmpPath);
>
> static unsigned int uFileSeqNr = 0;
> SYS_LONGLONGllFileID = (((SYS_LONGLONG) GetCurrentThreadId()) <<
32) | (SYS_LONGLONG) ++uFileSeqNr;
>
> SysSNPrintf(pszFileName, SYS_MAX_PATH - 1, "?\\%smsrv%I64x.tmp",
> szTmpPath, llFileID);
>
> return (pszFileName);
>
> }
>
>
> inside SysDepWin.cpp
>
>
>
>
>
> - Davide
>
> -
> 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]
>

-
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]



[xmail] Re: problem in run xmail

2003-03-28 Thread Matic

the correct syntax is

mail from:<[EMAIL PROTECTED]>

Matic

- Original Message -
From: "yjc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 28. marec 2003 09:43
Subject: [xmail] problem in run xmail


> xmail:
>   i install xmail 1.12 (rpm install,redhat8.0),and it run seems well.
>   but  when i telnet 127.0.0.1 25
>   and input "mail from:[EMAIL PROTECTED]"
>   it return error code -41
>   i can't send mail from xmail's smtp
>   who can help me??
>
>   Tks
>
> yjc
> [EMAIL PROTECTED]
> 2003-03-28
>
>
> -
> 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]
>

-
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]



[xmail] Re: MaxMessageSize

2003-03-17 Thread Matic

Because you set it to 2Mb - 2000 means 2000 kb

Matic
- Original Message - 
From: "wyq" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 17. marec 2003 09:35
Subject: [xmail] MaxMessageSize


> Hi group,
> 
> I set 'MaxMessageSize' to '2000',
> but can't send 1.55M file, why?
> 
> 
> -
> 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]
> 
-
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]



[xmail] Problem with Outlook Express 6

2003-03-03 Thread Matic

Hi,

I have a problem with some clients (2 different organizations (domains), 3
different machines, all brand new) who are using Outlook Express 6. The
problem is that OE6 doesn't fetch all the mails. Althought the mail is in
the XMail's mailbox dir, OE6 dosn't fetch it. I've checked the mail rules
and there isn't any rule which could influence this and the account is setup
to delete the mail from the server. Mail in the XMail directory is old over
a month.

When I set up another OE6 on another machine it correctly fetched all the
mails, so the reason for not fetching the mail is not bad mail format (as I
thought it isn't).
In my opinion there is only one possibility to this behaviuor: OE6 has
somehow messed up it's mail UID database.

But just to be safe, question for you Davide:
1. How does XMail generate UID's for the mail?
2. Can any mail have the same UID if the time is changed? (I have a 15 min
interval for synchonization with time server.)

Has anyone expirenced sometnig like this and is there a patch for OE6 to fix
this behaviour? Any suggestion what else can I try to find out what the
problem is?

Matic

-
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]



[xmail] Is this legal

2003-02-21 Thread Matic
Hi,

is this command
EHLO Hi there
legal by the RFC?
(the space in host name)

XMail refuses to accept this and since it is very likely a RFC compliant mail server I 
think this is not legal.

Matic
-
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]




[xmail] Mail decoder

2003-01-10 Thread Matic
Hi,

this is not a direct XMail issue but anyway, does anyone know of a good mail format 
decoder that works OK with QuotedPrintable, MIME, UU and BASE64 formats. I need that 
for CMDALIASES so I can proccess the attached files. 
And I need it to work under Windows.

Matic
-
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]




[xmail] Re: Socket bind error

2002-12-02 Thread Matic

Hi,

what is the exact command line when you started XMail in debug?

Matic

- Original Message -
From: "John Cole" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 3. december 2002 08:31
Subject: [xmail] Socket bind error


>
> I get the following when I start XMail in debug:
>
> SMAIL thread [00] started
> SMAIL thread [01] started
> SMAIL thread [02] started
> SMAIL thread [03] started
> SMAIL thread [04] started
> SMAIL thread [05] started
> SMAIL thread [06] started
> SMAIL thread [07] started
> SMAIL thread [08] started
> SMAIL thread [09] started
> SMAIL thread [10] started
> SMAIL thread [11] started
> SMAIL thread [12] started
> SMAIL thread [13] started
> SMAIL thread [14] started
> SMAIL thread [15] started
> [XMail 1.11 (Linux/Ix86) CTRL Server] started
> [XMail 1.11 (Linux/Ix86) POP3 Server] started
> [XMail 1.11 (Linux/Ix86) ESMTP Server] started
> [XMail 1.11 (Linux/Ix86) PSYNC Server] started
> Socket bind error
> LMAIL thread [00] started
> LMAIL thread [01] started
> LMAIL thread [02] started
>
>
> Any idea what the "socket bind error" is and what is failing to start?
Any
> help appreciated.
>
> thanks
>
>
> -
> 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]
>

-
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]




[xmail] Re: Relay all mail to a different server

2002-11-26 Thread Matic

Hi!

Of course you can create file called .tab. You just go to the command promt
and write the following:

c:\>copy con .tab
bla bla bla
^Z
1 file(s) copied.

File is created. Please don't use Notepad, Windows Explorer and such tools
to do things like that.

Matic


- Original Message -
From: "Wolfy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 26. november 2002 12:31
Subject: [xmail] Re: Relay all mail to a different server


> Thats exactly what I want!
>
> Except Windows cannot create files that start with a . (or a ") - so I
> can't create a .tab file.
> Is there an alternative in XMail?
>
>
> At 12:00 PM 26/11/2002 +0100, you wrote:
>
>
> > > Is there an easy way to relay all mail that goes to one SMTP server
(now a
> > > secondary server) to another mail server (the new primary server)?
> > > At the moment I've just created domain.tab files in the custdomains
> > > directory, but it means creating an additional file for each domain.
> >
> >customains/.tab
> >
> >is the global file!
> >
> >-
> >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]
>
>
> -
> 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]
>

-
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]




[xmail] Re: imap support

2002-10-25 Thread Matic

Hi,

does anyone have a suggestion for "external" IMAP for XMail that works in
Windows?

Matic

- Original Message -
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: "XMail mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, October 24, 2002 6:30 PM
Subject: [xmail] Re: imap support


>
> On Thu, 24 Oct 2002, Renars wrote:
>
> >
> > Hello, Davide!
> >
> > When are you planning to add %subj% support?
> > That would be really usefull.
>
> My hope was toward the end of 2002, but right now my plate is overfloweth
> so it'll move to the beginning of 2003. Anyway, guys, if you really cannot
> survive w/out IMAP there're solutions to integrate "external" IMAP
> packages with XMail ... until the real thing will be ready.
>
>
>
> - Davide
>
>
> -
> 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]
>
>

-
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]




[xmail] Re: Webmail

2002-10-14 Thread Matic


Hi,

do you have both IIS and XMail in the same box?
I have a separete box for W2kServer with IIS5, PHP4.2.3 and another one for
XMail 1.9 connected in 100MB LAN. Do you think this could be a reason?
If I telnet to XMail and issue RETR XX command for a big message it works as
fast on loacal machine as in any machine on the LAN. Any idea what to test
to find out the reason for slow login with UebiMiau. After login, it works
with excpected speed.

Matic


- Original Message -
From: "Edinilson J. Santos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 14. oktober 2002 23:42
Subject: [xmail] Re: Webmail


>
> This sounds strange for me because I'm using a similar configuration
> (Windows 2000, IIS 5 with PHP 4.2.3, XMail Server 1.10 and Uebimiau 2.7.2)
> and uebimiau+xmail takes seconds to show 100, 200 messages
>
> Take a look at your hardware
>
> Edinilson
> -
> ATINET-Afiliado UOL de Atibaia
> Rua Francisco R. Santos, 54 sala 3
> ATIBAIA/SP Cep: 12940-250
> Tel Voz: (0xx11) 4412-0876
> http://www.atinet.com.br
>
>
> - Original Message -
> From: "Matic" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 11, 2002 3:24 PM
> Subject: [xmail] Webmail
>
>
>
> Hi,
>
> this is probably not appropriate list to put this question but anyway...
>
> I am looking for a good WEBMail solution for POP3 server. I am currently
> using UebiMiau http://www.uebimiau.sili.com.br/
> and it is OK (actualy great) except if user has more than 50 messages in
the
> mailbox it takes 30 sec to login.
>
> Anyone using something better-quicker?
>
> I am running IIS5 with PHP, Perl.
>
>
> Matic
>
>
>
> -
> 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]
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.394 / Virus Database: 224 - Release Date: 03/10/2002
>
> -
> 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]
>

-
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]




[xmail] Webmail

2002-10-11 Thread Matic


Hi,

this is probably not appropriate list to put this question but anyway...

I am looking for a good WEBMail solution for POP3 server. I am currently
using UebiMiau http://www.uebimiau.sili.com.br/
and it is OK (actualy great) except if user has more than 50 messages in the
mailbox it takes 30 sec to login.

Anyone using something better-quicker?

I am running IIS5 with PHP, Perl.


Matic



-
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]




[xmail] Re: Problems accessing XMail server

2002-10-09 Thread Matic


XMail has parameters (example: -PI 10.0.0.4:110 -SI 10.0.0.4:25) for what IP
it accept connections on ports 25,110,...
It seem like you haven't assigned it to 10.0.0.4 but to 127.0.0.1 and since
your firewall redirects connections on port 25,110,... to 10.0.0.4 XMail
won't accept connections.

Matic


- Original Message -
From: "Beau E. Cox" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 10. oktober 2002 04:06
Subject: [xmail] Problems accessing XMail server


>
> Hi -
>
> I have posted much of this on the XMali server forum,
> so please bare with me if you have seen it all before.
>
> I am running SuSE 8.0 Linux to host XMail (on ip 10.0.0.4).
> My domain is registered on another SuSE 8.0 Linux box with an
> external interface. Bind (9.2.1) seems to be working fine.
> If I ping "mail.mydomain.com" bind directs it to my XMail
> box via my internal network (ip 10.0.0.4).
>
> However:
>
> telnet mail.mydomain.com 25 - fails: Connection refused
> telnet 10.0.0.4 25 - fails: Connection refused
> telnet 127.0.0.1 25 - OK
> telnet localhost 25 - OK
>
> Tring to send mail to [EMAIL PROTECTED] gives something like:
>
> in messages - XMail[pid]: Socket bind error
>
> in mail -
>
> Oct  9 15:38:38 TOMOKO sendmail[13902]: g9A1ccGn013902:
> from=<[EMAIL PROTECTED]>, size=935, class=0, nrcpts=1, proto=ESMTP,
> daemon=Daemon0, relay=localhost [127.0.0.1]
> Oct  9 15:38:38 TOMOKO sendmail-client[13898]: g986lnnv026185: to=root,
> ctladdr=root (0/0), delay=1+18:50:49, xdelay=00:00:00, mailer=relay,
> pri=7770051, relay=localhost.beaucox.com. [127.0.0.1], dsn=4.0.0,
> stat=Deferred: 421 4.3.0 collect: Cannot write ./dfg9A1ccGn013902
(bfcommit,
> uid=0, gid=12): No such file or directory
>
> How can I narrow down where to look? I think bind is OK.
> There is _nothing_ in the MailRoot log/spool/mailbox areas.
>
> Do I have an authorization problem? What "real" user does XMail
> use?
>
> Sorry for rambling, I'm tired, got a deadline, etc, etc.
>
> Aloha => Beau.
>
>
> -
> 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]
>

-
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]




[xmail] Re: Secondary server

2002-10-01 Thread Matic


Well I have been running a secondary server on a dynamic IP on DSL with the
help of dnyDNS.org and no big problems have occoured. TTL is set to 60 sec,
so IP change would reflect to clients almost immedeatly.

We have domain postamster's who can change/add/remove users/users settings
for their domain through XPAI (php webadmin). With .tab files and sub-dirs
replication from primary->secondary and secondary->primary users data should
be allway OK (the latest).

I will give it a try and see what will come out of this. (lot's of problems
I guess)

Matic



- Original Message -
From: "Frederik Gallon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 1. oktober 2002 09:32
Subject: [xmail] Re: Secondary server


>
> Not a bad idea to have a mail system replicated itself to multiple sites.
> BUT ...
> How are you going to have the clients log on to primary/secondary
> mail-server?
> Trough DNS lookup?
> Last time we did a IP change for a web-server; it took 5 whole days before
> this change was propagandated worldwide(or some word spoken like this).
Can
> you believe this? 5 days with std TTL's (ISP saying - I didn't believed
> them).
> How are you gone log user-permission changes, user-setting-changes, etc
and
> have these replicated?
> How are you gone know which server is 'authoritive' for above changes?
> In the commercial world there are known solutions, but look at the
overhead
> this creates - logging, syncing, replicating, syncing, logging. And these
> options are payed (very) well for...
>
> I'd say go ahead! If I could be of any help let's have a word (or two).
>
> Frederik
>
> -Oorspronkelijk bericht-
> Van: Matic [mailto:[EMAIL PROTECTED]]
> Verzonden: dinsdag 1 oktober 2002 7:32
> Aan: [EMAIL PROTECTED]
> Onderwerp: [xmail] Re: Secondary server
>
>
>
> >there no such a thing of POP3 backup
>
> Yes of course, I know that.
>
> I would like to use the ability of Xmail server to change the
configuration
> on the fly - as needed. I will have a script that will control the access
to
> primary server and replicate the files for mailboxes, users, domains,..
> through some sort of secure FTP. When the primary server fails (not the
> XMail itself, but ISP or something else), the script will apply the
changes
> to the DNS and secondary XMail coniguration files so that the secondary
> server will take over thoe role of the primary. There will also be some
log
> to know which mailbox files were created on the primary and which on the
> secondary server, so that when primary server comes up the replication in
> other direction will occour as well as changes to the DNS and secondary
> XMail server.
>
> Any ideas why this wouldn't work? What else must I take care of? Has
anyone
> tried this before?
>
> Matic
>
>
> - Original Message -
> From: "Davide Libenzi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: 30. september 2002 21:38
> Subject: [xmail] Re: Secondary server
>
>
> >
> > On Mon, 30 Sep 2002, Matic wrote:
> >
> > > Hi all,
> > >
> > > I have curently 2 Xmail servers, (primary and secondary). SMTP
> > > backup is
> now acchived with MX records.
> > > These 2 servers are on a different physical locations and have 2
> different ISP. In the previous month we had on the primary location 2
> blackouts. One was due to a long power failure (20h) which our UPS
couldn't
> suplement, and one was due to failure in the main switch of our primry
ISP.
> SMTP part was correctly backud up with coresponding MX records in the DNS,
> but our clients couldn't fetch the mail from there.
> > >
> > > Has anyone implemented a "POP3 backup" for the mail? I mean complete
> backup, so that the clients wouldn't notice the difference when they are
> connected through primary or secondary server. Has anyone configured
> anything like this or does somebody have an advise how to acchive this?
> >
> > there no such a thing of POP3 backup because users connect directly to
> > the POP3 machine and the way the secondary MX server works is to
> > forward all messages to the main server. so it usually does not have
> > local mailboxes.
> >
> >
> >
> > - Davide
> >
> >
> > -
> > 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]
> >
>
> -
> 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]
> -
> 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]
>

-
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]




[xmail] Re: Secondary server

2002-09-30 Thread Matic


>there no such a thing of POP3 backup

Yes of course, I know that.

I would like to use the ability of Xmail server to change the configuration
on the fly - as needed. I will have a script that will control the access to
primary server and replicate the files for mailboxes, users, domains,..
through some sort of secure FTP. When the primary server fails (not the
XMail itself, but ISP or something else), the script will apply the changes
to the DNS and secondary XMail coniguration files so that the secondary
server will take over thoe role of the primary. There will also be some log
to know which mailbox files were created on the primary and which on the
secondary server, so that when primary server comes up the replication in
other direction will occour as well as changes to the DNS and secondary
XMail server.

Any ideas why this wouldn't work? What else must I take care of? Has anyone
tried this before?

Matic


- Original Message -
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 30. september 2002 21:38
Subject: [xmail] Re: Secondary server


>
> On Mon, 30 Sep 2002, Matic wrote:
>
> > Hi all,
> >
> > I have curently 2 Xmail servers, (primary and secondary). SMTP backup is
now acchived with MX records.
> > These 2 servers are on a different physical locations and have 2
different ISP. In the previous month we had on the primary location 2
blackouts. One was due to a long power failure (20h) which our UPS couldn't
suplement, and one was due to failure in the main switch of our primry ISP.
SMTP part was correctly backud up with coresponding MX records in the DNS,
but our clients couldn't fetch the mail from there.
> >
> > Has anyone implemented a "POP3 backup" for the mail? I mean complete
backup, so that the clients wouldn't notice the difference when they are
connected through primary or secondary server. Has anyone configured
anything like this or does somebody have an advise how to acchive this?
>
> there no such a thing of POP3 backup because users connect directly to the
> POP3 machine and the way the secondary MX server works is to forward all
> messages to the main server. so it usually does not have local mailboxes.
>
>
>
> - Davide
>
>
> -
> 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]
>

-
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]




[xmail] Secondary server

2002-09-30 Thread Matic

Hi all,

I have curently 2 Xmail servers, (primary and secondary). SMTP backup is now acchived 
with MX records.
These 2 servers are on a different physical locations and have 2 different ISP. In the 
previous month we had on the primary location 2 blackouts. One was due to a long power 
failure (20h) which our UPS couldn't suplement, and one was due to failure in the main 
switch of our primry ISP. SMTP part was correctly backud up with coresponding MX 
records in the DNS, but our clients couldn't fetch the mail from there.

Has anyone implemented a "POP3 backup" for the mail? I mean complete backup, so that 
the clients wouldn't notice the difference when they are connected through primary or 
secondary server. Has anyone configured anything like this or does somebody have an 
advise how to acchive this?

Thanks,
Matic

-
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]




[xmail] Re: Troubles with POP3 accounts (message added)

2002-07-12 Thread Matic

Note an error in spelling euro.dions.net (shouldn't it be dinos) 

Matic

- Original Message - 
From: "Oleg Kobyakovskiy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 12. julij 2002 13:54
Subject: [xmail] Re: Troubles with POP3 accounts (message added)


> 
> The server.tab is below:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> #
> # Example configuration file.
> # Note : remember to use _REAL_ TABs and " to format this file
> #
> "RootDomain"
> "euro.dions.net"
> "POP3Domain"
> "euro.dions.net"
> "HeloDomain"
> "euro.dions.net"
> "PostMaster"
> "[EMAIL PROTECTED]"
> "ErrorsAdmin"
> "[EMAIL PROTECTED]"
> "TempErrorsAdmin"
> "[EMAIL PROTECTED]"
> #"DefaultSMTPGateways"
> "192.168.1.2,192.168.1.15"
> "RemoveSpoolErrors"
> "0"
> #"NotifyMsgLinesExtra"
> "8"
> #"NotifySendLogToSender"
> "0"
> #"NotifyTryPattern"
> "1"
> "MaxMTAOps"
> "16"
> "ReceivedHdrType"
> "0"
> "FetchHdrTags"
> "+X-Deliver-To,+Received,To,Cc"
> "MaxMessageSize"
> "2"
> #"EnableAuthSMTP-POP3"
> "0"
> "Pop3SyncErrorAccount"
> "[EMAIL PROTECTED]"
> #"AllowNullSender"
> "1"
> "AllowNullSender"
> "0"
> #"AllowSmtpVRFY"
> "1"
> #"AllowSmtpETRN"
> "1"
> #"SmtpMinDiskSpace"
> "10"
> #"SmtpMinVirtMemSpace"
> "64000"
> #"Pop3MinVirtMemSpace"
> "64000"
> 
> 
> 
> I think it's enough.
> 
> Thanks.
> 
> Matic wrote:
>  > Are you shoure you have it writen right?
>  >
>  > I also run XMail 1.9 and the variable POP3Domain works as documented.
>  > Users of that domain can log in without adding a domain to their 
> username,
>  > others must add domain name.
>  >
>  > Matic
>  >
>  >
>  > - Original Message -
>  > From: "Oleg Kobyakovskiy" <[EMAIL PROTECTED]>
>  > To: <[EMAIL PROTECTED]>
>  > Sent: 12. julij 2002 11:54
>  > Subject: [xmail] Re: Troubles with POP3 accounts (message added)
>  >
>  >
>  >
>  >>
>  >>OK. Thanks. Then I have another question:
>  >>What is '"POP3Domain""euro.dions.net"' in the server.tab for?
>  >>In the 1.8 version it works well (without @euro...) if I put this
>  >
>  > directive
>  >
>  >>there. But it not wroks in the 1.9 version.
>  >>Why?
>  >>
>  >>Thanks a lot.
>  >>
> 
> -- 
> Best regards.
> 
> Oleg  [EMAIL PROTECTED]
> (nic-hdl) OKU11
> 
> 
> -
> 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]
> 
-
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]




[xmail] Re: Troubles with POP3 accounts (message added)

2002-07-12 Thread Matic


Are you shoure you have it writen right?

I also run XMail 1.9 and the variable POP3Domain works as documented.
Users of that domain can log in without adding a domain to their username,
others must add domain name.

Matic


- Original Message -
From: "Oleg Kobyakovskiy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 12. julij 2002 11:54
Subject: [xmail] Re: Troubles with POP3 accounts (message added)


>
>
> OK. Thanks. Then I have another question:
> What is '"POP3Domain""euro.dions.net"' in the server.tab for?
> In the 1.8 version it works well (without @euro...) if I put this
directive
> there. But it not wroks in the 1.9 version.
> Why?
>
> Thanks a lot.
>
> Matic wrote:
> Hi, you must use [EMAIL PROTECTED][1] as your user name not just test.
> Thisis the same in Xmail 1.8 i have tried to telnet and it works if I use
> [EMAIL PROTECTED][2] Matic - Original Message - From: "Oleg
> Kobyakovskiy" <[EMAIL PROTECTED]>[3] To: "Davide Libenzi"
<[EMAIL PROTECTED]>[4]
> Sent: 12. julij 2002 07:15 Subject: [xmail] Re: Troubles with POP3
accounts
> (message added) Hello Davide, I've checked the login and password. You can
> see this below. What can be wrong in config and where? The CTRL session:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=-=-=-=-=- +0 <[EMAIL PROTECTED]>[5] XMail 1.9
> (Linux/Ix86) CTRL Server; Fri, 12 Jul 2002 08:03:53 +0300 .. userlist
> +00100 OK ... "euro.dinos.net" "test" "passwd" "U" ... quit +0 OK
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=-=-=-=-=- The POP3 Session:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=-=-=-=-=- +OK <[EMAIL PROTECTED]>[6] [XMail 1.9
> (Linux/Ix86) POP3 Server] service ready; Fri, 12 Jul 2002 08:04:49 +0300
> usertest +OK Password required for [EMAIL PROTECTED][7] pass passwd -ERR
> Invalid auth or access denied Connection closed by foreign host.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=-=-=-=-=- So you see that login and password are right. Where can
I
> look else? Thanks a lot. Friday, July 12, 2002, 5:27:24 AM, you wrote: DL>
> OnThu, 11 Jul 2002, Oleg Kobyakovskiy wrote: Hi All, I just setuped the
last
> version (1.9) of XMail on my new linux machine and I acn't login under
POP3
> accout. Does anybody know what the problem can it be? In my old linux
> machinethe XMail 1,8 works perfect. Whan I try to login to POP3 server it
> tels me: -ERR Invalid auth or access denied Password and login are right.
> user.tab is: "RealName" "??" "HomePage" "??" "Address" "??" "Telephone"
"??"
> "MaxMBSize" "1" "SmtpPerms" "MR" "ReceiveEnable" "1" "PopEnable" "1"
DL>
> there is no difference from 1.8 and 1.9 in that area. everything working
DL>
> in 1.8 will work in 1.9 DL> check your config and your username/passwd
DL> -
> Davide -- Best regards, Oleg mailto:[EMAIL PROTECTED][8] - To unsubscribe from
> this list: send the line "unsubscribe xmail" in the body of a message to
> [EMAIL PROTECTED][9] For general help: send the line "help" in the
> bodyof a message to [EMAIL PROTECTED][10] - To unsubscribe from this
> list: send the line "unsubscribe xmail" in the body of a message to
> [EMAIL PROTECTED][11] For general help: send the line "help" in the
> body of a message to [EMAIL PROTECTED][12]
> -- Best regards. Oleg [EMAIL PROTECTED][13] (nic-hdl) OKU11
>
>
> --- Links ---
>1 mailto:[EMAIL PROTECTED]
>2 mailto:[EMAIL PROTECTED]
>3 mailto:[EMAIL PROTECTED]
>4 mailto:[EMAIL PROTECTED]
>5 mailto:[EMAIL PROTECTED]
>6 mailto:[EMAIL PROTECTED]
>7 mailto:[EMAIL PROTECTED]
>8 mailto:[EMAIL PROTECTED]
>9 mailto:[EMAIL PROTECTED]
>   10 mailto:[EMAIL PROTECTED]
>   11 mailto:[EMAIL PROTECTED]
>   12 mailto:[EMAIL PROTECTED]
>   13 mailto:[EMAIL PROTECTED]
> -
> 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]
>

-
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]




[xmail] Re: Troubles with POP3 accounts (message added)

2002-07-12 Thread Matic


Hi,

you must use [EMAIL PROTECTED] as your user name not just test. This is
the same in Xmail 1.8

i have tried to telnet and it works if I use [EMAIL PROTECTED]

Matic

- Original Message -
From: "Oleg Kobyakovskiy" <[EMAIL PROTECTED]>
To: "Davide Libenzi" <[EMAIL PROTECTED]>
Sent: 12. julij 2002 07:15
Subject: [xmail] Re: Troubles with POP3 accounts (message added)


>
> Hello Davide,
>
> I've checked the login and password. You can see this below. What can
> be wrong in config and where?
>
> The CTRL session:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-
> +0 <[EMAIL PROTECTED]> XMail 1.9 (Linux/Ix86) CTRL Server;
Fri, 12 Jul 2002 08:03:53 +0300
> ..
> userlist
> +00100 OK
> ..
> "euro.dinos.net""test"  "passwd""U"
> ..
> quit
> +0 OK
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-
> The POP3 Session:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-
> +OK <[EMAIL PROTECTED]> [XMail 1.9 (Linux/Ix86) POP3 Server]
service ready; Fri, 12 Jul 2002 08:04:49 +0300
> user test
> +OK Password required for [EMAIL PROTECTED]
> pass passwd
> -ERR Invalid auth or access denied
> Connection closed by foreign host.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-
>
> So you see that login and password are right. Where can I look else?
>
> Thanks a lot.
>
> Friday, July 12, 2002, 5:27:24 AM, you wrote:
>
>
> DL> On Thu, 11 Jul 2002, Oleg Kobyakovskiy wrote:
>
> >>
> >> Hi All,
> >>
> >> I just setuped the last version (1.9) of XMail on my new linux machine
> >> and I acn't login under POP3 accout.
> >> Does anybody know what the problem can it be?
> >> In my old linux machine the XMail 1,8 works perfect.
> >>
> >> Whan I try to login to POP3 server it tels me:
> >> -ERR Invalid auth or access denied
> >>
> >> Password and login are right.
> >> user.tab is:
> >> "RealName"  "??"
> >> "HomePage"  "??"
> >> "Address"   "??"
> >> "Telephone" "??"
> >> "MaxMBSize" "1"
> >> "SmtpPerms" "MR"
> >> "ReceiveEnable" "1"
> >> "PopEnable" "1"
>
> DL> there is no difference from 1.8 and 1.9 in that area. everything
working
> DL> in 1.8 will work in 1.9
> DL> check your config and your username/passwd
>
>
> DL> - Davide
>
> --
> Best regards,
>  Olegmailto:[EMAIL PROTECTED]
>
> -
> 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]
>

-
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]




[xmail] Re: help migrating to new server

2002-07-08 Thread Matic


have you checked with regedit entries in the registry : cmdline and 
mail_root values (compare it to the working machine)
check also the service properties (path to the xmail.exe)

Matic


At 08. 07. 02 19:39, you wrote:

>just gave the system account full privilages on the directory,
>removed the service, reinstalled, and tried to start it
>no luck I' afraid :(
>
>-Original Message-
>From: Matic [mailto:[EMAIL PROTECTED]]
>Sent: 08 July 2002 10:32
>To: [EMAIL PROTECTED]
>Subject: [xmail] Re: help migrating to new server
>
>
>
>Hi,
>
>i've used xmail on w2k with sp1 and sp2 so this shouldn't be the problem
>
>check the rights of a SYSTEM account for the files (folder) of XMail
>
>Matic
>
>
>
>At 08. 07. 02 19:16, you wrote:
>
> >just uninstalled it, thats not the problem, doh!!!
> >
> >the only thing i can see is that one box is win 2000 service pack 1
> >and the one that wont work is service pack 2,
> >
> >if i get to the bottom of this I'll let you know.
> >
> >Thanks
> >
> >Sean
> >
> >-Original Message-
> >From: Davide Libenzi [mailto:[EMAIL PROTECTED]]
> >Sent: 08 July 2002 10:16
> >To: XMail mailing list
> >Subject: [xmail] Re: help migrating to new server
> >
> >
> >
> >On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote:
> >
> > >
> > > yip, installed the service, its the service I'm trying to start,
> > >
> > > just installed 1.9 and used the XMWizard tool to install,
> > > with exactly the same problem at the end, there must be something
> > > strange about this box, if IMail is installed but not running could
> > > it still interfere somehow
> >
> >i really do not know what IMail does, sorry
> >
> >
> >
> >- Davide
> >
> >
> >-
> >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]
> >
> >-
> >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]
>
>7S d.o.o.
>Matic Pata=E8ko
>Blatnica 1
>1236 Trzin
>SLOVENIA
>tel: +386 1 5300 855
>fax:+386 1 563 4948
>
>-
>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]
>
>-
>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]

-
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]




[xmail] Re: help migrating to new server

2002-07-08 Thread Matic


Hi,

i've used xmail on w2k with sp1 and sp2 so this shouldn't be the problem

check the rights of a SYSTEM account for the files (folder) of XMail

Matic



At 08. 07. 02 19:16, you wrote:

>just uninstalled it, thats not the problem, doh!!!
>
>the only thing i can see is that one box is win 2000 service pack 1
>and the one that wont work is service pack 2,
>
>if i get to the bottom of this I'll let you know.
>
>Thanks
>
>Sean
>
>-Original Message-
>From: Davide Libenzi [mailto:[EMAIL PROTECTED]]
>Sent: 08 July 2002 10:16
>To: XMail mailing list
>Subject: [xmail] Re: help migrating to new server
>
>
>
>On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote:
>
> >
> > yip, installed the service, its the service I'm trying to start,
> >
> > just installed 1.9 and used the XMWizard tool to install,
> > with exactly the same problem at the end, there must be something
> > strange about this box, if IMail is installed but not running could
> > it still interfere somehow
>
>i really do not know what IMail does, sorry
>
>
>
>- Davide
>
>
>-
>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]
>
>-
>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]

7S d.o.o.
Matic Pata=E8ko
Blatnica 1
1236 Trzin
SLOVENIA
tel: +386 1 5300 855
fax:+386 1 563 4948

-
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]




[xmail] Loop in XMail

2002-06-14 Thread Matic


Hello,

I've seen (read) that Davide fixed the problem with maill loop if user has=
=20
activated a redirection to him self.

Just a thought: if two users decieded to "attack" XMail server by doing the=
=20
following:
1. user A redirects the mail to user B
2. user B redirects the mail to user A

Will the fix Davide has made survive this scenario or can this be cause of=
=20
another neverending loop.



7S d.o.o.
Matic Pata=E8ko
Blatnica 1
1236 Trzin
SLOVENIA
tel: +386 1 5300 855
fax:+386 1 563 4948

-
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]




[xmail] SMTP Log - Status column values

2001-11-01 Thread Zephur Matic

Hi All,
could someone post a list of the values and their meanings of the Status 
column (column 9) in the smtp log file. I've come across the following so 
far:
"RCPT=OK"
"RECV=OK"
"RCPT=EAVAIL"
"RCPT=ERELAY"
"RCPT=ESYNTAX"

Zeph.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




[xmail] Testing with Telnet

2001-10-31 Thread Zephur Matic

Hi All,
could someone please post some sample telnet 'conversations' that i can use 
as templates to manually test my XMail implementation. The situations i'd 
like to test are:
  - attempting to send mail using xmail as an open relay
  - sending a valid email to a local account
  - connecting to the pop3 server
  - sending mail after connecting to the pop3 server (no smtp auth)
  - sending mail without connecting to pop3 first, but using smtp auth

I thought i had things sorted out, but i saw my smtp log grow unusually 
quickly and caught someone using my server to send mail. I put their ip into 
spammers.tab for now, but i'd like to get the server locked down. Would 
putting "127.0.0.1" "255.255.255.255" into mailrelay.tab cause a breach in 
security?

Zeph.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: [xmail] smtp auth setup

2001-10-31 Thread Zephur Matic

Thanks Davide! I think i've got it! I had to make sure it worked with the 
EyeXMail component as well so i put 127.0.0.1 and the machine's real ip into 
smtprelay.tab and i can send mail out, recieve external email and use the 
EyeXMail component on the web server that's on the same box as XMail.

Happy Halloween Everyone!

Zeph.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: [xmail] smtp auth setup

2001-10-31 Thread Zephur Matic

Unfortunately all the friend ips are dynamic. :(


>From: Davide Libenzi <[EMAIL PROTECTED]>
>To: Zephur Matic <[EMAIL PROTECTED]>
>CC: XMail mailing list <[EMAIL PROTECTED]>
>Subject: Re: [xmail] smtp auth setup
>Date: Wed, 31 Oct 2001 11:35:33 -0800 (PST)
>
>On Wed, 31 Oct 2001, Zephur Matic wrote:
>
> > Hi XMail Gurus,
> > I'm trying to configure the smtp server to allow mail relaying only 
>after
> > pop3 authentication, but i the problem i run into is that when i set:
> > "SmtpConfig""mail-auth"
> > in server.tab i can send mail out, but no mail can come in to my 
>domains.
> > When i comment that out i can send mail, but the server is now an open
> > relay.
>
>The use of mail auth is way too restrictive.
>Just set the smtprelay.tab file with your "friend" IPs ( delete the all
>zero line ).
>
>
> > PS. Is there any way we can see the Documentation project 'work in
> > progress'.
>
>Pls contact Aaron Johnson <[EMAIL PROTECTED]>
>
>
>
>
>- Davide
>
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




[xmail] smtp auth setup

2001-10-31 Thread Zephur Matic

Hi XMail Gurus,
I'm trying to configure the smtp server to allow mail relaying only after 
pop3 authentication, but i the problem i run into is that when i set:
"SmtpConfig""mail-auth"
in server.tab i can send mail out, but no mail can come in to my domains. 
When i comment that out i can send mail, but the server is now an open 
relay.

Can someone please post a checklist of .tab files and the configs for those 
tab files to set up a secure multi-domain xmail server.

Thanks,
Zeph

PS. Is there any way we can see the Documentation project 'work in 
progress'.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




RE: [xmail] EyeXMail Component Hanging

2001-09-25 Thread Zephur Matic

Hi All,
well i've tracked down the culprit. I tried sending mail using telnet and 
the time between when i entered my command and when i received a response 
was a relatively long time, 30 seconds to be exact. That would explain the 2 
1/2 minutes for EyeXMail to connect and send an email (1 command to connect 
and 4 commands to send!). Then i had to figure out why this was happening, 
so after reading through the documentation i found all the settings that 
could affect the smtp command delay time and matched it up the the values in 
the .tab files. voila! Somehow, someone, something had turned on orbs 
checking with a 30 second delay. A simple # solved that problem, and the 
moral of the story? I'm not sure, it's in there somewhere, but this was 
enough debugging for me for now.

Zeph.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




RE: [xmail] EyeXMail Component Hanging

2001-09-24 Thread Zephur Matic

Hi All,
I've increased the script timeout times and the page does work, however it 
takes 2 1/2 minutes to send an email! Below is the asp script i ran and its 
output. The Connect method consistantly takes exactly 30 seconds to complete 
and the Send method consistantly takes exactly 2 minutes to execute. Any 
Ideas?

ASP Code:
  Set oSMTP = Server.CreateObject("eyeXMail.SMTP")
  oSMTP.ServerAddress = "127.0.0.1"
  oSMTP.ServerPort = "25"
  oSMTP.Username = "[EMAIL PROTECTED]"
  oSMTP.Password = "password"
  oSMTP.From = sFrom
  oSMTP.AddTo(sTo)
  oSMTP.Subject = sSubject
  oSMTP.Body = sBody
  Response.Write Now & ""
  oSMTP.Connect
  Response.Write Now & ""
  oSMTP.Send
  Response.Write Now & ""
  oSMTP.Quit
  Response.Write Now & ""
  Response.Write "Message Sent!"

OutPut:
9/24/2001 5:16:04 PM
9/24/2001 5:16:34 PM
9/24/2001 5:18:34 PM
9/24/2001 5:18:34 PM

Message Sent!


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




[xmail] EyeXMail Component Hanging

2001-09-24 Thread Zephur Matic

Hi All,
I'm using XMail on W2k and i'm also using the EyeXMail com component to send 
out emails using asp. Everything's been working fine until a day or so ago. 
What happens now is that when the component tries to connect to the XMail 
server it just sits there, then eventually the asp script times out. The 
wierd thing is that as soon as the script times out the email gets send, 
however the user gets a script timeout error message in their browser. Any 
thought, suggestions or hints? XMail itself seems to be working fine.



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




[xmail] getting started with email

2001-09-20 Thread Zephur Matic

Here are a couple books to get the newbie email admins going.

Programming Internet Email (1565924797)
Internet Email Protocols: A Developer's Guide (0201432889)

There's also tons of info on the net, you just have to dig.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp