Displaying 20 results from an estimated 800 matches similar to: "vpopmail over NFS not seeing new messages."
2008 Aug 06
2
Dovecot PAM sessions with Maildir
I am configuring a new mail server on RHEL 5 x64. I have configured
dovecot as follows:
...
protocols = imaps
...
ssl_cert_file = /etc/pki/dovecot/certs/mailserver.cer
ssl_key_file = /etc/pki/dovecot/private/mailserver.pem
...
login_process_size = 64
...
mail_location = maildir:~/Maildir
...
passdb pam {
args = "session=yes cache_key=%u%s dovecot"
}
...
I'm getting the following
2008 Sep 17
5
Mail being delivered to mbox instead of Maildir
I thought I had Dovecot configured to use Maildir instead of mbox, but
apparently it is still using mbox.
Excerpt from dovecot.conf:
mail_location = maildir:~/Maildir
Excerpt from sendmail.mc:
MAILER(dovecot)dnl
dovecot.m4:
########################################
### DOVECOT Mailer Specification ###
########################################
Mdovecot,
2006 Feb 28
2
Busy day today...
What's the procedure for filing bug reports related to kernel panics
on CentOS/RHEL? I've just had the following kernel panic on one of the
new mailstores (argh!). Would this have to be reproduceable to warrant
a bug report?
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: ------------[ cut
2011 Nov 17
1
nfs4 problem in CENTOS6
Hi,
This is slightly offtopic, but I have been trying to resolve that problem for two days now without much success. It looks like this may be something that works with CENTOS5, but not with CENTOS6!
I have two machines, fileserver1 and server5.
fileserver1 runs on CENTOS6 (virtualized, if this is important), server5 runs on Centos5. Both are running with the most recent updates.
Server5 is a
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact? And
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
setcode do
case Facter.hostname
when (/thishost/i):
[ "/local", "/local2" ]
end
end
end
& a template like this:
<%
2011 Jun 02
3
Problems with descriptions.
Hi guys!
I can?t find an answer in google, so my last hope is this mailing list.
Story.
I have two servers with same arrays. Servers connected by DRBD.
I used ocfs2 as file system, also I used NFS4 to access to the
ocfs2 drive. I do not have any idea, but the allocated descriptors in
/proc/sys/fs/file-nr increasing every time while drive accessed.
So after some time allocated descriptions over
2011 Aug 22
2
btrfs over nfs
I have been experimenting exporting btrfs subvolumes over nfs. Main
subvolume is filesys1 mounted at /filesys1. Below this is subvolume
base, user1 is in base and documents is in user1. documents is
mounted at /documents. /etc/exports is:
/filesys1/base/user1 172.16.0.0/24(rw,no_acl,no_root_squash,fsid=0)
/filesys1/user1-snapshot 172.16.0.0/24(rw,no_acl,no_root_squash,fsid=0)
2020 Nov 12
1
nfs root kerberos
On 12/11/2020 14:19, Jason Keltz via samba wrote:
>
> On 11/12/2020 8:52 AM, Rowland penny via samba wrote:
>> On 12/11/2020 13:27, Jason Keltz via samba wrote:
>>>
>>> On 11/12/2020 8:17 AM, Rowland penny via samba wrote:
>>>> On 11/11/2020 10:54, Jason Keltz via samba wrote:
>>>>> Hi Louis,
>>>>> I've looked into that
2008 Aug 22
1
Problem using rsync for backing up on to a NAS
Hi,
I have a problem that was already discused in the german archlinux forum
and couldn't be solved. Because of this I was asked to use the rsync
mailing list. So here I am ;b
I'm using the following script to backup my data to a Network Attached
Storage that has an ext3 formated hdd that is mounted via NFS
script: http://pastebin.com/f6b7115c9
This script works fine for /home but
2008 Feb 25
1
NFS options on kernel parameters
Hello,
I am running an NFS server/PXE on a Cent OS 5.1 server. I have
defined an NFS export with "no_root_squash" option in my /etc/exports
file:
#
# NFS Export Files
#
/export/images *(rw,sync,no_root_squash)
... A client PXE boots as a diskless station to the above server into
a root-NFS directory underneath the above /export/images export. When
the client boots;
2012 Apr 09
1
Problem with NFS4 and CentOs 5.8
Hi,
I hope someone could give me help with following problem on centos 5.8
kernel and nfs4.
On server i have bind mounted directory shared to the client with
following setup:
mounted directory:
/srv/nfs/imagetest on /exports/imagetest type none (rw,bind)
/etc/exports file:
/exports
10.0.4.0/24(ro,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0,crossmnt)
2012 May 21
1
NFS - Strage Problem
Hi Dear List,
i am experiencing strange problem with NFS, they is CentOS 6.2 x86_64
machines. One CentOS is sharing two directories (following)
/etc 192.168.0.41(rw,sync,no_root_squash)
/var/named/master 192.168.0.41(rw,sync,no_root_squash)
nfs is started on server side
there are proper entries in fstab at client side for both shares. however
server is able to mount "/etc" alright
2007 Aug 16
1
NFSv4 on CentOS 4.5
Hi. I'm having trouble accessing a shared directory over NFSv4 on a
CentOS 4.5 machine.
My export file reads
/test 10.0.0.0/255.0.0.0(ro,async,insecure,nohide,no_subtree_check)
Running the mount command with NFSv4 as the filesystem gives me a
permission denied error.
[root at pebble-anoop ~]# mount -v -t nfs4 pebble-anoop:/test/ /mnt/
mount: pinging: prog 100003 vers 4 prot tcp port
2020 Nov 09
2
nfs root kerberos
Hi.
I have Samba AD configured correctly, and can mount kerberized NFS from
all the CentOS 7 clients.? I'm not able to use "root" on the client even
though the nfs export specifies the option: no_root_squash option.
I completely understand that in order to use the "root" identity (which
doesn't exist as a user in the domain) on the NFS client, this identity
has to
2020 Nov 12
2
nfs root kerberos
On 12/11/2020 13:27, Jason Keltz via samba wrote:
>
> On 11/12/2020 8:17 AM, Rowland penny via samba wrote:
>> On 11/11/2020 10:54, Jason Keltz via samba wrote:
>>> Hi Louis,
>>> I've looked into that and I'm not sure how this would be done?
>>> By the way, even with your NFS translation fix (which doesn't work
>>> for me because
2006 Mar 10
1
/etc/exports file and any machine mount
I used to have an exports file like the following on redhat 7.3...
the would allow any machine to mount the /home/CentOS.iso directory.
/var/spool/lpd (rw)
/etc/silentm slave(ro,secure,no_all_squash,no_root_squash)
/home/CentOS.iso (ro,secure,no_all_squash,no_root_squash)
This does not seem to work on centos 4.2. I have to explicitly
have a machine name like:
/home/CentOS.iso
2010 Oct 07
1
Qmail+Vpopmail+Mysql+Dovecot 2.x (Notes on a successful conversion)
SoI had a hell of a time converting my qmail install to dovecot 2.0.5,
so I thought I'd pass on what I learned.
1. When using vpopmail, do not use " --disable-many-domains". If you
do, you'll need to recompile vpopmail without that setting and use the
script found at
http://qmailrocks.thibs.com/downloads/scripts/migrate-vpopmail-many-domains
to collapse the tables.
2.
2008 Feb 27
2
NFSroot is acting strange in CentOS5
Hello all,
I have observed a problem with a diskless PXE client I am attempting
to configure. PXE/NFS/DHCP/TFTPd server is running CentOS5.1 and the
Diskless workstation's root and kernel was extracted from a CentOS5.1
(custom kernel due to setting to enable Root File System support).
Problem: When the diskless client boots and logs in I notice that my
root user is being squashed, even if I
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:
2010 Apr 21
3
Help with NFSV4 server
Hi Everyone,
I have been trying to setup an NFS v4 File Server but have come across
an odd issue. Mounting the /nfs4exports/share appears to be successful
and the information displayed about partition size and free space seem
correct but if I try to do anything inside the mounted directory the
client will just hang. Does anyone have any idea what I am missing?? I
have try disabling all