]>
git.ipfire.org Git - thirdparty/dovecot/core.git/log
Stephan Bosch [Sun, 7 May 2017 12:58:05 +0000 (14:58 +0200)]
lib-smtp: smtp-submit: Added SSL support.
Stephan Bosch [Sat, 16 Sep 2017 18:10:39 +0000 (20:10 +0200)]
lib-smtp: smtp-submit: Use mail_debug setting to enable debug logging.
When sendmail is used, this logs program_client debug messages.
When SMTP is used (submission_host), this logs smtp_client debug messages.
Stephan Bosch [Sat, 16 Sep 2017 18:09:22 +0000 (20:09 +0200)]
lib-smtp: Dropped old lmtp-client.
It is now unused.
Stephan Bosch [Sun, 22 Jan 2017 14:27:29 +0000 (15:27 +0100)]
lmtp: proxy: Changed implemention to use lib-smtp/smtp-client.
Stephan Bosch [Sun, 22 Jan 2017 14:26:32 +0000 (15:26 +0100)]
lib-smtp: smtp-submit: Changed submission_host implementation to use lib-smtp/smtp-client.
Stephan Bosch [Mon, 20 Nov 2017 22:30:37 +0000 (23:30 +0100)]
lib-smtp: smtp-submit: Small whitespace fix.
Stephan Bosch [Sat, 4 Nov 2017 13:38:39 +0000 (14:38 +0100)]
lib-smtp: smtp-submit: Remove erroneously copy-pasted FIXMEs.
Stephan Bosch [Sun, 6 Nov 2016 21:15:45 +0000 (22:15 +0100)]
lib-smtp: Implemented SMTP client.
Stephan Bosch [Sun, 6 Nov 2016 21:00:08 +0000 (22:00 +0100)]
lib-smtp: Implemented SMTP command reply parser.
Stephan Bosch [Tue, 17 Oct 2017 23:03:03 +0000 (01:03 +0200)]
lmtp: commands: Grouped deliver context field assignments by topic in client_deliver().
Stephan Bosch [Sun, 6 Nov 2016 18:09:30 +0000 (19:09 +0100)]
lib-lda: Added SMTP parameter fields to struct mail_deliver_context.
This moves the original recipient field inside the SMTP parameters.
This also affects both lda and lmtp. Changes are applied there accordingly.
Stephan Bosch [Sun, 6 Nov 2016 20:39:07 +0000 (21:39 +0100)]
lib-smtp: Implemented parsing, manipulation, and encoding for SMTP command parameters.
Stephan Bosch [Sun, 6 Nov 2016 20:29:59 +0000 (21:29 +0100)]
lib-smtp: Implemented parsing and encoding for common SMTP syntax elements.
Stephan Bosch [Sun, 6 Nov 2016 12:45:57 +0000 (13:45 +0100)]
lib-lda: mail-send: Changed recipient argument type of mail_send_rejection() to struct smtp_address.
Stephan Bosch [Sun, 29 Oct 2017 22:39:55 +0000 (23:39 +0100)]
lib-mail: message-address: Dropped message_detail_address_parse(), since it is no longer used.
Stephan Bosch [Sun, 29 Oct 2017 22:41:44 +0000 (23:41 +0100)]
plugins/quota: quota-status service: Changed recipient address parsing to use lib-smtp.
Stephan Bosch [Sat, 5 Nov 2016 13:47:53 +0000 (14:47 +0100)]
lib-lda: Changed struct mail_deliver_context address fields to use the new struct smtp_address type.
Stephan Bosch [Fri, 4 Nov 2016 17:35:59 +0000 (18:35 +0100)]
lda: Renamed variables and parameters for consistency with lib-smtp.
Stephan Bosch [Wed, 2 Nov 2016 23:20:55 +0000 (00:20 +0100)]
lib-lda: Renamed struct mail_deliver_context fields for consistency with lib-smtp.
New fields are added in subsequent commits.
Stephan Bosch [Fri, 4 Nov 2016 17:16:52 +0000 (18:16 +0100)]
lmtp: Removed lmtp_address_translate setting.
It is assumed not to be used.
Stephan Bosch [Sun, 5 Nov 2017 01:00:43 +0000 (02:00 +0100)]
lib-mail: message-address: Added convenience functions that convert (single) addresses to string.
Stephan Bosch [Thu, 19 Oct 2017 13:20:04 +0000 (15:20 +0200)]
lib-mail: message-address: Added functions to initialize a struct message_address.
Stephan Bosch [Sun, 29 Oct 2017 22:37:47 +0000 (23:37 +0100)]
lib-smtp: address: Created SMTP address detail parsing function from message_detail_address_parse().
Stephan Bosch [Sun, 6 Nov 2016 20:15:41 +0000 (21:15 +0100)]
lib-smtp: Implemented parsing, manipulation and encoding of SMTP addresses.
Stephan Bosch [Sun, 6 Nov 2016 20:08:11 +0000 (21:08 +0100)]
lib-smtp: Implemented generic parser for basic SMTP data items.
Stephan Bosch [Fri, 27 Oct 2017 17:43:43 +0000 (19:43 +0200)]
lib: connection: Added means to initialize connection to just be added to the connection list.
Stephan Bosch [Thu, 19 Oct 2017 12:04:20 +0000 (14:04 +0200)]
lib-storage: Make parsed postmaster_address available in mail_storage_settings->parsed_postmaster_address.
Stephan Bosch [Sat, 21 Oct 2017 11:13:00 +0000 (13:13 +0200)]
lib-settings: Added support for running checks after variable expansion.
Stephan Bosch [Wed, 22 Nov 2017 20:02:07 +0000 (21:02 +0100)]
lmtp: Accept XCLIENT ADDR field IPv6 address both with and without "IPV6:" prefix.
This is the format that Postfix actually prescribes.
The new lib-smtp will add the prefix by default.
Stephan Bosch [Mon, 20 Nov 2017 00:26:21 +0000 (01:26 +0100)]
lib: llist: Fixed setting (after)->next->prev in DLLIST2_INSERT_AFTER_FULL.
This function was not yet used, so the problem did not affect existing code.
Josh Soref [Sun, 26 Feb 2017 03:19:51 +0000 (03:19 +0000)]
lib-settings: Fix spelling of 'expanded'
Timo Sirainen [Sun, 26 Nov 2017 00:11:57 +0000 (02:11 +0200)]
imap: Make sure command handlers are called with ostream corked
This wasn't done when client input was continued. If COPY/MOVE was called
there, it crashed with:
Panic: file cmd-copy.c: line 50 (fetch_and_copy): assertion failed: (o_stream_is_corked(client->output))
Timo Sirainen [Sun, 26 Nov 2017 10:33:33 +0000 (12:33 +0200)]
director: DIRECTOR-LIST - Return results sorted by host
Timo Sirainen [Sun, 26 Nov 2017 10:26:27 +0000 (12:26 +0200)]
director: DIRECTOR-LIST - Move connection/host output to their own functions
Timo Sirainen [Sun, 26 Nov 2017 10:36:54 +0000 (12:36 +0200)]
director: Make director_host_cmp_p() public
Timo Sirainen [Fri, 24 Nov 2017 16:46:19 +0000 (18:46 +0200)]
director: Improve PING/PONG timeout errors and add new warnings
Log a warning if PING-PONG takes over 5 secs in total, or also if the
recipient notices that the PING took >= 5 seconds to receive.
Timo Sirainen [Fri, 24 Nov 2017 16:22:04 +0000 (18:22 +0200)]
director: Add director_ping_idle/max_timeout setting.
director_ping_idle_timeout is used when there's otherwise no input coming
from the connection. Changed its default from 10 secs to 30 secs.
director_ping_max_timeout is used when the other director keeps sending
input, but among it is no PONG reply.
Timo Sirainen [Fri, 24 Nov 2017 16:18:45 +0000 (18:18 +0200)]
director: Log exactly how long PING was waited on before it timed out.
Timo Sirainen [Sun, 26 Nov 2017 10:20:26 +0000 (12:20 +0200)]
director: DIRECTOR-LIST - Add "ring " prefix to self's status
This is to make it a bit easier to understand the difference between a
connection's "handshaking" state vs. "ring handshaking" state.
Timo Sirainen [Sun, 26 Nov 2017 10:19:36 +0000 (12:19 +0200)]
director: DIRECTOR-LIST - Show number of USERs sent/received in "handshaking" state
Timo Sirainen [Sun, 26 Nov 2017 10:13:35 +0000 (12:13 +0200)]
director: Include number of users sent in handshake in disconnection log lines
Timo Sirainen [Sun, 26 Nov 2017 01:45:00 +0000 (03:45 +0200)]
director: Show number of incoming USERs/sec in ps title
Timo Sirainen [Sat, 25 Nov 2017 21:28:12 +0000 (23:28 +0200)]
director: Include number of USERs received in disconnection log lines
Separate handshake and refresh USERs.
Timo Sirainen [Sat, 25 Nov 2017 08:01:31 +0000 (10:01 +0200)]
director: Don't send USERs in handshake that were already sent between handshake
If the user was refreshed since the handshake was started, it means that
the same user was already sent to the other side (added to the stream
immediately after it was received/handled). There's no need to send it
again.
This fixes a potentally infinite handshake when users are rapidly changing
and the handshake iterator never sees the end of the list. (Each refreshed
user is moved to the end of the list, so handshaking can keep sending the
same user over and over again.)
Timo Sirainen [Sat, 25 Nov 2017 08:05:27 +0000 (10:05 +0200)]
director: Delay sorting users until there are no more user iterators
This shouldn't have normally happened. Only when an outgoing handshake was
going on at the same time as a) another outgoing handshake was going on, or
b) doveadm was doing HOST-RESET-USERS
Timo Sirainen [Sat, 25 Nov 2017 23:31:08 +0000 (01:31 +0200)]
director: Avoid USER loops with >1s ring latency also with old directors
Do this by ignoring USER refreshes that were already updated recently.
The "recently" is calculated by director_user_expire/4 seconds ago, but
with an upper limit of 15 secs. This means that the USER loops can now
only exist if the director ring latency is above 15 seconds. (Once all
directors in the ring are running the new version, there's no looping
at any latency.)
Timo Sirainen [Sat, 25 Nov 2017 23:19:35 +0000 (01:19 +0200)]
director: Avoid USER loops when ring latency is over 1 second
Do this by adding a timestamp parameter to USER events. This way if it
takes over 1 second for the USER event to traverse the ring, it won't get
into an infinite loop getting the user updated over and over again.
Timo Sirainen [Sat, 25 Nov 2017 23:14:01 +0000 (01:14 +0200)]
director: Replace USER command during handshake with "U"
This clearly differentiates the two commands and allows extending the USER
command with new parameters without mixing it up with the handshake-USER.
Timo Sirainen [Sat, 25 Nov 2017 23:06:43 +0000 (01:06 +0200)]
director: Ignore refresh requests for already expired user timestamps
Timo Sirainen [Fri, 17 Nov 2017 11:24:59 +0000 (13:24 +0200)]
director: Keep users unsorted during handshake and sort them at the end
This is simpler and sometimes more efficient than the current way of
immediately inserting the users to the correct place in the linked list.
This is especially useful if handshaking is mixed with regular USER updates,
because each switch between them required walking the linked list backwards
to find the proper insert position.
It's not a big problem if the users list is temporarily unordered. It mainly
means that some of the users won't be expired as early as they should have.
Timo Sirainen [Fri, 17 Nov 2017 16:53:18 +0000 (18:53 +0200)]
director: Make sure users are sorted after unfinished handshake
The users were sorted after the handshake was finished, but if the
connection was closed before that hapepned, the users were left
unsorted. This could have caused the users to not expire early
enough.
Timo Sirainen [Fri, 17 Nov 2017 12:56:20 +0000 (14:56 +0200)]
director: Make sure user's timestamp isn't set to future
The sending director could have the system clock slightly in the future.
Aki Tuomi [Tue, 21 Nov 2017 21:07:56 +0000 (23:07 +0200)]
global: Use t_buffer_create
sed -i -e 's/buffer_create_dynamic(pool_datastack_create(), */t_buffer_create(/g'
Aki Tuomi [Tue, 21 Nov 2017 20:57:30 +0000 (22:57 +0200)]
lib: buffer - Add t_buffer_create
Helper for making a datastack buffer
Timo Sirainen [Fri, 24 Nov 2017 10:31:22 +0000 (12:31 +0200)]
lib-storage: Fix sorting mails with the same primary sort key
The sorting order may have been wrong when there was a combination of:
* Messages were sorted by a string (e.g. Subject)
* Some messages had the same sort key (e.g. same base subject)
* Within the messages with the same sort key, some of the messages already
had the "sort-*" index number in Dovecot indexes, but some of them
didn't.
The result was that Dovecot found that the two messages had exactly the same
sort key. It should have continued with the secondary sort key (e.g.
message sequence number), but it didn't.
Aki Tuomi [Wed, 8 Nov 2017 13:42:32 +0000 (15:42 +0200)]
auth: Add lua passdb/userdb support
Aki Tuomi [Sat, 11 Nov 2017 09:55:21 +0000 (11:55 +0200)]
lib-lua: Add lua helper library
Provides a base lua library for lua extensibility
Aki Tuomi [Wed, 8 Nov 2017 12:09:26 +0000 (14:09 +0200)]
configure: Detect lua
Aki Tuomi [Wed, 15 Nov 2017 17:13:39 +0000 (19:13 +0200)]
auth: Add accessor for userdb-template fields
It's needed in lua
Aki Tuomi [Wed, 8 Nov 2017 11:30:24 +0000 (13:30 +0200)]
mempool-allocfree: Add linked-list malloc allocation
This is useful when you want to actually free memory from pool too
Aki Tuomi [Fri, 24 Nov 2017 07:52:24 +0000 (09:52 +0200)]
stats: Do not log errors if /proc/self/io is not accessible
Some security options, used notably in docker, can prevent
access to this file even from root, so do not log errors
if the error is EACCES.
Josef 'Jeff' Sipek [Mon, 20 Nov 2017 14:46:48 +0000 (09:46 -0500)]
lib: test-path-util - whitespace & coding style cleanup in create_links()
Aki Tuomi [Wed, 22 Nov 2017 08:49:49 +0000 (10:49 +0200)]
auth: Check that key is not empty in passdb or userdb template
Prevents nasty crash later on if template has 'key = value'
dovecot: auth: Panic: file auth-request.c: line 1746 (auth_request_set_field): assertion failed: (*name != '\0')
Timo Sirainen [Wed, 22 Nov 2017 10:16:46 +0000 (12:16 +0200)]
lib-storage: Add mailbox_set_critical() and mail_set_critical()
These add the mailbox vname and mail UID to the log prefix and then call
mail_storage_set_critical().
Timo Sirainen [Wed, 22 Nov 2017 10:02:11 +0000 (12:02 +0200)]
login-proxy: Fix hang in outgoing SSL connections
The handshaking needs to be started explicitly.
Timo Sirainen [Tue, 21 Nov 2017 14:52:24 +0000 (16:52 +0200)]
login-proxy: Log connection errors using IP, not hostname
The hostname can point to multiple IPs or there can be some other mismatch.
Logging the IP instead shows exactly what is happening.
Stephan Bosch [Mon, 20 Nov 2017 20:17:24 +0000 (21:17 +0100)]
lib: path-util: Improved conditional expressions in path_normalize() to match the earlier adjusted assertions.
Added some more assertions in the process to make sure subtractions are always valid.
Timo Sirainen [Mon, 20 Nov 2017 13:53:55 +0000 (15:53 +0200)]
lib: Improve test-path-util unit test to catch off-by-one memory allocation errors
Aki Tuomi [Mon, 20 Nov 2017 14:01:25 +0000 (16:01 +0200)]
lib: path-util - Allocate more space earlier
Fixes assert crash in path_normalize when termination
needs to happen at asize boundary.
Panic: file path-util.c: line 93 (path_normalize): assertion failed: ((size_t)((npath_pos - npath) + 1) < asize)
Martti Rannanjärvi [Mon, 20 Nov 2017 15:56:52 +0000 (17:56 +0200)]
lib-storage: Add a fall through comment to fix gcc-7 warning
Timo Sirainen [Mon, 20 Nov 2017 15:03:47 +0000 (17:03 +0200)]
mdbox: Fix rebuilding when dovecot.map.index is missing map/ref extension
The rebuild kept just repeatedly failing with:
Error: mdbox map .../dovecot.map.index corrupted: missing map extension
Timo Sirainen [Sat, 18 Nov 2017 21:14:25 +0000 (23:14 +0200)]
lib-storage: Fix mailbox_create_missing_dir() with storages that have no mail root dir
The mailbox still exists even if the mail root directory doesn't, so there's
no point in even trying to stat() it.
Timo Sirainen [Sat, 18 Nov 2017 21:10:47 +0000 (23:10 +0200)]
lib-storage: Make sure mailbox autocreation doesn't get into infinite loop
If mailbox_create() -> mailbox_open() fails with MAIL_ERROR_NOTFOUND, it
would have looped back to mailbox_create() and continued this until
running out of stack.
Timo Sirainen [Sat, 18 Nov 2017 16:57:51 +0000 (18:57 +0200)]
lib-storage: Add INDEXCACHE=<path> to mail_location
This allows configuring a different directory for dovecot.index.cache files
than the rest of the index files.
Timo Sirainen [Mon, 20 Nov 2017 12:28:40 +0000 (14:28 +0200)]
lib-storage: mailbox_rename() - Improve debug logging when namespaces are incompatible
Timo Sirainen [Sat, 18 Nov 2017 16:12:10 +0000 (18:12 +0200)]
lib-index: Add mail_index_set_cache_dir() to change .cache's directory
Timo Sirainen [Sat, 18 Nov 2017 16:03:55 +0000 (18:03 +0200)]
lib-index: Add mail_cache_open_or_create_path()
This allows moving cache file to another directory.
Timo Sirainen [Fri, 17 Nov 2017 22:44:12 +0000 (00:44 +0200)]
virtual: Fix crash when saving to virtual mailbox whose physical box doesn't exist
For example if using "!foo" in dovecot-virtual and "foo" doesn't exist, it crashed.
Now it gives a nice error message instead.
Stephan Bosch [Sat, 18 Nov 2017 18:06:55 +0000 (19:06 +0100)]
lib: path-util: Made assertions in path_normalize() more reliable and less confusing to static analyzer.
Timo Sirainen [Fri, 17 Nov 2017 20:37:00 +0000 (22:37 +0200)]
lib: path-util - Add more code paths to test in path_normalize()
Timo Sirainen [Fri, 17 Nov 2017 19:44:50 +0000 (21:44 +0200)]
virtual: Wrap mail.get_binary_stream() to fix it
Fixes using FETCH BINARY[..] with virtual mailboxes crashing with:
Panic: file index-mail-binary.c: line 585 (index_mail_get_binary_stream): assertion failed: (mail->data.stream != NULL)
Timo Sirainen [Fri, 17 Nov 2017 18:56:28 +0000 (20:56 +0200)]
quota: Fix error handling if maildirsize rewrite fails after recalculation
error could have been left uninitialized, potentially causing a crash.
Timo Sirainen [Fri, 17 Nov 2017 18:55:55 +0000 (20:55 +0200)]
fts-lucene: Fix potential memory leak
Timo Sirainen [Fri, 17 Nov 2017 18:53:41 +0000 (20:53 +0200)]
lib-dcrypt: test-stream - Make static analyzer happier
Without this clang thinks it's possible that siz>sizeof(payload).
Aki Tuomi [Wed, 15 Nov 2017 12:29:59 +0000 (14:29 +0200)]
doveadm-auth-server: Further fix json problems
Remove excess comma from start, forgotten in
3e06a782584ea2c4ae2a8cb0451e9952f05f9dc8
Timo Sirainen [Thu, 9 Nov 2017 13:33:52 +0000 (15:33 +0200)]
lib-charset: Compile charset-utf8-only code always
Mainly so that this code always gets compiled, so any bugs are found.
Timo Sirainen [Thu, 9 Nov 2017 13:18:29 +0000 (15:18 +0200)]
lib-charset: Allow plugins to replace charset_* functions
They just need to point charset_utf8_vfuncs to their own implementation.
Timo Sirainen [Thu, 9 Nov 2017 13:12:05 +0000 (15:12 +0200)]
lib-charset: Move non-iconv UTF-8 only translation code to its own file
Aki Tuomi [Thu, 16 Nov 2017 11:27:23 +0000 (13:27 +0200)]
mail-crypt: Do not free global keys if no error has occured
Timo Sirainen [Wed, 15 Nov 2017 22:53:34 +0000 (00:53 +0200)]
director: Make sure a missing right-side connection is always reconnected
This code shouldn't be needed, but add it just to be sure.
Timo Sirainen [Wed, 15 Nov 2017 22:44:17 +0000 (00:44 +0200)]
director: Reconnect after detecting a write failure to director
If disconnection is detected during write failure, or "Output buffer full"
occurs, the connection is disconnected. However, if this was the right side
connection, it wasn't automatically reconnected to. This left the ring
nonworking.
Timo Sirainen [Wed, 15 Nov 2017 10:57:34 +0000 (12:57 +0200)]
global: Replace o_stream_ignore_last_errors() with o_stream_abort() wherever possible
Timo Sirainen [Wed, 15 Nov 2017 10:49:48 +0000 (12:49 +0200)]
lib: Add o_stream_abort()
Timo Sirainen [Wed, 15 Nov 2017 10:51:12 +0000 (12:51 +0200)]
lib-smtp: Remove unnecessary o_stream_ignore_last_errors() call
The stream is already marked with o_stream_set_no_error_handling(TRUE).
Josef 'Jeff' Sipek [Thu, 2 Nov 2017 14:07:39 +0000 (10:07 -0400)]
lib-storage: Fix MAILBOX_LIST_INDEX_HIERARHCY_SEP spelling
Original work by @jsoref
Timo Sirainen [Wed, 8 Nov 2017 12:40:14 +0000 (14:40 +0200)]
doveadm: client - Cleanup: Simplify the input loop
Timo Sirainen [Wed, 8 Nov 2017 12:39:06 +0000 (14:39 +0200)]
doveadm: client - Cleanup: Remove unnecessary stream_errno check
Timo Sirainen [Thu, 9 Nov 2017 14:17:26 +0000 (16:17 +0200)]
doveadm: client - Cleanup: Remove unnecessary code indentation
Timo Sirainen [Wed, 8 Nov 2017 12:35:31 +0000 (14:35 +0200)]
doveadm: client - Cleanup: Handle input NULL first
Timo Sirainen [Thu, 9 Nov 2017 14:18:13 +0000 (16:18 +0200)]
doveadm: client - Cleanup: Set authenticate_sent in a more proper location