Displaying 20 results from an estimated 4000 matches similar to: "Real and Virtual Users + Domains"
2005 Nov 19
1
Multiple authentication databases and storage locations
Hello Everyone,
I am playing with the $subject matter using 1.0alpha4, and thanks to the
archives, I lifted this one from Alexander Shikoff off and used it in my
setup.
auth default {
mechanisms = plain
user = root
passdb pam {
args = pop3
}
passdb sql {
args = /usr/local/dovecot/etc/dovecot-mysql.conf
}
2006 Sep 22
3
Rotating Dovecot's logfile
Any *BSD user on this list already having a means of rotating the
dovecot logfile?
What signal number do I need to send to the daemon to reopen its
logfile?
-Wash
http://www.netmeister.org/news/learn2quote.html
DISCLAIMER: See http://www.wananchi.com/bms/terms.php
--
+======================================================================+
|\ _,,,---,,_ | Odhiambo Washington
2006 Aug 30
6
dovecot with Calendar or Contacts?
When I attempted to import my Contacts list into dovecot, my mail
client told me that the IMAP server did not support "Special" folders.
Is there a way to to do the contacts, or sync up Contacts & Calendar from a
database or something else?
I'm using both Thunderbird and Outlook.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 May 30
1
Dovecot Authentication Problem (REVISED)
Hello List,
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query
password_query = SELECT popbox.cleartext AS password FROM popbox, domain \
WHERE popbox.local_part = 'eddie' AND popbox.domain_name =
2006 Oct 24
3
"Real" users AND Virtual users
Dear all,
How can I use dovecot for both "real" users and virtual users?
I could configure dovecot for real users, by using these lines
in /etc/dovecot.conf:
default_mail_env = maildir:%h/Maildir
auth default {
passdb pam {
}
userdb passwd {
}
}
To accept virtual users, I used these lines:
default_mail_env = maildir:/usr/local/virtual/%u/
auth default {
passdb sql {
2005 Oct 06
4
Backup Maildir
Hi All,
I'm currently doing nightly full backups of /home. I'm not sure if a
full back up is the best way to do backups. I know with my
fileserver i do weekly full backup and daily incremental which would
file on those type of files. I guess my question to the group is,
how do you guys backup Maildir? whats the best way of doing it?
--
Gabe Granger
Pancentric
results-driven
2006 Mar 29
2
How to change login_greeting ?
Hi guys,
How can i change the login greeting for dovecot whenever someone telnets to it. I tried putting login_greeting = Test Banner at the end of my dovecot.conf.:When i try restart the service it fails.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 10
2
Test version for production servers for shared folders
Dear List,
Is the latest test version suitable for production systems?
Our current servers use 0.99 on FC4 and we would like to add shared
folders via the test version.
Has anyone migrated this way before?
Thanks,
Gavin.
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 742001
E ghenry at suretecsystems.com
Open Source. Open
2006 May 15
1
Downloading Previous Versions??
Hi all,
How do I get to previous versions of the dovecot source code?
I wanted to download dovecot-1.0.beta7, but can't find it via
the web, only the latest version (beta8). It's probably
obvious how to do this...but I'm not seeing it. Thanks much!
Jackie
----
Jackie Hunt
ACNS Voice: (970)
2006 Aug 03
1
Deleted email does not appear in the Trash folder
Hi all
I seem to have this problem whereby if I delete an email, then the deleted email does not appear in the Trash folder.
I tried setting dovecot mail_debug = yes, but I find in syslog, mail.log etc that there is very limited information.
If anyone could assit, I would be most greatful.
Kind Regards
Brent Clark
P.s. I use Thunderbird as the mail client
2006 Aug 15
2
Problems after upgrade (0.99.x -> 1.0.x)
Hello :)
I had a working Dovecot 0.99.x with the following dovecot.conf:
###
ssl_disable = yes
disable_plaintext_auth = no
login = imap
verbose_proctitle = yes
default_mail_env = maildir:%h/Maildir
auth = default
auth_mechanisms = plain
auth_userdb = passwd /etc/passwd
auth_passdb = shadow /etc/shadow
auth_user = root
protocols = imap pop3
###
Then I've downloaded, compiled and installed
2006 Sep 06
1
Strange log entry???
Although everything appears to be working fine, I see the following entry in
my log file each time someone logs on via the IMAPS service (all other
services are disables: POP, IMAP, etc.):
==========
Sep 6 02:57:00 mgw1 dovecot: Logins with login process UID xxxx (user
someone at example.com) not permitted (see login_user in config file).
==========
Any idea what this log entry means and is
2006 Oct 24
1
Creating MySQL db
I was just wondering if anyone was using or aware of a program to create
MySQL Data Bases for use with Dovecot. For Postfix, there is the
'Postfixadmin' application. I have not seen anything similar for Dovecot
and was wondering if one existed. My system consists of all virtual
users.
--
Gerard
Never attribute to malice what can adequately be explained by
incompetence.
2006 Nov 22
2
UIDs broken with partial sync in mbox
Hi all,
I have some trouble:
multiple copies of mail and error messages:
IMAP(contact): UIDs broken with partial sync in mbox file /var/mail/contact
Fedora core 5 x86 - dovecot-1.0-0.beta8.2.fc5
Can you help me ?
--
thanks, Eric
____________________________________________
Cet email a ete verifie par ILLICOWEB
Anti-virus Clamav / Anti-Spam Spamassassin
2006 Dec 09
1
Configuring for virtual users
I haven't tried this yet; however, I would like to know if it would work.
Using Postfix, I am setting up numerous virtual users. These users
obviously do not have an account on the mail server. I have created a
"domain.net" account. Assuming that Postfix is properly set up to
deliver to the specified accounts, which will be held under the
"domain.net" directory, will this
2007 Jan 04
2
POP3 account + forward to somewhere else
Hello,
I would like to set up a POP account which also forwards email elsewhere. In
qmail for example it is easy to set up by creating a dot qmail file inside
the users mailbox.
How can this be done with Postfix?
For awareness I'm using Postfix + Dovecot for POP3 authentication.
Thanks,
Duncan
2007 Jan 11
1
RC16 is a lot slower that RC7
I tried RC16 from RC7 and like other releases since RC7 it is
significantly slower. I'm still trying to figure out why. But I have
again switched back. Do new version take up a lot more ram perhaps? I'm
running with a gig of ram, and I'm running a few other apps. It's not a
fast computer, just an old 754 pin semptron. But the point is that RC7
runs a lot faster than RC16.
2006 Sep 17
2
Running just part of dovecot
I'm currently setting up a large mail system, with different services
split out onto different machines. What I want is this:
machine1: dovecot smtp auth, no pop/imap
machine2: dovecot lda, no pop/imap
machine3: pop/imap, nothing else
machine3 is obviously not the issue. Is there a way to run machine1
and machine2 with just their respective services, but no pop/imap?
--
Marshal Newrock
2005 May 04
1
Multiple Logins - Single Mail Account
I have a mail account which needs to be accessed by 4-5 people
simultaneously through IMAP. As of now I have configured it on the
respective clients using the same username and password so we have
multiple people accessing the same account through their mail clients
simultaneously and it is working flawlessly. Is this alright or can it
lead to some problems or corruption of data later ? What is
2005 May 10
1
Outlook 2003 duplicates UIDL
Hi
I have Redhat ES4.0 with dovecot-0.99.11-2.EL4.1 installed.
Reading a post Outlook Duplicates issue is still killing me, there seems to
be asolution to this, I was wondering when this will be available on redhat
es40?
# Note that Outlook 2003 seems to have problems with %v.%u format which is
# Dovecot's default, so if you're building a new server it would be a good
# idea to