Displaying 20 results from an estimated 100 matches similar to: "Dovecot 2.2.4/sendmail with sql user and aliases"
2005 Jul 17
1
Authentication feature I need
OK - here's whay I need to make it work for my Linuxconf compatible
authentication system. First - a question:
Will this work? I can find docs on "virtualfile.
auth virtualfile {
mechanisms = plain digest-md5
userdb = passwd-file /etc/vmail/passwd.%d
passdb = passwd-file /etc/vmail/shadow.%d
user = root
}
Then - since the dmain name selects the passwd file, if there were a
2005 Jul 16
1
Feature Request - Authentication Scheme - Linuxconf
This would make my life a lot easier in migrating to Dovecot. And it
should be really easy to implement. Here's how linuxconf does it:
Password files are placed in the /etc/vmail directory as follows:
/etc/vmail/passwd.domain1
/etc/vmail/shadow.domain1
/etc/vmail/passwd.domain2
/etc/vmail/shadow.domain2
The password and shadow files are exactly the same format as the
/etc/password and
2005 Aug 01
1
Feature request - umask for index files
I'd like a separate feature for setting umask for index and cache files
differently from email files.
The reason is that I'm putting indexes in a separate location and I need
group create rights in directories. Otherwise what happens is that the
first user creates the directories, but the second user for the domain
that has a different UID gets an error.
default_mail_env =
2010 Jan 01
1
Occasional but consistent trouble with --filter
I'm running rsync version 3.0.6 in order to migrate a set of objects from an
old server to a new one.
The set of object to migrate is basically composed of mail dirs which follow
a well-defined name pattern, such that I believe it should be easily handled
by the --filter option.
I'm infact attempting to use the following rsync command in the new server:
rsync -auEAXDSvz --delete-after
2010 Aug 24
8
Home directories
I've noticed that a lot of people are using e.g.:
mail_location = maildir:/var/vmail/%d/%n
Then either they don't have home directory set, or their home directory
is the same as the maildir. http://wiki.dovecot.org/VirtualUsers/Home
explains all the problems of not separate home and mail directories.
Also whenever I try to suggest using a separate home and mail directory,
the answer is
2007 Feb 24
1
(auth) killed with signal 11
Running rc24 and with one user in particular they are getting "(auth)
killed with signal 11" when trying to pop email. IMAP works. What causes
this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070224/195f61be/attachment-0002.html>
2004 Jun 16
2
real Newbie query sorry!
Hi as I'm a real newbie to rsync I'd better apoligise if this is 'old hat'.
I'm trying to get to grips with rsync and I've set up rysnc as a server on a redhat 8 linux pc using a simple rsyncd.conf
I then tried to list some files placed in the rsync server by using a commandline shell to this server. I've called the server 'server'.
But for some reason I
2007 Aug 09
2
1.1.alpha2 error in logs
Did a quick-n-dirty install of 1.1.alpha2 on a Fedora Core 6 server... am
getting the following message in the maillog, though there seems to be no
problem accessing mail. Error seems to be consistent for all users.
Running 1.0.3 on the system previously.
Aug 8 22:49:26 stage2 dovecot: IMAP(testuser):
mkdir(/var/spool/vmail/192.168.0.199/.imap/testuser) failed: Permission
denied
This is what
2012 Apr 09
1
v2.1.4 released
http://dovecot.org/releases/2.1/dovecot-2.1.4.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.4.tar.gz.sig
+ Added mail_temp_scan_interval setting and changed its default value
from 8 hours to 1 week.
+ Added pop3-migration plugin for easily doing a transparent IMAP+POP3
migration to Dovecot: http://wiki2.dovecot.org/Migration/Dsync
+ doveadm user:
2012 Apr 09
1
v2.1.4 released
http://dovecot.org/releases/2.1/dovecot-2.1.4.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.4.tar.gz.sig
+ Added mail_temp_scan_interval setting and changed its default value
from 8 hours to 1 week.
+ Added pop3-migration plugin for easily doing a transparent IMAP+POP3
migration to Dovecot: http://wiki2.dovecot.org/Migration/Dsync
+ doveadm user:
2012 Sep 24
3
Winbind issue using samba 3.6.3
We have a cross platform environment with a Windows 2008 server running Active Directory and many of our workstations are running ubuntu 10.10 using winbind for user authentication. The version of samba running on these boxes is 3.5.4
We are looking to upgrade to Ubuntu 12.04 which runs samba 3.6.3
I am able to connect to the DC, and am able to see the users running the wbinfo -u command, but
2005 Jul 31
5
Dovecot Deliver?
I guess Dovecot has an LDA called deliver. What is it and how do I use
it? Or is it ready to be used. can't find any docs on it.
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2008 Jan 21
1
smbclient segfaults
Hi,
When I tried to run smbclient against a Win2003 server copiyng hundred of files
it aborts with segmentation fault. I ran in gdb that produces this:
--------------------------------------------------------------------------------
htmaster:/dados# gdb /usr/bin/smbclient -s /usr/lib/debug/usr/bin/smbclient
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free
2007 Feb 24
2
POP Problem
Getting an error on POP only - "Authentication Server Isn't Connected"
IMAP works fine.
This used to work. not sure what changed.
2012 Nov 04
9
Migrate to Linux Server
Hi,
In our company we have a DL380 ( 16gb ram) server with Windows server 2003
x86, this run only tomcat 6.
We have 2 options: a) upgrade to windows 2008 x64 and b) migrate to Linux (
I mean centos 6 x64).
I want to make some benchmarks.
Please help me to compare a and b.
How I can make this benchmark?
--
Best Regards,
Ashkan R
2003 May 19
3
how to run R as a daemon
Hi all,
Using R a as a real-time application called by Php for a website, I
would like to run one R process only, which would manage user
connections. For the time each user who asks for an analysis causes a
new R process to start, which is not suitable in prevision of many
users. R needs about 30 seconds to run the script which makes the
analysis. The problem is that this waiting time is n
2011 Jan 04
1
Converting from Maildir - sdbox
OK - I thought this was going to be easy. Maybe it is. I'm just not that
good at reading directions.
Trying to use dsync. Getting this error:
Mail locations must use the same virtual mailbox hierarchy separator
(specify separator for the default namespace)
Currently using maildir. The setup is as follows:
mail_uid = mail
mail_gid = mail
mail_location =
2002 Jul 30
0
Problem with the norwegian cahrs ø:Ø
I'm having trouble getting samba to accept the ?:? as valid chars.
What I don't quite understand is why it accept all other chars except ?:?,
I can use all the other Scandinavian signs, ?:? ?:? ?:? ?:?.
I've explained my problem in more details at this forum:
http://forums.devshed.com/showthread.php?s=aca193c4bb81b3722aa88a6f13bae371&postid=168794#post168794
Could anyone help me
2004 May 09
2
windows(record=T) loses last plot (PR#3663)
The audit trail indicates that PR#3663 is not reproducible and/or fixed,
but I believe windows(record=T) is still not working as documented:
windows(record=T)
for(i in 1:5) plot(0, 0, cex=4, pch=as.character(i))
After cycling through the plots with PgUp and PgDn, the user finds out
that plot 5 is lost. Indeed,
.SavedPlots
reports that only 4 plots were saved. I'm running the example in
2006 Jul 22
2
Database relationships
Hi everybody,
Does anyone have any good resources on completely understanding database
relationships in general (not necessarily Rails-specific)?
Thanks,
Tiffani A.B.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/c57107fa/attachment.html