Displaying 20 results from an estimated 400 matches similar to: "Small problem with src/lib/mountpoint.c"
2007 Jul 17
3
Small problem with src/lib/mountpoint.c [now with patch attached!]
Greetings -
[SIGH: I hit the "Send" button instead of "Attach". Here's Take 2...]
Whilst playing with getting quotas from NFS-mounted filestores I've
just discovered a slight problem with src/lib/mountpoint.c
I had things working on a Solaris 10 test machine which had the
mailstore mounted 'normally' using an entry in /etc/vfstab.
However when I changed
2006 Dec 18
1
$name causes weird behavior
I tried using $name in this manner:
remotefile { "/etc/auto_direct.local":
mode => 644,
source => "solall/$name"
}
(The remotefile function is handy, BTW)
When I use $name here, instead of specifying the actual path to the
file (solall/etc/auto_direct.local), puppetd ends up making
/etc/auto_direct.local an empty directory.
Shouldn''t $name
2006 Apr 18
3
mountpoint_get broke the quota plugin
Looks like the new mountpoint_get code broke the quota plugin. I am getting this error when trying to start dovecot, using last night's CVS on Red Hat ES3:
# service dovecot start
Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib01_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib01_quota_plugin.so: undefined symbol: mountpoint_get
Error: imap dump-capability process returned 22784
2007 Aug 01
2
Mount options and NFS: just checking...
Greetings -
I'm now in the last couple of weeks before going live with Dovecot
(v1.0.3) on our revamped IMAP service. I'd like to double-check
about the best mount options to use; could someone advise, please?
I have three separate directory trees for the message store, the
control files and the index files. These are arranged as follows:
Message Store
Mounted over NFS from
2020 Jul 20
0
Performance issues since upgrading to 3.X to 4.X
On 20/07/2020 14:53, L.P.H. van Belle via samba wrote:
> Pretty close to what i have that :
>
> [global]
> workgroup = PRIVATE
> server string = %h server
> log file = /var/log/samba/log.%m
> max log size = 1000
>
> log level = 0
> ####### Authentication #######
> ## stand alone everything open.
> security = user
> guest ok = yes
2007 Mar 02
2
Newbie questions: Load-balanced Dovecot with NFS storage
Hi,
I experimented with Dovecot a while back and our site is now taking
the plunge to switch to it from the UW IMAP server when we rejig the
topology of our mail store and IMAP servers.
Currently we have a farm of 5 IMAP servers running the UW server.
Each has locally attached disk used to store people's mailboxes.
Each user is allocated to one of these five servers and can only
2006 Aug 21
2
Filesystem Quota Enhancement Patch
I have just updated my patch that provides enhanced support for
filesystem-based quotas in Dovecot. I provides 2 main features:
* Support for group quotas
* Number of messages quota for users of maildir
If both user and group quotas are enabled on the filesystem, the plugin
will report the quota that is closer to the maximum independently for
both storage space and message count. The
2020 Jul 20
3
Performance issues since upgrading to 3.X to 4.X
Pretty close to what i have that :
[global]
workgroup = PRIVATE
server string = %h server
log file = /var/log/samba/log.%m
max log size = 1000
log level = 0
####### Authentication #######
## stand alone everything open.
security = user
guest ok = yes
map to guest = bad password
## map id's outside to domain to tdb files.
idmap config * : backend = tdb
idmap
2009 Jun 06
3
Expire/Quota error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Using both 1.2rc5 and hg version a9d3108d0cec from today, when I run the
expire tools program, I receive the following error.
# /usr/local/sbin/dovecot --exec-mail ext
/usr/local/libexec/dovecot/expire-tool --test
/usr/local/sbin/dovecot --exec-mail ext
/usr/local/libexec/dovecot/expire-tool --testError:
2006 Jun 27
1
POP3 quota trouble
Hi all,
I'm running Dovecot 1.0 beta8 on CentOS 4.3. In the "protocol imap { }"
section, I have enabled the following 2 plugins:
imap_quota
quota
In the "plugin { }" section, I have configured the following:
quota = maildir
imap_quota = maildir
This all works well, and if I use IMAP, Dovecot correctly updates the
maildirsize file in user Maildirs.
However, I need
2007 Jul 16
0
Getting quotas from an NFS-mounted filestore
Greetings -
I was just wondering what the state of play was with regard to
reading filestore-based quotas when the mailstore is NFS-mounted?
Timo mentioned a little while ago that he'd be including it:
http://www.dovecot.org/list/dovecot/2007-May/022594.html
However it isn't in 1.0.1 and isn't mentioned in the release notes
for 1.0.2. Is it going to be a 1.1 feature or
2008 Sep 10
1
Do I need a dummy?
Hi all,
I managed to get all my VMs (5 in total) up and running in bridged
mode with public IP addresses from my ISP. All are running Debian
Etch in a Dom) of Debian Etch with Xen 3.1 using the instructions
here: http://www.howtoforge.com/debian_etch_xen_3.1
But ideally I only want two of the DomUs on the public internet with
the other three only on an internal network and the two
2014 Aug 26
4
[Bug 10785] New: [PATCH] Add a flag to use numeric sort
https://bugzilla.samba.org/show_bug.cgi?id=10785
Summary: [PATCH] Add a flag to use numeric sort
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: rom at rom1v.com
2006 Jun 06
1
Strange Error after some hour of inactivity.
Hi,
in near future planing migrate our E-mail server to new hardware.
Decided try dovecot as IMAP and POP3 server.
Compiled latest dovecot-1.0.beta8 version on Linux Fedora Core 3 machine (2.6 kernel).
Users database are on PostgreSQL server.
Everything working fine except some issues.
After some hour of inactivity (POP3 or IMAP) then connecting to check e-mail got this error:
invalid I/O fd 8,
2007 Aug 03
2
Userdb and home directories
Greetings -
I've just discovered an oddity I didn't know I had...
We have two NetApp filers: one serves people's home directories; the
other their message store and control files filestores.
At the moment the first of the two filers is not accessible to my
Dovecot system and I assumed all would be well because, as far as I
knew, I wasn't using it at all.
However in
2005 Mar 16
0
Sun One Directory Server 5.2 ldapclient init -v -a Problem
Hi All,
I Have installed the Sun Directory Server 5.2 from JES 2004Q2 CD's
with following options
/etc/hosts
192.168.1.23 train01.tipu.com.pk train01 loghost
DNS is running for tipu.com.pk on the same machine and here is
/etc/resolv.conf
domain tipu.com.pk
nameserver 192.168.1.23
Directory Server installed using the following
Suffix dc=tipu,dc=com,dc=pk
when i run
2010 Sep 12
2
dovecot 2.0.2 compile issues on Solaris 10u8 Sparc
I am having compile problems with Dovecot v2.0.2 on a well patched
Solaris 10u8 Sparc system using the included gcc compiler.
Version 2.0.0 compiled with out any issues using the same configure
syntax. My ./configure syntax looks like this:
./configure --with-ssl=openssl --with-shadow
Yahoo and Google searches turned up nothing for me.
Reviewing the file mountpoint.c between version 2.0.0
2016 Aug 10
0
Maybe OT - Centos 5 SATA JMicron JMB361 SATA
Hi All,
I know Centos 5 is almost EOL and all this is old but....
I'm helping a colleague who has moved a Centos 5 install on an IDE disk
to system with a Foxconn M'board. His idea is to use the SATA interface
that's on the Foxconn.
The thing boots OK and then gets into a loop trying to start the
interfaces to the SATA disks. Oceans of stuff like this in /var/log/messages
Aug 7
2009 Jul 06
3
Smart-UPS RT 3000 Baud Rate
I have been running a Smart-UPS RT 3000 VA using nut successfully over
the 940-0095B cable for a couple of years.
I have just received a second unit, but it is slightly different in 3
ways that I have found so far.
1. It's a Smart-UPS RT 3000 XL
2. The 940-0095B cable now uses an RJ45 connector at the UPS end.
3. It now requires a baud rate of 9600 instead of the 2400 used previously.
2007 Jun 06
1
Possible error in drivers/main-hal.c
Looking at the above sources, it looks like the device_path is
configured twice:
509 device_path = xstrdup("auto"); /*getenv ("HAL_PROP_HIDDEV_DEVICE"); */
626 device_path = xstrdup(argv[0]);
Other than the fact that we leak a few bytes of memory here by using
xstrdup() twice without free'ing in between, I don't think this is what
we intended to do. It looks to me