Displaying 20 results from an estimated 6000 matches similar to: "Case insensitive user names"
2007 Oct 15
4
Suggested IMAP Directory Size..
Hi,
ive walked into a enviroment where the previous admin has being using pop
and making the email clients leaving a copy of the mail on the workstation..
Now overtime these mailboxes (mbox format) have grown between 1,5 to 1,8
Gigs large
I want to convert all these mailbox to IMAP (only 15) and want to know
whats the largested suggest folder size per user dovecot IMAP runs
smoothly with
2008 Oct 03
2
Importing Microsoft PST into Dovecot Imap
Hi ,
I think the question has been asked before ... but I need to be adviced on
what would be the best way to import
microsoft PST's into Dovecot.. ?
What software can I use.. can a anyone make any recommendations? even if
one has to spend some money on
some commecial software.. but it has to work.. so Im looking for someone who
has tried from experience as ive tried some freeware or trial
2008 Nov 13
2
Moving mail between folders
Hi,
Ive just installed Dovecot and postfix and Ive created a whole bunch of folders
and started moving my mail around.
Ive noticed that it copies the mail to the folder I wish to move the
mail to and leave the original message
waiting to be purged in the original folder
Is there a way to have dovecot delete it straight after it has been
moved? as I don't think users are going to
take well
2005 Jul 12
1
verbose pop3 logging
Hi Im new to dovecot and am looking for some options in the
/etc/dovecot.conf
to make dovecot a bit more verbose in terms pop3 usage,
What ip a user is coming from?
How many mails the user downloaded?
Timing?
Errors occurred while downloading mail??
Is this all possible with dovecot?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jul 25
2
Case-insensitive "detail" mailboxes?
We're using sieve with LMTP. We want to have lda_mailbox_autocreate
and lmtp_save_to_detail_mailbox. Is there a way to make the "detail"
case-insensitive? If so I have not found it yet.
I suppose we could lowercase the input string for the SQL userdb
query, but that's not what is wanted. The idea being that if a user
makes a mailbox called "Test" is that user+test
2019 Feb 20
3
[PATCH 0/2] Cygwin: allow user and group case-insensitive Unicode strings
Windows usernames are case-insensitive and almost any Unicode character
is allowed in a username. The user should be able to login with her
username given in any case and not be refused. However, this opens up
a security problem in terms of the sshd_config Match rules. The match
rules for user and group names have to operate case-insensitive as well,
otherwise the user can override her settings
2010 Nov 02
2
Why can I do a case insensitive Validation but not Find?
Why can I do this....
validates_uniqueness_of "username", :case_sensitive=>false
.... but not this....
User.where "Xx", :case_sensitive=>false
?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2014 Mar 02
2
Using ZFS Case insensitive filesystems with Samba
>> Here's something I learned when working with the FreeNAS folks :
>> ZFS can be configured to be case insensitive when
>> you create the filesystem (NOTE - cannot be altered
>> *after* the filesystem is created).
>> zfs create -o casesensitivity=insensitive filesystem
In this case, will ZFS preserve capitals in file and directory names if they are so created
2019 Feb 22
3
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Wed, 20 Feb 2019 at 23:54, Corinna Vinschen <vinschen at redhat.com> wrote:
> The previous revert enabled case-insensitive user names again. This
> patch implements the case-insensitive user and group name matching.
> To allow Unicode chars, implement the matcher using wchar_t chars in
> Cygwin-specific code. Keep the generic code changes as small as possible.
> Cygwin:
2007 Jun 20
2
[PATCH] Case insensitive matching for the regex plugin
Hi,
I have created an addition to the regex plugin that allows case
insensitive matching for title/class/name/role. To enable the case
insentive matching, I chose to prepend an 'i' before the tag (ititle=,
iclass=, ...). The patch is obviously attached ;-)
Are there any objections against putting this code in?
Regards,
Danny
-------------- next part --------------
A non-text attachment
2008 Apr 29
2
case insensitive file system
We have an application that was build on a windows platform that expects
a case insensitive file system.
Is there a way to set one up in CentOS?
NTFS should work, I think, but I feel uneasy using that under Linux.
Russ
2012 Jan 15
2
How to make the filesystem case-insensitive in Wine 1.3.35 ?
Hi everyone, recently I get crazy about this software, but I came across a little trouble, can you help me? Thank a lot.
It seems that there's no corresponding item that I can do with it in winecfg.
Since my version is 1.3.35, I can't find the configure file like "~/.wine/configure".
So, what's the proper way to solve this problem? Thanks.
2012 Aug 19
1
case insensitive acl
Hello,
I have notice that when I use ACL, the name of the user in the
dovec-acl-list file is case sensitive.
Because I use LDAP, the name of the users is case insensitive.
Would it be possible to have an option in Dovecot, to ignore the case of
the ACL ?
This would be useful with some ACL managers, like roundcube ACL plugin,
that uses an LDAP query to autocomplete the user name for the ACL.
2010 Jun 19
3
Case Insensitive TFTPD
I am trying to do file transfers through tftpd under fedora and I need the server to be case insensitive. I could not find any way to achieve this! Manual is useless!
As an example I need to transfer file "foo.ext" even if I request file "FOO.Ext" which now spits an error saying that it does not exists. How can I do that?
2006 Aug 14
3
case insensitive exclusion_of
I have the following validation code, however it will allow variations
in case. Like ''Admin'' and ''admiN'', etc
validates_exclusion_of :login, :in => %w( admin ),
:message => "is reserved for system accounts"
how can I make this validation case insensitive?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 10
5
case insensitive search
I am having trouble with a simple gallery search.
I type in a segment of the address and i only
seem to be getting results if I use the correct case.
This is in my Gallery controller:
def search
@gallery = Gallery.find(:all, :include => :property,
:conditions => "address LIKE ''%#{@params[:keywords]}%''")
end
On a different note:
I am having
2006 Aug 07
2
Make user name CaSe Insensitive
Hi,
I have mail box info at mydomain.com stored in MySQL db.
But dovecot is allowing me to login as both
INFO at MYDOMAIN.COM
info at mydomain.com
Shows two mail boxes. The small letter account is the one mail server
really deliver all mails.
Is there any way i can specify all login names are small letters, so
that user always access real mail box ?
Regards,
Yujin
2004 Aug 05
2
Issues using samba 3 with linux & IBM JFS case-insensitive FS?
Hi,
I'm wondering what issues / problems I might run into if I'm using samba
3 on linux with the IBM JFS filesystem installed to be case-insensitive.
I've had no luck finding anyone who says they've tried it.
I'm having trouble with a group of Windows based developers programming
in Delphi (Pascal) and Foxpro who seem to have real problems keeping the
case of filenames
2009 Aug 19
2
dovecot auth is case insensitive, but fs is sensitive :)
others have found this problem ?
this possible bug can be used by user in that way that one password
login can use 2 maildirs in filesystem effitively give them all space
qoutas and lost of other goodies
so to speak:
foo at example.com with a password can login with fOO at example.com and
fOo at example.com
add more chars to get more mailbox :/
confirms ?
i found the problem when i had
2006 Apr 20
7
Rails + postgres case insensitive searches.
Hello all
I am wondering how rails handles case sensitivity in databases. If I
do a Person.find_all_by_name("tim") in mysql I would expect to get
tim, TIm, and Tim. Do I only get tim in postgres?
How do other people deal with this? Do you resort to find_by_sql for
all your postgres queries to get case insensitive results?