You are using server-side sorting. This is currently not
supported.
There is some code in place to parse the SORT command, but
this barfs on
the 'ISO-8859-1' part of the command.
You can uncomment a couple of lines (grep for 'ISO-8859'),
but that only
stops the imapd process from rejecting the command and is a
really awful
hack.
(or as Paul J Stevens put it earlier: "Aarrgh, yuk.
Serverside sorting is
broken!, But you know that..."
Probably best to stay away from server-side sorting for now.
Stanley.
>
> Why do I get this error for some users? I use
SquirrelMail 1.4.4 and
> dbmail
> 2.0.7.
>
> * ERROR : Connection dropped by imap-server.*
> Query: SORT (FROM) ISO-8859-1 ALL
>
> On 12/28/05, dbmail merkx.demon.nl
<dbmail merkx.demon.nl> wrote:
>>
>>
>> Hi,
>>
>> Cannot access it right now, but in the same file
(config.php) there
>> should
>> be some lines defining the database server, login
and password. Set
>> these
>> to the same values as you use in dbmail.conf.
>>
>> Also, if you are running the database and webserver
on separate servers,
>> make sure that the database is listening on an
(preferably internal)
>> IP-address that is reachable from the webserver (eg
not 127.0.0.1).
>>
>> Stanley.
>>
>>
>> >
>> > Thanks. I have tried that too but I got
"couldnot connect to database
>> > error"
>> > message. can u share your dsn?
>> >
>> > On 12/28/05, dbmail merkx.demon.nl
<dbmail merkx.demon.nl> wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> There is also a plugin
"change_mysqlpass".
>> >>
>> >> I've been using this with dbmail for quite
some time now, you need to
>> >> modify a few lines in config.php:
>> >>
>> >> // The names of the user ID and
password columns
>> >> $mysql_userid_field = 'userid';
>> >> $mysql_password_field ='passwd';
>> >>
>> >> And of course a few lines below that to
match the encryption type you
>> >> use
>> >> in your database (which should be MD5):
>> >>
>> >>
//---------------------------------------------------------
>> >> // Password encryption (or lack
thereof)
>> >>
//---------------------------------------------------------
>> >>
>> >> // Set only one of the options
below to 1.
>> >>
>> >> // Set to 1 if the password column
is encrypted
>> >> // using the MySQL password()
function.
>> >> $mysql_saslcrypt = 0;
>> >>
>> >> // Set to 1 if the password column
is encrypted
>> >> // using the UNIX crypt()
function.
>> >> $mysql_unixcrypt = 0;
>> >>
>> >> // Set to 1 if the password column
is to use MD5 encryption
>> >> $mysql_MD5crypt = 1;
>> >>
>> >> // Set both to 0 if the password
is stored in the
>> >> // column in plaintext.
>> >>
>> >> Should do the trick.
>> >>
>> >> Stanley.
>> >>
>> >>
>> >>
>> >> >
------=_Part_7402_30647837.1135696405212
>> >> > Content-Type: text/plain;
charset=ISO-8859-1
>> >> > Content-Transfer-Encoding:
quoted-printable
>> >> > Content-Disposition: inline
>> >> >
>> >> > Hi all,
>> >> >
>> >> > Hi all,
>> >> >
>> >> > Is there any (official) plugin to
change password for dbmail ? I
>> >> found
>> >> > one written by Matthew O'Connor but
apparently it was not listed
>> on
>> >> SM
>> >> > plugin page.
>> >> >
>> >> >
>> >>
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> >> >
>> >> > Furthermore, it is for postgreSQL
only. How about MySQL?
>> >> >
>> >> >
------=_Part_7402_30647837.1135696405212
>> >> > Content-Type: text/html;
charset=ISO-8859-1
>> >> > Content-Transfer-Encoding:
quoted-printable
>> >> > Content-Disposition: inline
>> >> >
>> >> > Hi
all,<br><br><pre><font
color="#ff7733">Hi
>> all,</font><br><br><font
>> >> > color="#ff7733"> Is
there any (official) plugin to change password
>> >> for
>> >> > dbmail ? I
found</font><br><font
color="#ff7733"> one written by
>> >> Matthew
>> >> > O'Connor but apparently it was not
listed on SM
>> >> > </font><br><font
color="#ff7733"> plugin
page.</font><br><br><font
>> >> > color="#ff7733"> <a
>> >> > href="
>> >>
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> >> "
>> >> > target="_blank">
>> >>
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> >> >
</a></font><br><br>Furthermore, it
is for postgreSQL only. How
>> about
>> >> > MySQL?
<br><br><br></pre><br>
>> >> >
>> >> >
------=_Part_7402_30647837.1135696405212--
>> >> >
>> >> >
>> >>
>> >>
>> >>
_______________________________________________
>> >> Dbmail mailing list
>> >> Dbmail dbmail.org
>> >> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>> >>
>> >
>> > ------=_Part_14747_19566404.1135766140689
>> > Content-Type: text/html; charset=ISO-8859-1
>> > Content-Transfer-Encoding: quoted-printable
>> > Content-Disposition: inline
>> >
>> > Thanks. I have tried that too but I got
"couldnot connect to
>> database
>> > error" message. can u share your
dsn?<br><br><div><span
>> > class="gmail_quote">On 12/28/05,
<b class="gmail_sendername"><a
>> > href="mailto:dbmail merkx.demon.nl">
>> > dbmail merkx.demon.nl</a></b>
<<a
>> > href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>>
>> > wrote:</span><blockquote
class="gmail_quote" style="border-left: 1px
>> solid
>> > rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
padding-left: 1ex;">
>> > <br>Hi,<br><br>There is also
a plugin
>> >
"change_mysqlpass".<br><br>I'v
e been using this with dbmail
>> for
>> > quite some time now, you need
to<br>modify a few lines in
>> >
config.php:<br><br>  
; //
>> The
>> > names of the user ID and password columns
>> >
<br>
$mysql_userid_field
>> > >
>>
'userid';<br> &
amp;nbsp; $mysql_password_field
>> > ='passwd';<br><br>And of course a
few lines below that to match the
>> > encryption type you use<br>in your
database (which should be
>> >
>>
MD5):<br><br> &
nbsp; //-------------
--------------------------------------------
>> >
<br>
// Password
>> encryption
>> > (or lack
>> >
>>
thereof)<br> &a
mp;nbsp; //--------------------
-------------------------------------<br><br>&am
p;nbsp; &am
p;nbsp; //
>> > Set only one of the options below to
>> >
1.<br><br> &nbs
p; // Set to 1
>> if
>> > the password column is encrypted
>> >
<br>
// using the MySQL
>> > password()
>> >
>>
function.<br> &
amp;nbsp; $mysql_saslcrypt
>> > =
0;<br><br> &nbs
p; // Set to
>> 1
>> if
>> > the password column is
>> >
encrypted<br> &
amp;nbsp; // using
>> the
>> > UNIX crypt()
>> >
>>
function.<br> &
amp;nbsp; $mysql_unixcrypt
>> > = 0;
>> >
<br><br>
// Set to 1 if
>> the
>> > password column is to use MD5
>> >
>>
encryption<br>
$mysql_MD5crypt
>> > =
1;<br><br> &nbs
p; // Set
>> both
>> to
>> > 0 if the password is stored in
>> >
the<br> &nb
sp; // column in
>> > plaintext.<br><br>Should do the
trick.
>> >
<br><br>Stanley.<br><br><br>&l
t;br>>
>> >
------=_Part_7402_30647837.1135696405212<br>>
Content-Type:
>> text/plain;
>> > charset=ISO-8859-1<br>>
Content-Transfer-Encoding:
>> > quoted-printable<br>>
Content-Disposition: inline<br>
>> > ><br>> Hi
all,<br>><br>> Hi
>>
all,<br>><br>>
>> > Is there any (official) plugin to change
password for dbmail ? I
>> > found<br>> one
written by Matthew O'Connor but
>> apparently
>> it
>> > was not listed on
SM<br>> plugin page.
>> >
<br>><br>> <
a
>> > href="
>> http:/
/mailman.fastxs.net/pipermail/dbmail/attachments/20040810/03
d47c5f/change_dbmail_pass-0001.bin"
>> >
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> > </a><br>><br>>
Furthermore, it is for postgreSQL only. How about
>> > MySQL?<br>><br>>
>>
------=_Part_7402_30647837.1135696405212<br>>
>> > Content-Type: text/html;
charset=ISO-8859-1<br>>
>> > Content-Transfer-Encoding: quoted-printable
>> > <br>> Content-Disposition:
inline<br>><br>> Hi
>> >
all,<br><br><pre>&
amp;lt;font
>> > color="#ff7733">Hi
>> >
all,</font><br><br>
;<font<br>>
>> >
color="#ff7733">  
;Is there any (official)
>> plugin
>> to
>> > change password for
>> > <br>> dbmail ? I
found</font><br><font
>> > color="#ff7733"> one
written by Matthew<br>> O'Connor
>> but
>> > apparently it was not listed on
SM<br>>
>> </font><br><font
>> > color="#ff7733">
plugin
>> >
page.</font><br><br&g
t;<font
>> > <br>>
color="#ff7733">
<a<br>> href="<a
>> > href="
>> http:/
/mailman.fastxs.net/pipermail/dbmail/attachments/20040810/03
d47c5f/change_dbmail_pass-0001.bin"
>> >
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> > </a>"<br>>
target="_blank"><a
>> > href="
>> http:/
/mailman.fastxs.net/pipermail/dbmail/attachments/20040810/03
d47c5f/change_dbmail_pass-0001.bin"
>> >
>> http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin
>> > </a><br>>
</a></font><br>&am
p;lt;br>Furthermore,
>> it
>> is
>> > for postgreSQL only. How
about<br>> MySQL?
>> >
<br><br><br>&l
t;/pre><br><br>><br>
>
>> > ------=_Part_7402_30647837.1135696405212--
>> >
>>
<br>><br>><br><br><
br>_______________________________________________<br&
gt;Dbmail
>> > mailing list<br><a
>> > href="mailto bmaildbmail.org">Dbmail dbmail.org</a><br><a
>> > href="https://mailman.fastxs.nl/mailman/listinfo/dbmail&quo
t;>
>> > htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>>
</a><br></blockquote></div><br>
;
>> >
>> > ------=_Part_14747_19566404.1135766140689--
>> >
>> >
>>
>>
>> _______________________________________________
>> Dbmail mailing list
>> Dbmail dbmail.org
>> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
>>
>
> ------=_Part_16959_26226770.1135787243926
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> Why do I get this error for some users? I use
SquirrelMail 1.4.4 and
> dbmail 2.0.7.<br><br><b><font
color="#f04040">
> ERROR : Connection dropped by
imap-server.</font></b><font
> color="#f04040"><br>
> Query: SORT (FROM) ISO-8859-1
ALL</font><br><br><div><span
> class="gmail_quote">On 12/28/05, <b
class="gmail_sendername"><a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a></b> <<a
> href="mailto:dbmail merkx.demon.nl">
> dbmail merkx.demon.nl</a>>
wrote:</span><blockquote
class="gmail_quote"
> style="border-left: 1px solid rgb(204, 204, 204);
margin: 0pt 0pt 0pt
> 0.8ex; padding-left:
1ex;"><br>Hi,<br><br>Cannot access
it right now, but
> in the same file (
> config.php) there should<br>be some lines
defining the database server,
> login and password. Set these<br>to the same
values as you use in
> dbmail.conf.<br><br>Also, if you are
running the database and webserver on
> separate servers,
> <br>make sure that the database is listening on
an (preferably
> internal)<br>IP-address that is reachable from
the webserver (eg not <a
> href="http://
127.0.0.1">127.0.0.1</a>).<br><br
>Stanley.<br><br><br>><br>
>
> Thanks. I have tried that too but I got
"couldnot connect to database
> <br>> error"<br>>
message. can u share your
> dsn?<br>><br>> On 12/28/05,
<a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>
<<a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>
> >
wrote:<br>>><br>>>&l
t;br>>>
> Hi,<br>>><br>>>
There is also a plugin
>
"change_mysqlpass".<br>>&
gt;<br>>> I've been using this
> with dbmail for quite some time now, you need to
> <br>>> modify a few lines in
>
config.php:<br>>><br>>&
gt; &nb
sp;
> // The names of the user ID and password
>
columns<br>>> &nb
sp;
> $mysql_userid_field =
>
'userid';<br>>> &
nbsp;
> $mysql_password_field ='passwd';
> <br>>><br>>>
And of course a few lines below that to match the
> encryption type you<br>>>
use<br>>> in your database (which
> should be
>
MD5):<br>>><br>>>&am
p;nbsp; &am
p;nbsp;
>
//---------------------------------------------------------
>
<br>>> &
;nbsp; // Password
> encryption (or lack
>
thereof)<br>>> &n
bsp;
>
//---------------------------------------------------------&
lt;br>>><br>>> 
;  
;
> // Set only one of the options below to
1.<br>>>
>
<br>>> &
;nbsp; // Set to 1
> if the password column is
>
encrypted<br>>> &
nbsp; //
> using the MySQL password()
>
function.<br>>> &
nbsp;
> $mysql_saslcrypt =
>
0;<br>>><br>>>&n
bsp; &n
bsp;
> // Set to 1 if the password column is encrypted
>
<br>>> &
;nbsp; // using the
> UNIX crypt()
>
function.<br>>> &
nbsp;
> $mysql_unixcrypt =
>
0;<br>>><br>>>&n
bsp; &n
bsp;
> // Set to 1 if the password column is to use MD5
>
encryption<br>>> &
;nbsp;
> $mysql_MD5crypt = 1;
>
<br>>><br>>>&nbs
p; &nbs
p;
> // Set both to 0 if the password is stored in
>
the<br>>> &
amp;nbsp; // column
> in
plaintext.<br>>><br>>&g
t; Should do the
>
trick.<br>>><br>>>
Stanley.<br>>><br>>>
> <br>>><br>>>
>
>
------=_Part_7402_30647837.1135696405212<br>>&a
mp;gt; > Content-Type:
> text/plain;
charset=ISO-8859-1<br>>> >
Content-Transfer-Encoding:
> quoted-printable<br>>> >
Content-Disposition: inline
> <br>>>
><br>>> > Hi
all,<br>>>
><br>>>
> > Hi all,<br>>>
><br>>>
> Is there any
> (official) plugin to change password for dbmail ?
I<br>>>
> found<br>>>
> one written by Matthew O'Connor
but
> apparently it was not listed on
> <br>>> SM<br>>>
> plugin
page.<br>>>
> ><br>>>
><br>>> <a
> href="http://mailman.fastxs.
net/pipermail/dbmail/attachments/20040810/03d47c5f/change_db
mail_pass-0001.bin">http://mailman.fastxs.net/piperm
ail/dbmail/attachments/20040810/03d47c5f/change_dbmail_pass-
0001.bin
> </a><br>>>
><br>>> > Furthermore, it
is for postgreSQL
> only. How about MySQL?<br>>>
><br>>> >
>
------=_Part_7402_30647837.1135696405212<br>>&a
mp;gt; > Content-Type:
> text/html; charset=ISO-8859-1
> <br>>> >
Content-Transfer-Encoding:
quoted-printable<br>>>
> > Content-Disposition:
inline<br>>>
><br>>> > Hi
>
all,<br><br><pre>&
amp;lt;font
> color="#ff7733">Hi
>
all,</font><br><br>
;<font
> <br>>> >
color="#ff7733">  
;Is there any
> (official) plugin to change
password<br>>>
for<br>>> >
> dbmail ? I
found</font><br><font
> color="#ff7733"> one written
by
> <br>>>
Matthew<br>>> > O'Connor but
apparently it was not
> listed on SM<br>>> >
</font><br><font
> color="#ff7733"> plugin
>
page.</font><br><br&g
t;<font<br>
> >> >
color="#ff7733">
<a<br>>> >
> href="<br>>> <a
> href="http://mailman.fastxs.
net/pipermail/dbmail/attachments/20040810/03d47c5f/change_db
mail_pass-0001.bin">http://mailman.fastxs.net/piperm
ail/dbmail/attachments/20040810/03d47c5f/change_dbmail_pass-
0001.bin
> </a><br>>>
"<br>>> >
>
target="_blank"><br>>&
amp;gt; <a
> href="http://mailman.fastxs.
net/pipermail/dbmail/attachments/20040810/03d47c5f/change_db
mail_pass-0001.bin">http://mailman.fastxs.net/piperm
ail/dbmail/attachments/20040810/03d47c5f/change_dbmail_pass-
0001.bin
> </a><br>>> >
>
</a></font><br>&am
p;lt;br>Furthermore, it is for
> postgreSQL only. How about<br>>>
> MySQL?
>
<br><br><br>&l
t;/pre><br><br>>>
> ><br>>> >
------=_Part_7402_30647837.1135696405212--
> <br>>>
><br>>>
><br>>><br>>>
<br>>>
>
_______________________________________________<br>&am
p;gt;> Dbmail mailing
> list<br>>> <a
> href="mailto bmaildbmail.org">Dbmail dbmail.org</a><br>
> >> <a
> href="https://mailman.fastxs.nl/mailman/listinfo/dbmail&qu
ot;>https://mailman.fastxs.nl/mailman/listinfo/dbmail<
/a><br>>><br>><br>
>
>
------=_Part_14747_19566404.1135766140689<br>>
Content-Type: text/html;
> charset=ISO-8859-1
> <br>> Content-Transfer-Encoding:
quoted-printable<br>>
> Content-Disposition:
inline<br>><br>> Thanks. I have
tried that too
> but I got &quot;couldnot connect to
database<br>> error&quot;
> message. can u share your
dsn?<br><br><div>&
amp;lt;span
> <br>>
class="gmail_quote">On 12/28/05,
<b
>
class="gmail_sendername"><a&
lt;br>> href="mailto:<a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>"><br>&
amp;gt;
> <a href="mailto:dbmail merkx.demon.nl">
> dbmail merkx.demon.nl</a></a></b&
amp;gt; &lt;<a<br>>
> href="mailto:<a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>"><a
> href="mailto:dbmail merkx.demon.nl">dbmail merkx.demon.nl</a>
> </a>&gt;<br>>
wrote:</span><blockquote
> class="gmail_quote"
style="border-left: 1px solid<br>>
> rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
padding-left:
> 1ex;"><br>>
<br>Hi,<br><br>The
re is also a
> plugin
> <br>>
&quot;change_mysqlpass&quot;.<br&
gt;<br>I've
> been using this with dbmail for<br>> quite
some time now, you need
> to<br>modify a few lines
in<br>>
>
config.php:<br><br>&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&am
p;amp;nbsp;&nbsp;&nbsp;//
> The
> <br>> names of the user ID and password
columns<br>>
>
<br>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&
;amp;nbsp;$mysql_userid_field
> =<br>>
>
'userid';<br>&nbsp;&nbsp;&
amp;nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;$mysql_password_field
> <br>>
='passwd';<br><br>And of course
a few lines below
> that to match the<br>> encryption type you
use<br>in your
> database (which should be<br>>
>
MD5):<br><br>&nbsp;&
amp;nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;//-------------------------
--------------------------------
> <br>>
>
<br>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&
;amp;nbsp;//
> Password encryption<br>> (or
lack<br>>
>
thereof)<br>&nbsp;&nbsp;&a
mp;nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;//----------------------------------------
-----------------<br><br>&am
p;nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;//
> <br>> Set only one of the options below
to<br>>
>
1.<br><br>&nbsp;&
;nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;//
> Set to 1 if<br>> the password column is
encrypted<br>>
>
<br>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&
;amp;nbsp;//
> using the MySQL
> <br>> password()<br>>
>
function.<br>&nbsp;&nbsp;&
amp;nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;$mysql_saslcrypt<br>>
> =
>
0;<br><br>&nbsp;&
;nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;//
> Set to 1 if
> <br>> the password column
is<br>>
>
encrypted<br>&nbsp;&nbsp;&
amp;nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;//
> using the<br>> UNIX
crypt()<br>>
>
function.<br>&nbsp;&nbsp;&
amp;nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;$mysql_unixcrypt
> <br>> = 0;<br>>
>
<br><br>&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;//
> Set to 1 if the<br>> password column is to
use MD5<br>>
>
encryption<br>&nbsp;&nbsp;&
;amp;nbsp;&nbsp;&nbsp;&nbsp;&
;nbsp;&nbsp;$mysql_MD5crypt
> <br>> =
>
1;<br><br>&nbsp;&
;nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;//
> Set both to<br>> 0 if the password is
stored in<br>>
>
the<br>&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&
amp;amp;nbsp;//
> column in
> <br>>
plaintext.<br><br>Should do the
trick.<br>>
>
<br><br>Stanley.<br&g
t;<br><br><br>&
;amp;gt;<br>>
>
------=_Part_7402_30647837.1135696405212<br>&a
mp;amp;gt; Content-Type:
> text/plain;
> <br>>
charset=ISO-8859-1<br>&gt;
> Content-Transfer-Encoding:<br>>
quoted-printable<br>&gt;
> Content-Disposition:
inline<br><br>>
&gt;<br>&gt;
> Hi
all,<br>&gt;<br>&
;gt; Hi
>
all,<br>&gt;<br>&
;gt;&nbsp;&nbsp;
> <br>> Is there any (official) plugin to
change password for dbmail ?
> I<br>>
found<br>&gt;&nbsp;&nb
sp;one written by
> Matthew O'Connor but apparently it<br>>
was not listed on
>
SM<br>&gt;&nbsp;&nbsp;
plugin page.
> <br>>
>
<br>&gt;<br>&gt;
&nbsp;&nbsp;<a<br>>
> href="<a
> href="ht
tp://mailman.fastxs.net/pipermail/dbmail/attachments/2004081
0/03d47c5f/change_dbmail_pass-0001.bin"">ht
tp://mailman.fastxs.net/pipermail/dbmail/attachments/2004081
0/03d47c5f/change_dbmail_pass-0001.bin"
> </a>><a
> href="http://mailm
an.fastxs.net/pipermail/dbmail/attachments/20040810/03d47c5f
/change_dbmail_pass-0001.bin">http://mailman.fastxs.
net/pipermail/dbmail/attachments/20040810/03d47c5f/change_db
mail_pass-0001.bin</a>
> <br>>
</a><br>&gt;<br&a
mp;gt;&gt; Furthermore, it is
> for postgreSQL only. How about<br>>
>
MySQL?<br>&gt;<br>&a
mp;gt;
>
------=_Part_7402_30647837.1135696405212<br>&a
mp;amp;gt;<br>>
> Content-Type: text/html;
charset=ISO-8859-1<br>&gt;
> <br>> Content-Transfer-Encoding:
quoted-printable<br>>
> <br>&gt; Content-Disposition:
>
inline<br>&gt;<br>&a
mp;gt; Hi<br>>
>
all,&lt;br&gt;&lt;br&gt;&
;amp;lt;pre&gt;&lt;font
> <br>>
color=&quot;#ff7733&quot;&gt;Hi<b
r>>
>
all,&lt;/font&gt;&lt;br&gt;&
amp;amp;lt;br&gt;&lt;font<br>&
amp;amp;gt;<br>>
>
color=&quot;#ff7733&quot;&gt;&am
p;nbsp;&nbsp;Is there any
> (official) plugin to
> <br>> change password
for<br>> <br>&gt; dbmail
? I
>
found&lt;/font&gt;&lt;br&gt;
&lt;font<br>>
> color=&quot;#ff7733&quot;&gt;
one written by
> Matthew<br>&gt; O'Connor but
> <br>> apparently it was not listed on
SM<br>&gt;
>
&lt;/font&gt;&lt;br&gt;&
amp;lt;font<br>>
> color=&quot;#ff7733&quot;&gt;
plugin<br>>
>
page.&lt;/font&gt;&lt;br&gt;
&lt;br&gt;&lt;font
> <br>> <br>&gt;
color=&quot;#ff7733&quot;&gt;
> &lt;a<br>&gt;
href=&quot;<a<br>>
href="<a
> href="http://mailman.fastxs.net/pipermail/dbmail/attachmen
ts/20040810/03d47c5f/change_dbmail_pass-0001.bin"&q
uot;>
> http://mailman.fastxs.net/pipermail/dbm
ail/attachments/20040810/03d47c5f/change_dbmail_pass-0001.bi
n"</a>><a
> href="ht
tp://mailman.fastxs.net/pipermail/dbmail/attachments/2004081
0/03d47c5f/change_dbmail_pass-0001.bin">
> http://mailman.fastxs.net/pipermail/dbmail/a
ttachments/20040810/03d47c5f/change_dbmail_pass-0001.bin<
/a><br>>
>
</a>&quot;<br>&g
t;
>
target=&quot;_blank&quot;&gt;<
;a<br>> href="<a
> href="http://mailman.fastxs.net/pipermail/dbmail/attachmen
ts/20040810/03d47c5f/change_dbmail_pass-0001.bin"&q
uot;>
> http://mailman.fastxs.net/pipermail/dbm
ail/attachments/20040810/03d47c5f/change_dbmail_pass-0001.bi
n"</a>><a
> href="ht
tp://mailman.fastxs.net/pipermail/dbmail/attachments/2004081
0/03d47c5f/change_dbmail_pass-0001.bin">
> http://mailman.fastxs.net/pipermail/dbmail/a
ttachments/20040810/03d47c5f/change_dbmail_pass-0001.bin<
/a><br>>
> </a><br>&gt;
>
&lt;/a&gt;&lt;/font&gt;&
amp;lt;br&gt;&lt;br&gt;Furthermore,
> it is
> <br>> for postgreSQL only. How
about<br>&gt; MySQL?<br>>
>
&lt;br&gt;&lt;br&gt;&
;lt;br&gt;&lt;/pre&gt;&lt;br
&gt;<br>&gt;<br>
&gt;<br>>
> ------=_Part_7402_30647837.1135696405212--
> <br>>
>
<br>&gt;<br>&gt;
<br><br><br>______
_________________________________________<br>D
bmail<br>>
> mailing
list<br><a<br>>
href="mailto:<a
> href="mailto bmaildbmail.org">
> Dbmail dbmail.org</a>"><a
> href="mailto bmaildbmail.org">Dbmail dbmail.org</a></a><br&
gt;<a<br>>
> href="<a
> href="http
s://mailman.fastxs.nl/mailman/listinfo/dbmail">https
://mailman.fastxs.nl/mailman/listinfo/dbmail
> </a>"><br>> <a
> href="https://mailman.fastxs.nl/mailman/lis
tinfo/dbmail">https://mailman.fastxs.nl/mailman/list
info/dbmail</a></a><br>&am
p;lt;/blockquote></div><br&g
t;<br>><br>>
> ------=_Part_14747_19566404.1135766140689--
>
<br>><br>><br><br><
br>_______________________________________________<br&
gt;Dbmail
> mailing list<br><a
> href="mailto bmaildbmail.org">Dbmail dbmail.org</a><br><a
> href="https://mailman.fastxs.nl/mailman/listinfo/dbmail&quo
t;>
> ht
tps://mailman.fastxs.nl/mailman/listinfo/dbmail</a><
;br></blockquote></div><br>
>
> ------=_Part_16959_26226770.1135787243926--
>
>
_______________________________________________
Dbmail mailing list
Dbmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|