|
|
| dbmail 2.2.7 release candidate 3 |
  Netherlands |
2007-10-05 07:21:13 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I'm releasing another candidate for 2.2.7
The last two weeks a number of small problems have emerged
that deserved
attention.
- - 0000643: [General] siginfo is XSH5, need
_XOPEN_SOURCE>=500 (paul)
- - 0000646: [IMAP daemon] charset ignored during search
(paul)
- - 0000649: [Database layer] utf7 decoding incomplete
(paul)
happy testing.
- --
____________________________________________________________
____
Paul Stevens paul at
nfg.nl
NET FACILITIES GROUP GPG/PGP:
1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHBiw58iITvBH4zTERAnHsAKCq0Ea86anQTRQ5+wJ8MV3CMASNmwCg
jAzh
mSb2abdrS95MHNnM465cNsE=
=YTGV
-----END PGP SIGNATURE-----
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: dbmail 2.2.7 release candidate 3 |
  Estonia |
2007-10-05 08:29:52 |
Paul J Stevens wrote:
> happy testing.
On it.
--
Aleksander Kamenik
system administrator
+372 6659 649
aleksander krediidiinfo.ee
Krediidiinfo AS
http://www.krediidiinfo.e
e/
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: Sending Emails to the shared folder |

|
2007-10-05 10:08:39 |
I have created a #Pulblc/shared folder using the ACL option
from the
DBMA program. Then I included this shared folder in a
number of DBmail
user accounts. I then subscribed the #Public/shared folder
in
Thunderbird so the new shared folder appeared in the user's
Thunderbird
account.
I was able to drag and drop email into the shared folder and
the email
would correctly appear in everybody shared folder. I was
also able to
delete email in the shared folder of a user that had admin
privileges,
and the email was deleted correctly from all shared folders.
Also user
without privileges are correctly unable to delete emails, so
it appears
everything is working correctly.
My question is what method can I use to send email to a
shared folder,
so the email appears in all the folder in a way that would
allow any
user to reply to the email. Would I need to use a sieve
filter to have
the mail moved to the share folder, once it hit the a user's
INBOX?
I just wondering whether DBmail shared folder could be used
something
like a Mailman mailing list, where everybody get a shared
email and
everybody can reply to the email at some key email address,
so everybody
would also get the reply.
Regards,
LelandJ
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: Re: Sending Emails to the shared
folder |
  Switzerland |
2007-10-05 13:15:39 |
On Fri, 5 Oct 2007, Leland F. Jackson, CPA wrote:
> My question is what method can I use to send email to a
shared folder, so the
> email appears in all the folder in a way that would
allow any user to reply
> to the email. Would I need to use a sieve filter to
have the mail moved to
> the share folder, once it hit the a user's INBOX?
I've done that using a .forward file with the following
content (and
dbmail 2.0):
|"/usr/local/sbin/dbmail-smtp -u __public__ -m
INBOX"
HTH
Martin
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: Re: Sending Emails to the shared
folder |

|
2007-10-05 15:06:16 |
Thanks for the reply. I'm not familiar with using a
.forward file.
I'm going to try to set up a sieve filter to move mail
coming into an
inbox of a special user to the shared folders. I'll set up
a special
user with the shared folder that would receive all emails
and replies on
a thread. I'll have a flag in the subject header like
[Dbmail Shared
Folder 1], for example, that sieve can catch to move the
email into the
Shared Folder 1 of the speical user. Once the email is
moved to the
shared folder of the speical user, its should be available
to everyone.
I've go squirrelmail running as localhost on the mail server
and it has
the sieve plugin installed. This makes it easy for users to
create
sieve rule. I'll let you know how it goes.
Regards,
LelandJ
Martin Furter wrote:
>
>
> On Fri, 5 Oct 2007, Leland F. Jackson, CPA wrote:
>
>> My question is what method can I use to send email
to a shared
>> folder, so the email appears in all the folder in a
way that would
>> allow any user to reply to the email. Would I need
to use a sieve
>> filter to have the mail moved to the share folder,
once it hit the a
>> user's INBOX?
>
> I've done that using a .forward file with the following
content (and
> dbmail 2.0):
>
> |"/usr/local/sbin/dbmail-smtp -u __public__ -m
INBOX"
>
> HTH
> Martin
> _______________________________________________
> DBmail mailing list
> DBmail dbmail.org
> htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: Re: Sending Emails to the shared
folder |
  United States |
2007-10-05 17:08:27 |
On Fri, 2007-10-05 at 21:29 +0000, Aaron Stone wrote:
>
> Installing a sieve script for every user is a lousy
solution, but I
> don't
> have better options to offer (yet).
>
You could have the MTA send a copy of all the mail delivered
to the
server (or all to that domain or whatever) to the shared
user; then have
the shared user pick off whatever it wants to save, and
delete the rest.
Should work fine on a low volume site.
--
Jesse Norell
Kentec Communications, Inc.
jesse kci.net
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: Re: Sending Emails to the shared
folder |

|
2007-10-05 18:35:40 |
I may explore this option. It seem like there might be lots
of ways to
handle this within the overall mail system, but it seems to
me the best
option would be to have this built into dbmail itself,
perhaps with a
special predefined user that has a specific email address to
receive all
shared emails and shared email replies. Mailman handles
this through
the /etc/aliases file, I think. This would be something to
think about,
and may even be relatively easy to implement at some point
in the future.
Regards,
LelandJ
Jesse Norell wrote:
> On Fri, 2007-10-05 at 21:29 +0000, Aaron Stone wrote:
>
>> Installing a sieve script for every user is a lousy
solution, but I
>> don't
>> have better options to offer (yet).
>>
>>
>
> You could have the MTA send a copy of all the mail
delivered to the
> server (or all to that domain or whatever) to the
shared user; then have
> the shared user pick off whatever it wants to save, and
delete the rest.
> Should work fine on a low volume site.
>
>
>
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: dbmail 2.2.7 release candidate 3 |

|
2007-10-08 04:35:19 |
|
On 10/5/07, Aleksander Kamenik < aleksander krediidiinfo.ee">aleksander krediidiinfo.ee> wrote:
Paul J Stevens wrote: > happy testing.
On it. I noticed this warning during compilation:
/root/dbmail-2.2.7-rc3/sievecmd.c:370: warning: the use of `tempnam39; is dangerous, better use `mkstemp39;
It might be in 2.2.7-rc2 too. I haven't checked it. Just let you know.
-- zamri Linux System Administrator Kolej ShahPutra Kuantan Pahang Malaysia Tel : 609.573.777.7 ext 119
web : http://muhdzamri.blogspot.com
|
| Re: dbmail 2.2.7 release candidate 3 |
  United States |
2007-10-08 11:05:16 |
On Mon, 2007-10-08 at 09:35 +0000, zamri wrote:
>
>
> On 10/5/07, Aleksander Kamenik <aleksander krediidiinfo.ee> wrote:
> Paul J Stevens wrote:
> > happy testing.
>
> On it.
>
> I noticed this warning during compilation:
>
> /root/dbmail-2.2.7-rc3/sievecmd.c:370: warning: the use
of `tempnam'
> is dangerous, better use `mkstemp'
>
>
> It might be in 2.2.7-rc2 too. I haven't checked it.
Just let you
> know.
It's for the edit script mode in dbmail-sievecmd. I needed
to know the
name of the temporary file so that I could pass it as an
argument to the
EDITOR command, and none of the more secure temporary file
variants hand
back the file name. (Or if I missed one, please clue me in
Aaron
_______________________________________________
DBmail mailing list
DBmail dbmail.org
htt
ps://mailman.fastxs.nl/mailman/listinfo/dbmail
|
|
| Re: dbmail 2.2.7 release candidate 3 |

|
2007-10-10 00:20:37 |
|
On 10/8/07, Aaron Stone < aaron serendipity.cx">aaron serendipity.cx> wrote:
On Mon, 2007-10-08 at 09:35 +0000, zamri wrote: > > > On 10/5/07, Aleksander Kamenik < aleksander krediidiinfo.ee">aleksander krediidiinfo.ee> wrote: > Paul J Stevens wrote:
> > happy testing. > > On it. > > I noticed this warning during compilation: > > /root/dbmail-2.2.7-rc3/sievecmd.c:370: warning: the use of `tempnam39; > is dangerous, better use `mkstemp39;
> > > It might be in 2.2.7-rc2 too. I haven't checked it. Just let you > know.
It's for the edit script mode in dbmail-sievecmd. I needed to know the name of the temporary file so that I could pass it as an argument to the
EDITOR command, and none of the more secure temporary file variants hand back the file name. (Or if I missed one, please clue me in 
Aaron
With the word "dangerous" here, is there any real security issue for running dbmail-timsieved? In what situation?
-- zamri Linux System Administrator Kolej ShahPutra Kuantan Pahang Malaysia Tel : 609.573.777.7 ext 119 web : http://muhdzamri.blogspot.com
|