Displaying 20 results from an estimated 10000 matches similar to: "Dovecot configuration: Home dir not found"
2016 Apr 15
1
help on moving data from local to HDFS using RODBC in R
Hi,
I have requirement to move the data from Linux local path( ex
/home/user/sample.txt) to hadoop HDFS using RODBC in R
I knew that we can move the data using rhive comamnds like *rhive.put*
and *rhive.get
*but looking for similar commands using RODBC as well.
I would appreciate for your inputs.
Regards,
Divakar
Phoenix, USA
[[alternative HTML version deleted]]
2019 Jun 20
4
LastLogin update
Howdy,
I'd like an adive on what to use.
I have sql users, and i want to have the lastlogin of them, what is the
native option for this:
* Using last_login plugin which will give me the last login?
* Use postlogin for imap and pop3n which will give me besides
lastlogin the IP and protocol?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was
2020 Sep 23
2
implementing folder hashing
Thank you for your reply.
One questionthough, if you add a mount point how do you know what user
to move ?
On 9/23/20 7:35 PM, Manuel Delgado wrote:
> Hi Adrian,
>
> It depends much on your site configuration.
>
> In our case, we have several mount points and we distribute our user
> mailboxes using username hash (%N)[1] and limit this hash to the
> number of mount
2020 Sep 21
2
implementing folder hashing
Hi everyone,
I want to ask if any of you has done a migration from a single storage
to multiple back-end storages and what is the best strategy for folder
hashing that you use.
Using something like %H or %M how do you predict where the mail will end
up in order to move the existing folders ?
Thank you !
--
Best regards,
Adrian Minta
2020 Jan 10
2
Dovecot HA/Resilience
Also you should probably use dovecot director to ensure same user sessions end up on same server, as it's not supported to access same user on different backends in this scenario.
Aki
> On 10/01/2020 19:49 Adrian Minta <adrian.minta at gmail.com> wrote:
>
>
>
> Hello,
>
> you need to "clone" the first server, change the ip address, mount the same
2016 Aug 30
2
Last Login Plugin with mysql
Hello,
is it possible to use Last Login Plugin with mysql instead of redis ?
http://wiki2.dovecot.org/Plugins/LastLogin
.--
Best regards,
Adrian Minta
2008 May 21
11
Per-user home filesystems and OS-X Leopard anomaly
I encountered an issue that people using OS-X systems as NFS clients
need to be aware of. While not strictly a ZFS issue, it may be
encounted most often by ZFS users since ZFS makes it easy to support
and export per-user filesystems. The problem I encountered was when
using ZFS to create exported per-user filesystems and the OS-X
automounter to perform the necessary mount magic.
OS-X
2005 Aug 23
6
NFS-root problem
I have been googling and searching the archive , haven''t got anything
helpful. Would appreciate any help.
Got the follow error when trying to start a domain using NFS root
IP-Config: Incomplete network configuration information.
Looking up port of RPC 100003/2 on 10.10.24.141 <http://10.10.24.141>
RPC: sendmsg returned error 101
portmap: RPC call returned error 101
Root-NFS:
2017 Apr 08
3
How to migration my mails from another server ?
Hello,
I would like to host my mails and I would like to retrieve my existing mailbox content from my ISP
My ISP
======
I don't have root access on the server
The server seem to use Dovecot according to the banner.
My machine
==========
I have root access on the server
I use Dovecot 2.2.21
I use Maildir
I read this page multiple times but it's not clear to me
2004 Mar 02
2
[PATCH] Force mountd(8) to a specified port.
Hi all,
I have a requirement to run NFS read-only in an Internet-facing colocation
environment. I am not happy with packet filters alone around rpcbind, call
me paranoid, so I just spent the last few minutes cutting this patch.
As you are aware, RPC applications can be forced to listen on a known port
through the sin/sa argument to bindresvport[_sa](). Why several Linux
distributions have this
2010 Feb 18
3
NFS client firewall config?
Hi all,
Which ports do I need to have open on an NFS client's firewall to allow it
to connect to a remote NFS servers?
When I disable iptables (using ConfigServerFirewall), it connects fine, but
as soon as I enable it, NFS gives me this error:
root at saturn:[~]$ mount master1.mydomain.co.za:/saturn /bck
mount: mount to NFS server 'master1.mydomain.co.za' failed: RPC Error:
Unable to
2019 Jan 11
2
Error: User bob@aaa.bbb doesn't have home dir set, disabling duplicate database
I made a mistake when I moved dovecot to a new server and only specified
mail_location instead of mail_home
All I have in 10-mail.conf is
---------
mail_location = maildir:/home/vmail/mailboxes/%d/%n
------------
All emails for the few accounts I have are in these mailboxes and I can
get/see them via my mail client
I do, however, get the following error
--------------------
imap(bob at
2015 Feb 24
2
Conditional SASL authentication
On 24.02.2015 20:29, Reindl Harald wrote:
>
>
> don't allow senders which you would not receive mail for - period
>
Seems interesting, at least until the bots adapt to this.
Any idea how could this be implemented ?
--
Best regards,
Adrian Minta
2015 Mar 04
2
New FREAK SSL Attack CVE-2015-0204
Hello,
about the CVE-2015-0204, in apache the following config seems to disable
this vulnerability:
SSLProtocol All -SSLv2 -SSLv3
SSLCipherSuite
HIGH:MEDIUM:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4
Is something similar possible with dovecot ?
If yes, what are the implications with old mail clients ?
--
Best regards,
Adrian Minta
2016 Apr 09
5
Slow reading of large dovecot-uidlist files
Hi there,
(context: I was optimizing Roundcube mailbox list server response, and in
that 300-400ms response time, around 170ms is spent on single fgets() call
which is waiting IMAP repsonse to "SELECT MyMailbox" command)
I straced dovecot and of the whole request/response process, around 30ms is
spent for everything else, and overwhelming majority of time (150-170ms) is
spent for
2008 Feb 12
1
UFS snapshot weirdness
Hi all,
I've been making a wrapper script for the backup tool 'duplicity',
allowing me to create config files for each resource, wherein I define
whether a snapshot should be made prior to backing up the resource or
not.
Now I find that my snapshots never change ....
The script creates a snapshot, creates md device, mounts it, runs
backup against the mounted snapshot,
2015 Mar 04
2
New FREAK SSL Attack CVE-2015-0204
On 04.03.2015 18:19, Emmanuel Dreyfus wrote:
> On Wed, Mar 04, 2015 at 06:13:31PM +0200, Adrian Minta wrote:
>> Hello,
>> about the CVE-2015-0204, in apache the following config seems to disable
>> this vulnerability:
>> SSLProtocol All -SSLv2 -SSLv3
>> SSLCipherSuite
>> HIGH:MEDIUM:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4
>>
>> Is
2012 Sep 16
3
Error: User doesn't have home dir set, disabling duplicate database
Hi all
I receive the following error in my mail.log.
Does anybody know how to configure dovecot to get rid of this ?
I have one server up and running with postfix, dovecot and a mysql backend.
The error above happens on another server with postfix, dovecot and a ldap
backend.
Any hints ?
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified
2020 Jan 11
1
Dovecot HA/Resilience
If you just want active/standby, you can simply use corosync/pacemaker as other already suggest and don?t use Director.
I have a dovecot HA server that uses floating IP and pacemaker to managed it, and it works quite well.
The only real hard part is having a HA storage.
You can simply use a NFS storage shared by both servers (as long as only one has the floating IP, you won?t have issue with the
2010 Sep 17
1
can i run NFS *exclusively* off of v4?
is it possible to set up NFS on centos 5.5 so that it uses *only*
version 4? i tried this not that long ago on fedora and was surprised
to see a complaint when i tried to start the server and was told that
i was missing required functionality of NFSv1, or something equally
weird. i'll check the /etc/init.d/nfs script, but i think what got me
into trouble was trying to use the entire set of