Displaying 20 results from an estimated 3000 matches similar to: "override not working"
2011 Jan 19
2
domain stripping
Hi, using dovecot 2.0 and I'm using a couple of user DBs, sql/prefetch and
pam. Currently if the user logins with username at domain it authenticates off
the sql DB and works fine. If the user logins with username with no @domain
it fails on the sql lookup and succeeds on the pam user DB.
However I was wondering if I can have another sql DB lookup that says when
the user logins and fails
2011 Jan 27
2
dovecot ACL
Hi in Dovecot 2.x with virtual domains, is there a way specify what domains
can create shared directories and who can't? For example I have 3 domains,
domain1.com, domain2.com and domain3.com. Let's say I only want
domain1.com's users to create shared folders how can I go about doing this.
Thanks, Paul
2010 Dec 16
2
dovecot 2.0.8 LDA with MYSQL issues
Hi, after deciding to use Dovecot 2.0.8 as a postfix LDA using mysql DB I'm
running into some issues. I started to follow,
http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL but noticed that
the auth settings on the config changed, after looking through the dovecot
wiki I think I have that issue fixed. However I still can't get the SQL part
to work right, below is what I have on the
2010 Dec 20
1
quota issues
Hi I seem to be getting an error when quotas are enabled. Also I noticed
that the quota_ rule settings don't actually get used, the only settings
that are used are on the sql.conf file. Maybe I'm not understanding what the
quota_rule does but should I be specifying the storage/messages values on
there even though they are being read/used are on the sql.conf file only.
dict {
2010 Dec 21
2
over quota issue
I have a situation where if a user is over quota and sending through postfix
I get an error, now this error only happens if the user is over quota,
otherwise it works with no problem. However if sending using
/usr/local/libexec/dovecot/dovecot-lda it works every time even if
overquota, any ideas? I just can't seem to figure this one out.
TIA, Paul
Using mail command
Dec 21
2020 Jan 06
4
can't boot after volume rename
I renamed my volume with vgrename however I didn't complete the other steps.
Mainly update fstab and intiramfs. Once I booted, I was dropped on the
Dracut shell. From here I can see the newly rename VG and I can lvm lvscan
as well as activate it, lvm vgchange -ay.
However I can't figure out what to do next, I'm assuming I need to
regenerate the initramfs and then boot to change
2017 Mar 13
4
Rename Samba 4 Users
Hi guys!
Do you know if there is a away to rename a list of samba 4 user accounts ?
I need to change a list of 2000 users from "login name" to a "login number"
i would not like to do this one by one.
I know that in windows server i can do using powershell script, but it
doesn´t work with samba.
If you have any ideia on how to do this i appreciate.
Thanks!!
--
2011 Feb 07
1
sieve not working if i have override
Hi,
I have a few domain that I'm overriding the mail_plugins, see password query
below, however when I use this password query everything is working expect
sieve gives me an error. How can I get around this problem?
password_query = SELECT username as user, password, \
if('%d' IN ('virttest1.xxx.net', 'test2000.com'), \
'quota imap_quota trash
2017 Jul 20
4
application specific passwords
Hi,
Further to the other thread about password guessing activities against
our dovecot, I would like to implement application specific passwords on
our dovecot.
Googling results in some documents, but they are all a bit older:
> https://www.happyassassin.net/2014/08/26/adding-application-specific-passwords-to-dovecot-when-using-system-user-accounts/
>
2011 Feb 15
3
apache 2 and php 5.2
Hi originally I installed php 4 on centos 5.5 and then a few repos including
the remi repo to upgrade to php5, which seems to upgrade/work without any
issues.
However when I make a change to the /etc/php.ini file it doesn't look like
apache is seeing it, for example if I change the post_max_size and
upload_max_file to 25M each apache still sees the default 2M. I also removed
the /etc/php.ini
2011 Jan 14
8
Web Based User Management
Does anyone know of a web GUI type application that would allow the
creation and deletion of email accounts on an email server?
2016 May 03
3
Changing Password Schemes
1. Auth debug turned on, - nothing
2. cryptpwd is the name of my "password" column, have to specify that if
you want to run password_query as it relies on a field "password" to work.
3. I have access to the "clear passwords" but none of my google searches
worked for converting them to SHA512_CRYPT
On Tue, May 3, 2016 at 1:02 PM, Steffen Kaiser <
skdovecot at
2016 May 03
3
Changing Password Schemes
OK QUERY is WORKING ("password_query" relies on having a field/column
"password', hence the addition under WHERE):
password_query = \
SELECT username AS USER, \
IF(cryptpwd IS NULL OR cryptpwd=' ', CONCAT('{PLAIN}',clearpwd),
cryptpwd) AS PASSWORD, \
'/var/vmail/%d/%n' as userdb_home, \
'maildir:/var/vmail/%d/%n' as
2009 Jan 13
2
Can not Create Maildir using userdb
Thank you for your reply.
So, you mean that both user_query and password_query should have the same amount of parameter and the mail parameter from user_query should have the exact parameter as userdb_mail from password_query?
And also I've to turn on userdb prefetch {}
Kind Regards,
Henry
From: Timo Sirainen [mailto:tss at iki.fi]
To: Dovecot Mailing List [mailto:dovecot at dovecot.org]
2016 May 02
2
Changing Password Schemes
On 05/02/2016 05:32 AM, Carl Jeptha wrote:
> May 2 05:26:03 |****** dovecot: auth-worker(3442): Error:
> sql(user at domain.tld,xxx.xxx.xxx.xxx): Password query must return a
> field named 'password'
I'm not sure, maybe it's checking case-sensitive. Your query returns PASSWORD. Make it lowercase.
>
> For testing purposes I put the query in PHPMyAdmin and it
2016 May 03
5
Changing Password Schemes
Thank you,
Due to changes I had to make to let password_query work, I think your
"quick" version should be like this my setup:
UPDATE mailbox set password = ENCRYPT(clearpwd, CONCAT('$6$',sha(RAND()))) WHERE password IS NULL OR password=' ';
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-05-03 18:10, Gedalya wrote:
> The
2013 Jul 05
1
Ambiguous behavior with prefetch database?
Hello,
Let's say dovecot.conf contains:
mail_uid = dovemailer
mail_gid = dovemailer
mail_home = /some/path/%n
mail_location = mbox:~/mboxes:INBOX=~/mboxes/inbox
and that the password database query is of the form:
password_query = \
SELECT \
passwd AS password, \
nickname AS user, \
mail_home AS userdb_home, \
mail_location AS userdb_mail, \
WHERE \
...
The database
2012 Oct 11
1
iterate_query does not use userdb - mail_location not found
Hi dovecot-comminity,
can't get iterate_query working. doveadm cannot find mail_location
which comes from userdb query. dovecot itself works fine with sql.
Whats wrong? please help:
[root at glen exim]# /opt/dovecot/bin/doveadm search -A mailbox Trash savedbefore 90d
doveadm(uwe at mitmachnet.de): Error: user uwe at mitmachnet.de: Initialization failed:
2016 May 03
2
Changing Password Schemes
Steffen,
If you can point me in the direction as to how to convert a column of
clear text passwords to SHA512-CRYPT I will be happy to follow it and
close this query, I only came here because I had spent almost two weeks
trying to make the dovecot wiki work and thought someone would point out
the mistakes I had made.
But otherwise, I will move on, and not waste anyone's time anymore.
2010 Mar 11
3
IMAP proxy configuration
i know dovecot can act as IMAP and POP3 proxy ..... but i'm having
a hard time configuring it. Actually i'm using a simple dovecot
configuration with virtual users stored on MySQL. My dovecot-sql.conf is
pretty simple:
[root at correio dovecot]# cat dovecot-sql.conf
driver = mysql
connect = host=localhost dbname=DATABASE user=USERNAME password=PASSWORD
default_pass_scheme = PLAIN
#