Displaying 6 results from an estimated 6 matches for "_listen".
Did you mean:
listen
2005 Feb 05
1
New user Q: dovecot-0.99-13 / UnixWare 7.1.0
...th))
Any thoughts on where to next start tracking this down? I tried to use
test62, but get this (haven't dug much further into this one since I'd
like a stable release for this application):
main.c: In function `listen_protocols':
main.c:284: error: structure has no member named `_listen'
main.c: At top level:
2003 Jul 07
2
Date sort-order ignoring timezone, and a few Q's.
...h "maildir_tag = ,W=$message_size" to help keep
overheads to a minimum).
And, one final question: for a dual-stack machine to listen on both IPv6
and IPv4 sockets, is the currently preferred option simply to start two
instances of Dovecot with their own dovecot.conf containing different
*_listen parameters?
--Stu
2023 Apr 01
1
[PATCH net-next v4 0/3] Add support for sockmap to vsock.
...ting bpf/selftests, but not thoroughly tested otherwise.
>
> This series requires the skb patch.
Appears reasonable to me although I didn't review internals of all
the af_vsock stuff. I see it got merged great.
One nit, I have a series coming shortly to pull the tests out of
the sockmap_listen and into a sockmap_vsock because I don't think they
belong in _listen but that is just a refactor.
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...
2003 Feb 04
0
0.99.8-test1 released
...ade a
tarball of it. I'd like to hear if there's any problems with it. Here's
the most important changes:
v0.99.8 2003-02-xx Timo Sirainen <tss at iki.fi>
* NOTE: Configuration file has changed a bit: auth_userinfo was
replaced by userdb and passdb. *_port were merged into *_listen.
Disabling listening in imaps port is now done by changing protocols
setting.
+ Fully featured POP3 server included. Disabled by default.
+ Support for LITERAL+, MULTIAPPEND and UNSELECT extensions.
+ Internal API cleanups made Dovecot faster and take less memory
+ auth_verbose logs now...
2003 Feb 25
0
0.99.8 released
Hope I didn't forget anything :)
v0.99.8 2003-02-25 Timo Sirainen <tss at iki.fi>
* NOTE: Configuration file has changed a bit: auth_userinfo was
replaced by userdb and passdb. *_port were merged into *_listen.
Disabling listening in imaps port is now done by changing protocols
setting.
* Maildir: .customflags location has changed for INBOX. If you have
set any custom flags, move Maildir/.INBOX/.customflags into
Maildir/.customflags or they will be lost.
* mbox: Autodetect /var/mail/%u an...