Displaying 20 results from an estimated 4000 matches similar to: "POP3 account + forward to somewhere else"
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:
2005 May 30
2
Migration from pop3 to imapd
Dear list,
I am planing to set up dovecot-imapd on my production-mail server
which currently only runs pop3 via qpopper on debian-sarge.
It would be best, if I could only use imapd and use the existing pop3-
server (qpopper) as it is.
Is this possible?
Can the user both use pop3 (qpopper) and imapd (dovecot) in
parallel then?
Where does dovecot-imapd store its mails? Does it store its mail in
2006 Nov 01
1
Real and Virtual Users + Domains
I have seen a few suggestions on how to address the issue of a system
employing both real and virtual users and domains. Is there any
definitive solution as to how this should be accomplished? The system I
am construction will have several hundred users, both real and virtual,
and probably seven domains. I plan on using MySQL to handle the user
names and passwords.
--
Gerard
"Seen it
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 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
2005 May 16
1
Error in config
Hi
Im trying dovecot for the first time, and I would like to get shared
mail folders to work.
I came acress this content (copied and pasted below). and the error I
get is:
Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 204:
Expecting '='
=====================================================
default_mail_env = maildir:~/Maildir
namespace private {
separator =
2005 Sep 19
1
FreeBSD port
FreeBSD users:
I notice that the version of Dovecot in the FreeBSD ports system is back at .99. Are there any objections to my submitting an update to the FreeBSD ports for version 1.0a? Is it better to wait for 1.0 to be progressed a little or is it considered to be ready?
1.0a compiles and seems to run fine (on 5.3), so are there any obvious patches that would be needed for the FreeBSD build?