Displaying 20 results from an estimated 6000 matches similar to: "Case of %n (feauture request)"
2006 Feb 07
3
MySQL client out of memory error
Hi,
I'm using Dovecot 1.0-alpha5 as POP3 server with MySQL DB of users.
Sometimes clients get an authentication errors. In this time dovecot
writes to log file next lines:
Feb 7 11:14:30 orion dovecot: auth-worker(default): sql(user at mydomain.com.ua,192.168.3.36): Password query failed: MySQL client run out of memory
Feb 7 11:14:30 orion dovecot: auth-worker(default): sql(user at
2005 Oct 29
3
login_user & first_valid_uid
Hi all,
I have next settings in .conf file
...
#
# Login user for SQL-based virtual users
#
login_user = dovecot
first_valid_uid = 100
first_valid_gid = 100
...
System user dovecot has UID/GID = 101/101. But every time when user logins
I see in log file
Oct 29 15:51:25 orion dovecot: Logins with login process UID 101 (user elnino) not permitted (see login_user in config file).
Oct 29
2006 Feb 08
1
Latest snapshot: ./configure does not finish normally
Hi,
OS: FreeBSD 6.0-RELEASE-p2
latest dovecot snapshot does not configurable. ./configure script fails:
# ./configure --prefix=/usr/local/dovecot --with-passwd --with-passwd-file --without-shadow --with-pam --without-bsdauth --without-ldap --without-vpopmail --with-static-userdb --without-pgsql --with-mysql --with-pop3d --disable-ipv6 --with-storages
[... skip ...]
config.status: creating
2005 Sep 23
2
Multiple authentication databases
Hello,
I'm trying to setup multimple auth. databases with Dovecot 1.0 alpha2.
I wrote in dovecot.conf next lines
(as was described at http://wiki.dovecot.org/moin.cgi/MultipleAuth)
auth_debug = yes
auth_verbose = yes
auth default {
mechanisms = plain
user = root
passdb sql {
args = /usr/local/dovecot/etc/dovecot-mysql.conf
}
passdb pam
2006 Feb 10
1
If mbox does not exist dovecot creates directory
Hi,
I've searched the archive of mailing list but did not find anything about
this issue.
dovecot 1.0alpha5, using mbox format and MySQL DB of users
When user is trying to login via POP3 and there is no corresponding mailbox
for it dovecot creates a directory instead of mbox file.
In this time log looks like
Feb 10 10:39:36 orion dovecot: auth-worker(default): sql(ivan.sid at
2005 Oct 30
2
Dovecot 30.10.2005 CVS Snapshot: cannot connect to MySQL
Hello,
I've compiled nightly CVS snapshot and set it up to work with MySQL database:
[...]
auth default {
mechanisms = plain
user = root
passdb sql {
args = /usr/local/dovecot/etc/sql.conf
}
userdb sql {
args = /usr/local/dovecot/etc/sql.conf
}
}
sql.conf contains next line:
connect = host=localhost
2005 Dec 12
3
Case sensitive nightmare
It took me 4 days to figure this out and I sure hope someone can help me
solve it.
My Setup: Postfix + MySQL + dovecot
dovecot.conf:
default_mail_env = maildir:/var/spool/vmail/%d/%n/Maildir
password_query = SELECT password FROM mailbox WHERE username='%u'
user_query = SELECT maildir, 108 AS uid, 108 AS gid FROM mailbox WHERE
username='%u'
The virtual host schema is
2006 Feb 09
0
FreeBSD dovecot port maintainer
Hi,
How often does mantainer update dovecot in FreeBSD ports tree?
It would be a good thing to get 1.0beta3 in ports...
--
Kind Regards, Alexander Shikoff
minotaur at crete.org.ua
2007 Feb 28
1
Migrating to dovecot: non-empty mboxes
Hello,
I migrate from cucipop to dovecot. Thus I move users' mailboxes (mbox format)
to another location.
Some POP3 client (for example Outlook or TheBat!) use flag
'Do not delete messages from server'. After the user's mailbox have been
moved to a new location all old messages is retrieved again and user
get duplicates.
Is there a way to avoid such issue?
Thanks a lot!
--
2013 Nov 05
2
10.0-BETA3: Unable to access files on SMB share
Hi All,
on fresh installation of 10.0-BETA3 it is unable to access files on Samba share:
# mount
[...]
//USER at HOSTING/DTEL-IX on /mnt/fs/dtel-ix (smbfs)
# cp /mnt/fs/dtel-ix/port_distribution.xls ./
cp: ./port_distribution.xls: Bad address
At the same time I get kernel messages:
smbfs_getpages: error 60
vm_fault: pager read error, pid 927 (cp)
Please advice,
thanks.
--
MINO-RIPE
2007 Jan 15
1
dovecot as POP3 proxy
Hello,
I am trying to set up dovecot as pop3 proxy.
There is net lines in my auth section:
passdb passwd-file {
args = /usr/local/etc/dovecot/proxy.users
}
userdb static {
args = uid=26 gid=6
}
File proxy.users should contain a list of users. Now it looks like
test:::::::proxy host=10.10.10.10
and everything is OK.
My question
2013 Jul 23
2
Is there any document about the feauture and usage of lxc supported by libvirt?
Hi Guys,
Recently, I'm doing some tests on openstack with lxc virtualization supported by libvirt. I need some recently new documents about libvirt lxc.
Anything related is just ok. Thanks!
--------------
Best regards!
GuanQiang
2013-07-23
2013 Jul 23
0
Re: Is there any document about the feauture and usage of lxc supported by libvirt?
On Tue, Jul 23, 2013 at 05:26:44PM +0800, hzguanqiang wrote:
> Hi Guys,
> Recently, I'm doing some tests on openstack with lxc virtualization
> supported by libvirt. I need some recently new documents about libvirt
> lxc.
> Anything related is just ok. Thanks!
The best (only) formal documentation is here:
http://libvirt.org/drvlxc.html
I'll be expanding it over time to
2005 Sep 05
2
Problem in dovecot 0.99 - login username case sensitive create fake maildirs
Hello,
I have noticed a weird behaviour in dovecot 0.99 which, I hope, is not
replicated in 1.0-alpha.
First I have to say that it works very well.
So if I login with user foo at bar.com, the maildir is created.
But when I log in with User FOO at BAR.COM, or FOO at BAR.com, then
two other maildirs are created. Authentication is ok (I'm using mysql
backend) but no mails are obviously
2005 Nov 19
1
Multiple authentication databases and storage locations
Hello Everyone,
I am playing with the $subject matter using 1.0alpha4, and thanks to the
archives, I lifted this one from Alexander Shikoff off and used it in my
setup.
auth default {
mechanisms = plain
user = root
passdb pam {
args = pop3
}
passdb sql {
args = /usr/local/dovecot/etc/dovecot-mysql.conf
}
2005 Sep 27
1
POP3 problem
Hey all this is my first post to this list.
I have fresh Red Hat AS 4.0 with postfix 2.1. This will be my mail server.
I have one problem with pop3. My mail server is working properly. I did the following test:
Sent an email to some other server(yahoo.com)->email got there fine.
>From that other server(yahoo.com) replaied-> to the new server and email got there fine,checked using pine.
2005 Oct 07
1
passdb error
I have just installed Dovecot on Redhat 9 system
when starting dovecot I get the following error
Unknown passdb driver 'pam'
This is a new venture for me so any help would be appreciated
Thanks
rw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20051007/2f032de1/attachment-0001.html>
2005 Oct 08
1
dovecot 1.0alpha3 passdb
I upgraded dovecot from 0.99.20050712-2 to 1.0.alpha3-1 (Debian testing).
In /etc/dovecot.conf I had:
passdb = passwd-file /etc/imap.passwd
I modified dovecot.conf from 1.0alpha3 to have:
passdb passwd-file {
# Path for passwd-file
args = /etc/imap.passwd
}
Is that correct?
Authentication no longer works, and /var/log/mail.info shows:
Oct 7 22:35:39 XXX dovecot:
2005 Oct 21
2
dual auth with real users and virtual users
Hi, im using 0.99 stable in RPM form,
Im using this for postfix+dovecot+real unix users, now i tried to enable
virtual support with this:
protocols = imap pop3
ssl_disable = yes
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot.info
login_user = dovecot
mail_extra_groups = mail
auth = default
auth_mechanisms = plain
auth_passdb = pam
auth_userdb = passwd
auth_userdb =
2005 Mar 15
2
Read-only mail folders
Is it possible to have folders on read-only partitions in Dovecot
1.0-stable?
We have a NetApp fileserver which would probably be accessed via NFS
(though iSCSI is possible) and which stores readonly "snapshots" of
every directory accessible as .snapshot (but usually hidden from the
operating system). It would be very nice to set up a "snapshot"
namespace something like