Displaying 20 results from an estimated 71 matches for "imap_listen".
2004 Sep 28
2
Any way to disable imap on all but localhost ?
Noticed that some configuration settings like
imap_listen appear to have been removed.
Any way to accomplish this ?
-kim
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
2006 Mar 02
2
ipv6 not working
I added an listner to dovecot bye adding the following lines to config
but no result no connectivity with ipv6:
imap_listen = [::]
pop3_listen = [::]
imap_listen = *
pop3_listen = *
Met vriendelijk groet,
Bas van Dikkenberg
GISkit bv
BFVD1-RIPE
Tel: +3130-6340430
Fax: +3130-6342433
Prive Tel: +3130-6372769
Mob: +316-52384841
--------------...
2004 Apr 19
2
Can't resolve address 127.0.0.1
Hi ,
I recently installed Fedora Core 1.
Installed postfix on it and that is running fine.
I am trying to get dovecot to run and I have changed only the following line
from the default dovecot.conf :
imap_listen = 127.0.0.1 since I'd like to install squirrelmail later on.
Now when I try to start dovecot I get "Starting Dovecot Imap: Fatal: Can't
resolve address 127.0.0.1 : Name or service not known"
Can anybody help me?
Alban
-------------- next part --------------...
2004 Apr 20
0
RE: dovecot Digest, Vol 12, Issue 21
...20 Apr 2004 08:37:21 +0200
From: Adrian Ulrich <dovecot at blinkenlights.ch>
Subject: Re: [Dovecot] Can't resolve address 127.0.0.1
To: dovecot at dovecot.org
Message-ID: <20040420083721.1d1a4323.dovecot at blinkenlights.ch>
Content-Type: text/plain; charset=US-ASCII
Hello,
> imap_listen = 127.0.0.1
Check if you have a space after .1:
'imap_listen = 127.0.0.1' maybe not the same as
'imap_listen = 127.0.0.1 '
bye
2003 Feb 25
2
Configuration file format changes
...ng something like
this:
# global settings
protocols = imap
# "foo.server.org" is just descriptive name
# settings inside server { .. } will override global ones.
# groups (namespace, login settings, auth settings) aren't replaced
# unless same name is used.
server foo.server.org {
imap_listen = 1.2.3.4
ssl_cert_file = /etc/ssl/certs/foo.cer
# default namespace (no name)
namespace {
type = private
mail = mbox:~/mail
}
# Have to quote so '#' won't be thought out as comment.
# I think quoting should work everywhere actually..
namespace "#maildir&quo...
2003 Sep 11
1
Setting up a local shared mailbox
One: I have never set up an IMAP server before, so I thought I would ask
first before blindly stumbling around. The problem I am want to solve is
this: my wife and I have a "joint" email account that we both want to access
(we also have our own personal accounts, but that's beside the point.) I
posed the question to my local LUG, and several suggested setting up a local
IMAP
2008 Jul 07
1
Disable POP
I am running Dovecot and wanted to make sure that to disable POP3
access on the MDA is as simple as removing the POP lines:
protocols = imap imaps pop3 pop3s
imap_listen = *
pop3_listen = *
imaps_listen = *
pop3s_listen = *
Do I need to modify anything else or am I looking in the totally wrong section:
--
Man your battle stations...
2002 Dec 12
1
Maildir detection..
...few systems, actualy, and am
curious if there is a way to "force" in the config file where the
maildir explicitly resides, much like Postfix's "home_mailbox"
configuration parameter.
On a side note, I compiled dovecot 0.99.4 on a NetBSD 1.6-release i386
machine, it when imap_listen is not set in the config file, it only
binds to the tcp6 ::1 address. Any clues?
--
Jesse Peterson
erage at softhome.net
2004 Jun 11
2
tcp wrappers?
How can I secure dovecot listening on port 143 to specific
machines only?
Squirrelmail suggests using non-ssl if the imap daemon
is on the same host...
Otherwise squirrelmail could use TLS but what about other
clients wanting to use SSL on port 993? (sorry I don't know enough about
TLS).
Thanks,
Roman.
--
______________________________________________________________________
Roman
2005 Jan 11
1
can not connect to dovecot using ssl
I can connect using imap, but when I try using ssl (imaps) I get a can
not connect to server error.
I have in my dovecot.conf
protocols = imaps imap
imap_listen = *
imaps_listen = *
I DO get a connection when I telnet to port 993 of my server (both
localhost and remote work).
Any help much appreciated..
Jay
2005 Jan 19
0
Plaintext Authentication from Localhost
...red secure, this setting has
> no effect if
> # you connect from those addresses.
> #disable_plaintext_auth = yes
>
> ...was added to the latest release. Thanks Timo! This takes the
> localhost-SSL burden off. :)
I just tried this with the updated RPM for Fedora Core 2.
With:
imap_listen = [::]
disable_plaintext_auth = yes
IMAP did NOT work from the local host.
Changing it to:
imap_listen = 127.0.0.1
disable_plaintext_auth = yes
Made it work for me.
Not sure if this is a known issue or not.
John
2006 Feb 09
2
alternate ports?
I'm trying to set up 1.0 beta 2 on one of our systems, and would like to run
it on alternate ports from the standard IMAP and IMAP/SSL ports so that we
can test it out a couple users at a time. How does one tell dovecot to
listen on alternate ports? I can't find anything in the example config file...
Thanks,
Gregory
--
Gregory K. Ruiz-Ade
Sr. Systems Administrator
Computer Science
2006 May 03
1
dovecot, procmail, postfix & SpamAssassin working together
...ix & SpamAssassin
working together
http://www.linuxquestions.org/questions/showthread.php?t=441062
But i'm not having a lot of luck, a question about dovecot, what kind of
mail box am i using? mbox? if so does anyone know if procmail can use mbox?
/etc/dovecot.conf
protocols = imap pop3
imap_listen = [::]
pop3_listen = [::]
imaps_listen =
pop3s_listen =
log_path = /var/log/dovecot.log
login = imap
login = pop3
default_mail_env = mbox:/home/CATHEDRAL/%u/mail:INBOX=/var/spool/mail/%u
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_user = root
--
Paul Matthe...
2013 May 29
1
Dovecot 2.1.7-7 only allow localhost access to IMAP and POP3
...mend to use uncrypted IMAP when SquirrelMail is on same server.
What I would like to support is then imap, imaps, pop3 and pop3s.
imaps and pop3s for external users.
imap and pop3 only open for localhost, that is SquirrelMail on same machine.
With dovecot 1 you could restrict access using
"imap_listen = localhost"
How do I make the same restriction with localhost on dovecot 2 ???
Brgds
Torben
2006 Apr 15
1
can't connect to smtp, or login to imap, pop3
...he smtp server)
and i can't download email from pop3 using thunderbird
it always says authentication failed when i try to login
using squirrelmail, it always says username and password incorrect
but i know for sure the username and password are correct
dovecot conf file is as folows
-------imap_listen = [::]
-------pop3_listen = [::]
-------imaps_listen = [::]
-------pop3s_listen = [::]
-------ssl_cert_file = /etc/pki/dovecot/dovecot.pem
-------ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
-------mbox_locks = fcntl
-------auth = default
-------auth_mechanisms = plain
-------auth_userdb =...
2005 Jul 01
3
error while connecting from squirrelmail
...owing error:
Warning: fsockopen(): unable to connect to 192.xx.xx.xx:993 in
/usr/share/squirrelmail/functions/imap_general.php on line 445
ERROR
Error connecting to IMAP server: tls://192.xx.xx.xx.
111 : Connection refused
Go to the login page
The port numbers of the imap server are as follows:
imap_listen 143
pop3_listen 110
imaps_listen 993
pop3s_listen 995
Squirrelmail and the dovecot imap server are running on different machines, so it is essential to enable tls support. All the machines are running Debian Sarge.
Can anyone suggest a solution for the above problem ?
Thank you....
2004 Jan 08
3
no such file or directory
...oldc): utime() failed with index file
/home/arnoldc/Maildir/.INBOX/.imap.index: No such file or directory
As you can see I'm using maildirs located in the home directories. Here
is a copy of my dovecot.conf and I've removed all the commented out
lines to save space...
protocols = imap
imap_listen = *
ssl_disable = yes
login_dir = /var/run/dovecot-login
login = imap
default_mail_env = maildir:~/Maildir
client_workarounds = oe6-fetch-no-newmail outlook-idle
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = shadow
auth_user = root
auth_verbose = yes...
2005 Jul 19
3
dovecot pop3s delivers new messages as old (unread) messages ...
...me suspect dovecot is not set up correctly or something on the pop3
server machine is not right.
Anybody has an idea?
Thanks in advance.
Jun
Here are more detailed info:
-bash-3.00# rpm -qa | grep dovecot
dovecot-0.99.13-3.FC3
/etc/dovecot.conf:
----------------------------
protocols = pop3s
imap_listen = [::]
pop3_listen = [::]
imaps_listen = [::]
pop3s_listen = [::]
ssl_cert_file = /usr/share/ssl/certs/dovecot.pem
ssl_key_file = /usr/share/ssl/private/dovecot.pem
login_dir = /var/run/dovecot-login
login = imap
login = pop3
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = p...
2004 Dec 12
2
Problem with LDAP and Dovecot
...ilAccounts,dc=mydomain,dc=tld
deref = never
scope = subtree
user_attrs = mail,,,,,
user_filter = (mail=%u)
pass_attrs = mail,userPassword
pass_filter = user_filter = (mail=%u)
default_pass_scheme = CRYPT
user_global_uid = 5000
user_global_gid = 5000
/etc/dovecot.conf:
protocols = imap imaps pop3s
imap_listen = 127.0.0.1
imaps_listen = *
pop3s_listen = *
ssl_cert_file = /etc/ssl/mydomain.tld/Cert.pem
ssl_key_file = /etc/ssl/mydomain.tld/PrivateKey.pem
disable_plaintext_auth = yes
login = imap
login_user = dovecot
login = pop3
verbose_proctitle = yes
first_valid_uid = 5000
last_valid_uid = 5000
first_val...
2007 Dec 31
2
Building path to maildir
...want to migrate to a superior version
like dovecot 1.0 looking forward to implement quotas in my system ,
and use the function deliver with postfix.
My Scenario is as follow
Dovecot + LDAP (ADS) + postfix
My actual version is : 0.99.11
This is my actual configuration:
Protocols = imap pop3
imap_listen = *
pop3_listen = *
login_dir = /var/run/dovecot-login
login = imap
login = pop3
default_mail_env = maildir:/var/spool/virtualmail/%d/%n
mbox_locks = fcntl
auth = dovecot-auth
auth_mechanisms = plain
auth_default_realm = CASA.CULT.CU
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_passdb = pam dovec...