On of the problems we encounter as an ISP is the occassional
customer account getting hijacked and used to send spam from the
webmail interface.
To assist in tracking down the perpetrators, we've created a patch
that inserts a Received header that records information so we can
track down the compromised account. (In particular, the timestamp,
source IP address and login name.)
The header is formatted like this:
Received: from [ip-address] (host.domain; login=username)
by hostname-of-server
with HTTP/version ;
datestamp
You might wonder "why use the Received header"; well, the simple
reason is so it can be processed the same way as any other spam report
- and we get a lot of those.
Is this of interest to anyone else?
-Martin
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all and happy holidays. I'm sending the updated Greek - Hellenic
translation for rc2. Also I noticed what might be a grammar error in the
English version of messages.inc for message "receiptsent". I believe it
should read "Successfully sent the receipt message", past tense, instead
of "Successfully send the receipt message".
Might be easier to update it directly instead of submitting a new archive.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here's mu update for the Macedonian language translation. And if you
please change the Macedonian (Slavic FYROM) as it should be. We are
not UFO's you know.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/r4/jtso8KfD/macedonian_upd.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
With help from Jonas Näsholm (thank you) here is the swedish
translation for RC 2.
Regards
</Fredrik>
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/UR/i9y0NM8i/roundcubemail-0.1-rc.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
I am a new member, having subscribed just now. I am interested
in taking part in the development of roundcube. I have decent
knowledge in php. Also, as I am new to this list, I am not aware of
the list guidelines, like the tags to be added to mail like OT,etc. So
if someone can help me around with that and with what the current
discussions are about, It will be really nice for me. Thanks in
advance.
--
Thank you
Balachandran Sivakumar
(benignbala)
Arise Awake and stop not till the goal is reached
Learn to live.................Live to learn
Mail: benignbala(a)gmail.com
Blog: http://benignbala.wordpress.com/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
i'm from Italy, so sorry for my not good english.
I'm a web programmer, i'm skilled in PHP, MySQL,JavaScript, XHTML and CSS.
I'm also installed roundcube webmail in my mail server.
I think you made a good work.
I never be a part of a open source project.
I've the skill (i hope) no very much free time, but i'd like try to give
an hand to your work.
my first step was subscriving that mailing list... later i'll read the
documentation about structure and so..
see you
Michele Menciassi
--
Michele Menciassi
m.menciassi(a)isikom.it
+39 0721 24678 ufficio/fax
+39 346 4029486 mobile
+39 02 320625626 casella vocale
ISIKOM di Michele Menciassi
Via Gagarin 191
61100 Pesaro (PU)
==============================================================================
E maggior fortuna sarebbe, se in Italia ci fossero più toscani e meno italiani
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi All,
I recently started using RoundCube as a webmail client. One of the
things the users I administer asked for was the ability to change their
IMAP root directory. I tried a bunch of IMAP webmail clients and I have
to say RoundCube is the best performing one I've found.
That being said, I went and patched the source to allow users to specify
a new IMAP root directory. Attached is a copy of the patch. It's been
diffed off of the subversion repository, rev number 944. I figured I
would submit it and see if you guys thought it was useful.
Thanks.
--
Jason Williams
Linux Systems Administrator
Computer Science Department
Johns Hopkins University
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ds/jYY3vXDb/roundcubemail-svn.im.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Thomas & others
Firstly apologies for my lack of involvement, after I said initially
that we would like to contribute to the project. I did get a contractor
to do some work, but he got hijacked by the marketing dept to implement
their CSS branding. So neither of us has actually gotten much done on
the bugs list; sorry. (We do have _some_ other patches, but I'll detail
those in a separate email.)
On Wed, 17 Oct 2007 17:20:29 +0200, "Thomas Bruederli"
<roundcube(a)gmail.com> wrote:
> In case your users access the webmail on different domains, you can
> set $rcmail_config['username_domain'] using a host-specific config
> file. In order to get this work, you have to enable
> $rcmail_config['include_host_config'].
I wish they did, but no. They all use "webmail.ihug.co.nz", even if they
log in from a page in another domain. And they're being seriously
discouraged from doing even that by our marketing department: they want
the One True Brand.
> I assume that your IMAP server does require a full e-mail address as
> user name. In this case the login should always work with full
> addresses. The 'username_domain' is only added if the user name does
> not contain an @ sign.
Have you ever tried to get 150000 people to change how they log in? If
even 99% get it right, that's 1500 people who ring up to complain that
it's stopped working.
The main point of this patch is to allow reasonable transition
arrangements from other webmail platforms.
> You can also maintain a patch that can be applied on the latest
> release instead of adding this to the trunk.
So far my patch has survived "svn update" since r804, but we'd really
prefer not to do it that way; several times I've needed to do "svn
resolved", and it gets quite messy if I don't get to work on it for a
while.
The patch does nothing unless $rcmail_config['login_domain_list'] is set
(to an array of domain names), so it wouldn't impact on other users.
-Martin
_______________________________________________
List info: http://lists.roundcube.net/dev/
I just commited a first implementation of this feature. You can check it
out from SVN or download it from
http://nightly.roundcube.net/trunk/roundcubemail-trunk-r938-20071210.tgz
Please try it out and post errors as comments to
http://trac.roundcube.net/ticket/1483963
~Thomas
kmnair wrote:
>> On 11/29/07, Thomas Bruederli <roundcube(a)gmail.com> wrote:
>>> I see the importance if this feature. After looking at the specification,
>>> the status is saved as message flag and is therefore independent of the
>>> mail client. If you confirm the message in one client, another one should
>>> not ask again for it. I just started to implement some IMAP basics to
>>> support this in RoundCube but it'll take a while.
>>>
>>
>> I am much concerned because I am running RC on an official network on
>> an experimental basis and such features count a lot.
>>
>
> Hello Thomas,
>
> On going through the trac, I find a feature request already made one
> year ago by somebody else.
>
> Ticket #1483963
>
_______________________________________________
List info: http://lists.roundcube.net/dev/