Displaying 5 results from an estimated 5 matches for "vds5".
2008 Jan 05
1
imap cores
...l(6, F_SETLK64, 0x08047680) = 0
lstat64("/var/mail/apps/domain/admin/Maildir/dovecot-uidlist.lock",
0x080476C0) = 0
unlink("/var/mail/apps/domain/admin/Maildir/dovecot-uidlist.lock") = 0
open64("/var/mail/apps/domain/admin/Maildir/cur/1199514786.M867961P7368.vds5,W=1325:2,",
O_RDONLY) = 9
fstat64(9, 0x080477A0) = 0
pread64(9, " R e t u r n - P a t h :".., 4096, 0) = 1298
pread64(9, " R e t u r n - P a t h :".., 4096, 0) = 1298
close(9) = 0
write(2, "01 P f i l e...
2008 Jan 03
1
virtual domains/users and LDAP
...I am using:
auth_bind = yes
base = ou=People,o=%d
scope = onelevel
pass_attrs = mail=user
pass_filter = (uid=%n)
userdb static {
args = uid=vmail gid=vmail home=/var/mail/apps/%d/%n
}
The problem I am seeing when the user logs in, the home dir is getting
created incorrectly:
Jan 3 14:08:12 vds5 dovecot: [ID 107833 mail.info] imap-login: Login:
user=<test at gmail.com>, method=PLAIN, rip=, lip=
Jan 3 14:08:12 vds5 dovecot: [ID 107833 mail.info]
IMAP(test at gmail.com): Effective uid=500, gid=500,
home=/var/mail/apps/gmail.com/test
Jan 3 14:08:12 vds5 dovecot: [ID 107833 mail.info]...
2007 Mar 05
2
sshd leaking processes
...Debian-8, OpenSSL 0.9.8c 05 Sep 2006
I have a tool which I use to generate command lines for end-end
encryption through firewalls, following directions from an old
discussion on this mailing list (thanks btw). It gives me something
like this:
ssh -p 47774 localhost -o "ProxyCommand=ssh -v -v vds5.dedi.blackcatnetworks.co.uk -- 'nc localhost 47774'" -- 'echo hi'
When I run that, two sshd processes appear at the final destination
host, and don't go away until I kill them.
I am wondering if this problem is known to have been fixed in a recent
version, or if I should...
2008 Jan 14
2
file system permissions
...tribute, it'll fall back to
using mail_uid/mail_gid as defined above.
(atleast thats what I am hoping to do...)
I set the permissions of /var/mail/apps, /var/mail/apps/%d directories 1777.
I also see the following error message when a message is received to
one of the users:
Jan 13 18:33:33 vds5 deliver(admin at domain.com): [ID 702911 mail.error]
stat(/var/mail/apps/domain.com/admin/Maildir/tmp) failed: Permission
denied
The permissions of this tmp directory are:
drwx------ 2 vmail vmail 2 Jan 13 18:31 tmp
Why is deliver having problems writing to that? At this point, wh...
2008 Jan 04
3
%d not recognized with LDAP
I saw the recent threads but didn't help for me.
Here's my configuration:
The domain isn't getting expanded as per logs:
Jan 4 08:06:40 vds5 dovecot: [ID 107833 mail.info] IMAP(admin):
maildir: data=/var/mail/apps//admin/Maildir
# 20080102: /usr/local/dovecot/etc/dovecot.conf
listen: *:143
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /usr/local/dovecot/var/run/dovecot/login
login_executable: /usr/local/dovecot/libexec/dovecot...