From rajeev.rudrakshi@xxxxxxxxxxxxx Fri Mar 22 16:34:50 2002 Date: Fri, 22 Mar 2002 22:04:50 +0530 From: Rajeev rajeev.rudrakshi@xxxxxxxxxxxxx Subject: [Vmail-discuss] problem regarding webmail server This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1D1ED.96565860 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello,=20 I got this mail id while I was surfing through a discussion = [Vmail-discuss] Webmail for vmail-sql I am facing a problem in a webbased mail server ... I want a webbased interfeace to change the password at the server .. The o/s is solaris .. and i am using imapd as authentication mechanism = .. if u have any clue about this please let me know ........ Thanks and Regards, KAUSTUBH CHAPORKAR ------=_NextPart_000_0007_01C1D1ED.96565860 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I got this mail id while I was surfing = through a=20 discussion [Vmail-discuss] Webmail for=20 vmail-sql
I am facing a problem in a webbased mail server=20 ...
I want a webbased interfeace to change the password = at the=20 server ..
The o/s is solaris .. and i am using imapd as = authentication=20 mechanism ..
if u have any clue about this please let me know=20 ........
 
Thanks and Regards,
KAUSTUBH CHAPORKAR
 
------=_NextPart_000_0007_01C1D1ED.96565860-- From sales@xxxxxxxxxxxxxx Mon Mar 25 14:45:23 2002 Date: Mon, 25 Mar 2002 14:45:23 -0000 From: iHostWeb Sales sales@xxxxxxxxxxxxxx Subject: [Vmail-discuss] Can anyone help? - install trouble Can anyone help me, or has anyone else suffered this problem. I'm trying to install vmail sql 0.6. I've set all the options in Config.pm as needed, upgraded the database, first with 0.4 then with the 0.5 upgrade, and I always get error messages saying: ..... you need to upgrade to 0.4 ..... etc etc .... you need to upgrade to 0.5 .... etc etc...... Can anyone help? Gareth Down -- gjd@ihostweb.net From diff@xxxxxxxxxxxxxxxxx Tue Mar 26 18:40:25 2002 Date: Tue, 26 Mar 2002 19:40:25 +0100 From: =?ISO-8859-10?Q?Ren=E9?= Brask =?ISO-8859-10?Q?S=F8rensen?= diff@xxxxxxxxxxxxxxxxx Subject: [Vmail-discuss] vmail compatible of suporting different clients Hi all I'm just currious if anyone can confirm that vmail is able to work with clients like outlook and evolution ??? (the pop3 part). I'm using postfix+mysql+qpopper right now and have problems with the way of outlook treading usernames for pop3 accounts vs. postfix and qpopper... thanks Rene From chris@xxxxxxxxxxxxx Tue Mar 26 18:52:48 2002 Date: Tue, 26 Mar 2002 18:52:48 +0000 From: Chris Lightfoot chris@xxxxxxxxxxxxx Subject: [Vmail-discuss] vmail compatible of suporting different clients On Tue, Mar 26, 2002 at 07:40:25PM +0100, Ren=E9 Brask S=F8rensen wrote: > Hi all >=20 > I'm just currious if anyone can confirm that vmail is able to work with= =20 > clients like outlook and evolution ??? (the pop3 part).=20 >=20 > I'm using postfix+mysql+qpopper right now and have problems with the wa= y=20 > of outlook treading usernames for pop3 accounts vs. postfix and qpoppe= r... This is really a tpop3d question rather than a vmail-sql one. Any client which speaks the POP3 protocol correctly will interact OK with tpop3d. There are user interface problems with some broken mail user agents which, if the user enters a strings such as `foo@bar.com' assume that the user has entered an email address in error, and so assume that the full username is `foo'. Typically bugs of this sort can be worked around by having users specify `foo!bar.com', `foo%bar.com' or `foo:bar.com'; tpop3d interprets any of the characters [@%:!] as a domain separator. I don't know of any problems with Microsoft Outlook and POP3 usernames specifically, but I don't use Outlook and I expect that any such reports would be drowned in the flood of security problems. --=20 A cynic is a man who, upon smelling flowers, looks around for a coffin. (Mencken) From chris@xxxxxxxxxxxxx Wed Mar 27 03:12:11 2002 Date: Tue, 26 Mar 2002 21:12:11 -0600 From: Chris Douglas chris@xxxxxxxxxxxxx Subject: [Vmail-discuss] exim 4.02/vmail-sql config This is a multi-part message in MIME format. ------=_NextPart_000_002D_01C1D50A.E507AFC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have been using exim for a while and decided to try the = exim/vmail-sql/Mysql combo on a new server to do virtual boxes. I got version 4.02 of exim and have been trying to convert the config = file settings posted on the vmail-sql site to work with the new syntax = of 4.02 but I am having no luck. Does anyone have an exim config that = works? Will it work or should I go back to a 3.x version? Thanks Chris Douglas ------=_NextPart_000_002D_01C1D50A.E507AFC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
   I have been using exim for = a while and=20 decided to try the exim/vmail-sql/Mysql combo on a new server to do = virtual=20 boxes.
I got version 4.02 of exim and have = been trying to=20 convert the config file settings posted on the vmail-sql site to = work with=20 the new syntax of 4.02 but I am having no luck.  Does anyone have = an=20 exim config that works?  Will it work or should I go back to a = 3.x=20 version?
 
Thanks
Chris = Douglas
------=_NextPart_000_002D_01C1D50A.E507AFC0-- From chris@xxxxxxxxxxxxx Wed Mar 27 08:27:34 2002 Date: Wed, 27 Mar 2002 08:27:34 +0000 From: Chris Lightfoot chris@xxxxxxxxxxxxx Subject: [Vmail-discuss] exim 4.02/vmail-sql config On Tue, Mar 26, 2002 at 09:12:11PM -0600, Chris Douglas wrote: > Hello, > I have been using exim for a while and decided to try > the exim/vmail-sql/Mysql combo on a new server to do > virtual boxes. > I got version 4.02 of exim and have been trying to > convert the config file settings posted on the vmail-sql > site to work with the new syntax of 4.02 but I am having > no luck. Does anyone have an exim config that works? > Will it work or should I go back to a 3.x version? It will certainly be possible to make vmail-sql work with Exim version 4, but it will require substantial changes due to structural changes to Exim. We haven't yet looked at an update for Exim 4. -- ``The Algernons were all from minor public schools. In the new mood of classlessness, they could plausibly carry on as if they came from major ones.'' (Clive James, on 1960s Cambridge) From anbigfrpwud at black-tomato.com Sun Mar 3 13:59:00 2002 From: anbigfrpwud at black-tomato.com (DLink gigabyte) Date: Sun, 3 Mar 2002 16:59:00 +0300 Subject: [Vmail-discuss] Your order Message-ID: <8394913D5D2EF34.8F228A60A6@black-tomato.com> ------=_NextPart_000_0003_01C1C2D4.B706B550 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
--- Your order was successfully submitted ---

Your order is pending, your card has not yet been charged.....
we will process your order within 24hrs,
once it has passed a series of fraud checks.

Please visit the confirmation link http://skuliod.com/et/

Thank you for shopping with us!
------=_NextPart_000_0003_01C1C2D4.B706B550--