[xmail] message header problem

2005-05-31 Thread Brandon Wittenburg
Hey guys.

I'm looking for help on an XMail to Exchange problem.

My XMail(1.21) runs on debian and I'm using ClamAV with Peter Lindeman's
filter and Spamassassin with Don Drake's filter. The server only handles
one domain that is setup as a custom domain that does the smtprelay to
the Exchange server. The exchange server is version 2003 on windows
2003.

When the mail messages pass through the XMail server, headers are added
by the two filters that I am using. For instance, the AV script will
add:

X-AV-Scanned: yes  97f6fbf98987e4d81281371bd3f314c8

And the spamassassin script will add:

X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27)
X-Spam-Level:=20
X-Spam-Status: No, score=3D-2.6 required=3D5.0 tests=3DAWL,BAYES_00,
NORMAL_HTTP_TO_IP,SPF_HELO_PASS,SPF_PASS autolearn=3Dham
version=3D3.0.3

Now, all this is perfectly fine until the messages reach the exchange
server. It wants to rewrite the headers for some reason. The problem is
it will add a header of X-OriginalArriveTime: 27 May 2005 15:02:05.0488
. and Return-Path: [EMAIL PROTECTED] *after* the first line of the
message body. This results in every email looking like this when it is
received:


---begin sample message body---
I had the same problem when using symantec av smtp gateway and some =3D
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 May 2005 15:02:05.0488 (UTC)
FILETIME=3D[0BC00B00:01C562CD]

clients
too with some avs ...
---end sample message body---


I have tried telling spamassassin to add an extra header to the message
because I first thought the error was due to the very long
X-Spam-Status: header. But after adding a short header like
X-Spam-WCMC_UCE_FILTER: 3.03 (which gets placed as the last line of
the mail headers) the X-OriginalArriveTime... and Return-Path:...
will still appear in the message body.


Has anyone seen this type of behavior? I appreciate any insight into
this problem and how to possibly correct it.

Regards,

Brandon Wittenburg

-
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: message header problem

2005-05-29 Thread Brandon Wittenburg
Manuel Martin wrote:
Hello Brandon,
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 28 May 2005 23:10:34.0087 (UTC)
FILETIME=3D[73731770:01C563DA]

I have observed this behaviour if the message in question had some CR,=20
or CRCR*LF character-sequences instead of CRLF as line separators in
the=20
header (with some SPAM).

Regards, Manuel Martin

Thanks for the suggestion. I've modified the spamassassin script so it
will pass the modified email through 'unix2dos' before giving it back to
XMail. So far all email received after the modification look okay.

Davide: Trust me, I am working very hard to put the Exchange in the
garbage!

Thanks for all your help.

Regards,

Brandon Wittenburg
-
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: Message ID Numbers?

2005-03-30 Thread Brandon Wittenburg

Okay, I guess I should clarify what I mean by message ID numbers. PHP
downloads the messages over POP3 as you would using telnet. The message
IDs that it uses are just like you would using the command line to read
mail:

LIST
+OK 15 70871
1 5427
2 1826
3 16834
4 4043
5 3875
[snip]

Look at the POP3 command uidl

Regards,

Brandon Wittenburg
-
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: 451 error

2003-06-23 Thread Brandon Wittenburg


 mail from:[EMAIL PROTECTED]

 Any ideas about what's happening?Thanks

it should be like

mail from:[EMAIL PROTECTED]

Regards,

Brandon Wittenburg

-
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] PHP Password Change Script

2003-06-10 Thread Brandon Wittenburg

I think I saw someone request a PHP script to allow someone to change 
their XMail password. I lost the email cause I've been screwing with 
Mozilla Mail. Anway, I have such a script that I put together by 
referencing the one listed on xmailserver.org by Louis Solomon (which 
never would work for me) and UMPL-XMail by Achim Schmidt. It is a _very_ 
simple script. There is no option to choose the domain (although it can 
be added with ease), you must edit the script to input the domain, ctrl 
user and pass, and the page you want people to be redirected to once the 
password change is done. I've also integrated this script with Uebimiau 
so users can change their password under the options/preferences page. 
It requires that the preferences.html page be modified. I can offer the 
modified section of the page and give the modifed PHP script to anyone 
that asks, but I really didn't want to try to offer it as a package as 
the uebimiau 'theme' I use is completely custom. So if anyone is 
interested you can download the PHP password script here:

http://www.656.org/downloads/XMpasswd.tar.gz

or it will always be available as a link from here:

http://www.656.org

Regards,

Brandon Wittenburg


-
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] PHP Password Change Script with Uebimiau

2003-06-10 Thread Brandon Wittenburg

I've written a small doc on how to get a password change utility with 
Uebimiau. It includes the html code that needs to be added to UM and the 
PHP script that does the password change. You can view it at:

http://www.656.org/xmumhowto.htm

and it will always be offered as a link from:

http://www.656.org

Regards,

Brandon Wittenburg


-
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: A good webmail - UebiMiau password change

2003-06-06 Thread Brandon Wittenburg

Dan Stefan wrote:

  Hi,

  DS I use Uebimiau 2.7.2 and I've made some modifications to allow users to change 
 their password (using Xmail::Ctrl). If someone is interested please say!

  Yes I am :-) But, I'm using 2.7.8b1 ... Is it easy to plug into any
  version of UebiMiau ?

  Thanks !
  

I did something like this not too long ago, only I used PHP to add a 
password change option to the Preferences page in Uebimiau. It is very 
simple and will work with any version of UM.

Regards,

Brandon Wittenburg

-
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: password synchronization

2003-06-04 Thread Brandon Wittenburg

webmaster wrote:

Is there a way for me to sync passwords with xmail like when users of the
domain change thier password can it be synced with xmail so that its the
same password when they login to check webmail?
  

This is not enough information. When you change a password in XMail then 
the users should have to use the new password when they login to 
webmail. If you still need help, you could offer more information, like 
what webmail client do you use?

Regards,

Brandon Wittenburg

-
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: OFFTOPIC Php and Xmail

2003-05-30 Thread Brandon Wittenburg

Pablo Pedernera wrote:

Hi, 
I want to know if someone have already working xmail and php, because I take sometime 
to make works, and the only I get is works php and xmail on the command line, but not 
on the web server.
Thanks
  

I use PHP's mail() function to send e-mails through XMail. You need to 
have the XMail sendmail script setup properly for this to work. And it 
does work with the web server (Apache).

Regards,

Brandon

-
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 Brandon Wittenburg

Davide Libenzi wrote:

Can someone running XMail on Windows confirm this ? It is true that that
domain com4.com.br could not exist on XMail on Windows, but it should be
able to receive messages from such domain.
BTW, did I ever tell you that Windows *sucks* ? They have developers that
after 20 years did not firuge it out that the string com4.com.br is
different from the string com4 !!
  

Davide,

+0 [EMAIL PROTECTED] XMail 1.10 (Win32/Ix86) CTRL 
Server; Wed, 02 Apr 2003 10:40:42 -0600
rootpassword
+0 OK
domainadd   com4.com.br
-00017 Unable to create directory
domainlist
+00100 OK
com4.com.br
..
quit
+0 OK
Connection closed by foreign host.

So it is added to domains.tab, but windows is unable to create the 
directory under ./domains. Yes, windows *sucks*! But that is why all of 
my *real* XMail servers run in Linux and BSD. ;)

Regards,

Brandon Wittenburg


-
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: AW: Re: AW: Re: Froz msg resend

2003-03-26 Thread Brandon Wittenburg

Troy Rodriguez wrote:

My syntax in the file domainname.com.tab which is the mailproc.tab file
for the custom domain is:

smtp

That is all that is in it right now I also changed it to:

smtprelay
  

Try
smtprelay[tab]primarymx.domain.com

The smtprelay requires the server to which mail will be relayed to be 
specified.

Regards,

Brandon Wittenburg


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

2003-02-12 Thread Brandon Wittenburg

Andrew Joakimsen wrote:

Squirrelmail requires IMAP, but if you like it you might want to use
SmartPost, I belive that webmail is based on SM, but it is more integrated
with XMail.
  

Yikes! Don't let Chandu know about this one. Here's from his FAQ on 
Smartpost:

*Q3. Why another Webbased Interface, why not squirrelmail ? *
I hate squirrel mail, I really hate it.
It's bulky, complex, slow  ugly.
Also If i use squirrelmail, I have to again edit code 
of squirrelmail to add features like change password, 
Show % of Quota used etc, Fowarding etc. So I started 
writing my own.. I used some code from http://ecorrei.sourceforge.net/

Regards,

Brandon



-
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: Test ...

2003-02-10 Thread Brandon Wittenburg

Davide Libenzi wrote:

Testing new server, sorry for the noise ...



- Davide

  

Forgive my silly question, but what happened to 1.13? :)

Regards,

Brandon

-
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: Another question.

2003-01-24 Thread Brandon Wittenburg



You are not right up to the end.
There are two confirmation types:
One is Read Confirmation and is generated by the mail client.
You are right at this point.
But another is Delivery Confirmation and is hanlded by MTA.
It is generated by MTA when it relayed a message to a destination and done
it successful.

My problem is that XMail seems to be fully ignorant to the second type of
confirmation requests.

  

It seems I am ingnorant of the second type as well.

http://www.ietf.org/rfc/rfc1891.txt   (section 5)
http://www.ietf.org/rfc/rfc2532.txt (section 2)

Thank you for enlightening me. :)

Regards,

Brandon

-
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: Another question.

2003-01-23 Thread Brandon Wittenburg

slackl wrote:

I have setted up an XMail and it is not generating confirmation receipts and delivery 
notifications upon receiving an emails, which request them.

Is this normal and how should I enable this feature if it possible ?
  

This is a feature of a mail client, not a mail server. When you send an 
email that request confirmation of delivery, it is the person to whom 
you are sending's mail client software that will send the delivery 
notification -- and only then if that person decides to send the 
confirmation (depending on the software).

So your XMail is operating normally.

Regards,

Brandon

  


-
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 ports?

2003-01-22 Thread Brandon Wittenburg

Bill Healy wrote:

They can't block outgoing ports because those are dynamically assigned
most of the time. What they can do is look at the port you are trying to
connect to, such as SMTP 25. So yes they are blocking outgoing
connections, but not based upon where you are coming from, but where you
are going to.

Bill

Our server is @ Hurricane Electric, they cannot block any of my ports.

What im saying is that more than one ISP blocks the outgoing PORTS of the
subscribers. By listening on multiple ports you could configure your email
software to use an alternate port and send email without any problems.
Bellsouth as one example has HORRIBLE email servers and has a 10MB size
limit.

  

You idiots are arguing the same point, only using different terminology. 
Surely you can see this.

Regards,

Brandon


-
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: Weird internal error

2003-01-09 Thread Brandon Wittenburg

Michael Mehrle wrote:

That still does not explain why people's mail bounces back to me. Now, the telnet 
attempt might have failed because of an illegal command, but my mailserver is still 
rejecting emails. I'm out of work right now and might lose important mail regarding 
new jobs; unless I can fix this asap, I will have to scrub xmail and use something 
else. 
If anyone has any ideas about this, please let me know asap.
Michael
 Davide Libenzi [EMAIL PROTECTED] wrote:
On Wed, 8 Jan 2003, Michael Mehrle wrote:

  

XMail stopped to accept mail today. I recycled the server but to no avail. When a 
friend of mine tried to telnet in he got this exchange - and I was able to replicate 
the same error:

telnet mailhost.datasaur.com 25
Trying 216.31.146.19...
Connected to mailhost.datasaur.com.
Escape character is '^]'.
220 1042069007.30747@crichton [XMail 1.10 (Linux/Ix86) ESMTP Server] service 
ready; Wed, 08 Jan 2003 15:36:47 -0800
helo xman.org
250 datasaur.com
MAIL FROM: [EMAIL PROTECTED]
451 Requested action aborted: (-31) local error in processing

Anyone any ideas on this?



Wrong syntax not allowed by RFC :

mail from:



- Davide

  


Is there an email account that is valid so we may test? I was able to 
get to your server ok, but there does not appear to be a postmaster 
account setup.

[brandon@brandon brandon]$ telnet mailhost.datasaur.com 25
Trying 216.31.146.19...
Connected to mailhost.datasaur.com (216.31.146.19).
Escape character is '^]'.
220 1042138790.221211@crichton [XMail 1.10 (Linux/Ix86) ESMTP Server] 
service ready; Thu, 09 Jan 2003 10:59:50 -0800
helo testing.656.org
250 datasaur.com
mail from: [EMAIL PROTECTED]
250 OK
rcpt to: [EMAIL PROTECTED]
550 Mailbox unavailable [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
550 Mailbox unavailable [EMAIL PROTECTED]
quit
221 [XMail 1.10 (Linux/Ix86) ESMTP Server] service closing transmission 
channel
Connection closed by foreign host.


-
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: I cannot login into POP3

2002-09-19 Thread Brandon Wittenburg


Roberto Pavesi wrote:

Strange problem.
I have setting up a domain and a POP3. When I try to connect via POP3
client (outlook or netscape) the authentication receive only the name
and not the domain.
For example
email address is [EMAIL PROTECTED]
setup of pop3 client:
login: [EMAIL PROTECTED]
pwd: password

On the pop3 log file I see on test as a login and not
[EMAIL PROTECTED].

It's late, after a very hard day, but I like to solve before sleeping !


I know with Netscape you must use a . instead of the @ in the 
username if the login is the full email address. Netscape will not pass 
the @domain.com even if you put the full email address as the username. 
This is with Netscape 6 and earlier as I know. Current Mozilla will pass 
the full email to the server, so I'm sure current Netscape will too.

-
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: Best practice upgrading?

2002-05-22 Thread Brandon Wittenburg



  have just upgraded my XMail server for the first time, and found some
 strange things during the process.
 Is there any one out there that have a best practice about how to upgrade
 XMail on Linux (RH 7.2)?

 Anyway, What I did was to stop XMail, renamed /var/MailRoot -
 /var/Mailroot.1.6 (Yes I skipped 1.7)
 Installed 1.8 from the prebuilt RPM (had to do it with the --force
option),
 I copied the .tab files from /var/MailRoot.1.6 to /var/MailRoot.1.8 (A
small
 change in server.tab was kept from the 1.8 server.tab)
 I also copied the domains and spool directories (after having removed the
 existing ones).

 XMail then started without any problems and I was able to send outgoing
 mail, but incomming mail did not work.
 Testing resulted in an failure delviery with the following  information

 ---snip---
 Unable to deliver message to the following address(es).
 [EMAIL PROTECTED]:
 217.215.11.128 does not like recipient.
 Remote host said: 550 Relay denied
 Giving up on 217.215.11.128.
 ---snip---

 It wasn't until I deleted another (testing)domain and enabled it again,
the
 incomming mail started to work.
 It works fine now.
 Any ideas why this happend,
 and any ideas on how to upgrade the next time.

 Hans Birgander

 Btw. Thanx for an outstanding dedication to the program Davide.





You should not have to move your mailroot (making a backup would be good
though) when you upgrade with the rpm. just do a # rpm -Uhv
xmailxxx.i386.rpm. From 1.6 to 1.8 you should only have to re-enter your
command line values if you had messed with them before. All of your users
and domains should be kept intact.

Also, what did you need the --force flag for? I have done many setups using
the rpm on RH7.2 boxes without any need for the --force flag on any of them.
I have also upgraded flawlessly from 1.6 to 1.7 as well as 1.6 to 1.8
without error.

-Brandon Wittenburg

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

2002-04-24 Thread Brandon Wittenburg


I have some users who are reporting that they cannot send out an email to 
more than 200 addresses at the same time. I am using just POP before SMTP 
as SMTP authentication type and typically all of the default settings that 
XMail setup with. Does XMail have any limits as to the number of addresses 
one email may be sent to? Any suggestions?

-Brandon Wittenburg


-- Attached file included as plaintext by Ecartis --


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 4/19/02


-
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] XMail log files

2002-03-15 Thread Brandon Wittenburg


Howdy, folks!

I do not seem to be able to get XMail to write to log files. Or at least I 
am not looking in the right place for the files. I have done a well read to 
the documentation, but I don't see where I can specify the location for the 
log files or anything that gives me a clue where to look. Any suggestions?

Best regards,

Brandon Wittenburg
[EMAIL PROTECTED]


-- Attached file included as plaintext by Listar --


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.338 / Virus Database: 189 - Release Date: 3/14/02


-
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: SMTP Relay

2002-03-12 Thread Brandon Wittenburg


Wow. I didn't expect to cause such a mess with that message. Oh well, 
thanks anyway. Removing the 0.0.0.0 ... line from the smtprelay.tab file 
was what I needed.

Thanks again,

Brandon Wittenburg
[EMAIL PROTECTED]


-- Attached file included as plaintext by Listar --


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02


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