Displaying 20 results from an estimated 22 matches for "submission_relay_rawlog_dir".
2019 Jul 23
5
submission configuration issues
Hello,
I'm having trouble configuring the submission proxy.
I have configured the submission service as follow:
submission_host = smtp.example.com
submission_relay_host = localhost
submission_relay_port = 8587
submission_relay_rawlog_dir = /var/log/dovecot/
submission_relay_trusted = yes
My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
That mean that the first EHLO message don't get the right capabilities list....
2017 Dec 23
3
dovecot-submission SMTP send error with Thunderbird (BODY=8BITMIME)
...0 221 2.0.0 Bye
thunderstorm /run/dovecot/rawlogs # cat 20171219-141149.5633.1.out
1513653109.109087 EHLO thunderstorm.reub.net
1513653130.973351 QUIT
1513653130.973829 QUIT
thunderstorm /run/dovecot/rawlogs #
This with:
# Write protocol logs for relay connection to this directory for debugging
#submission_relay_rawlog_dir =
submission_relay_rawlog_dir = /run/dovecot/rawlogs/
Is this a separate but unrelated problem with rawlog support in this the
submission? I would have expected it to capture the full conversation
log including any protocol errors and failures like this.
Reuben
2017 Dec 23
0
dovecot-submission SMTP send error with Thunderbird (BODY=8BITMIME)
...09087 EHLO thunderstorm.reub.net
> 1513653130.973351 QUIT
> 1513653130.973829 QUIT
> thunderstorm /run/dovecot/rawlogs #
Double QUIT. That is a minor bug, but not related.
>
> This with:
>
> # Write protocol logs for relay connection to this directory for
> debugging
> #submission_relay_rawlog_dir =
> submission_relay_rawlog_dir = /run/dovecot/rawlogs/
>
> Is this a separate but unrelated problem with rawlog support in this
> the submission?? I would have expected it to capture the full
> conversation log including any protocol errors and failures like this.
No. This is the c...
2020 Aug 27
2
Sumbission crashes when relaying over TLS
...{
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = submission
ssl_cert = </etc/ssl/dovecot/server.pem
ssl_client_ca_file = </etc/dovecot/ca.crt
ssl_key = # hidden, use -P to show it
submission_relay_host = localhost
submission_relay_port = 2525
submission_relay_rawlog_dir = %h/rawlog
submission_relay_ssl = starttls
userdb {
args = username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocol submission {
rawlog_dir = %h/rawlog
}
2019 Jul 27
2
submission configuration issues
...; Hello,
>>
>> I'm having trouble configuring the submission proxy.
>>
>> I have configured the submission service as follow:
>>
>> submission_host = smtp.example.com
>> submission_relay_host = localhost
>> submission_relay_port = 8587
>> submission_relay_rawlog_dir = /var/log/dovecot/
>> submission_relay_trusted = yes
>>
>> My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
>>
>> That mean that the first EHLO message...
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...char *submission_relay_host;
in_port_t submission_relay_port;
bool submission_relay_trusted;
const char *submission_relay_user;
const char *submission_relay_master_user;
const char *submission_relay_password;
const char *submission_relay_ssl;
bool submission_relay_ssl_verify;
const char *submission_relay_rawlog_dir;
unsigned int submission_relay_max_idle_time;
unsigned int submission_relay_connect_timeout;
unsigned int submission_relay_command_timeout;
/* imap urlauth: */
const char *imap_urlauth_host;
in_port_t imap_urlauth_port;
int parsed_workarounds;
};
int main(void)
{
struct submission_setti...
2019 Jul 27
0
submission configuration issues
...ean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted = yes
>
> My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
>
> That mean that the first EHLO message don't get the rig...
2019 Jul 27
0
submission configuration issues
...ean-Daniel Dupas via dovecot wrote:
> Hello,
>
> I'm having trouble configuring the submission proxy.
>
> I have configured the submission service as follow:
>
> submission_host = smtp.example.com
> submission_relay_host = localhost
> submission_relay_port = 8587
> submission_relay_rawlog_dir = /var/log/dovecot/
> submission_relay_trusted = yes
>
> My main issue is that until I login, dovecot-submission won't connect to the backend and query the capabilities and so won't report the right capabilities.
That is true and expected. No connection to the relay server is made...
2019 Nov 25
0
Lmtp logging, does not log
...t;
mail_index_log_rotate_max_size = 1 M
mail_index_log_rotate_min_age = 5 mins
mail_index_log_rotate_min_size = 32 k
mail_index_rewrite_max_log_bytes = 128 k
mail_index_rewrite_min_log_bytes = 8 k
mail_log_prefix = "%s(%u)<%{pid}><%{session}>: "
pop3c_rawlog_dir =
rawlog_dir =
submission_relay_rawlog_dir =
syslog_facility = mail
2019 Jul 27
0
submission configuration issues
...ring the submission proxy.
>>>
>>> I have configured the submission service as follow:
>>>
>>> submission_host = smtp.example.com <http://smtp.example.com>
>>> submission_relay_host = localhost
>>> submission_relay_port = 8587
>>> submission_relay_rawlog_dir = /var/log/dovecot/
>>> submission_relay_trusted = yes
>>>
>>> My main issue is that until I login, dovecot-submission won't
>>> connect to the backend and query the capabilities and so won't
>>> report the right?capabilities.
>>>
>...
2020 Sep 02
0
Sumbission crashes when relaying over TLS
...tc/dovecot/users
> driver = passwd-file
> }
> protocols = submission
> ssl_cert = </etc/ssl/dovecot/server.pem
> ssl_client_ca_file = </etc/dovecot/ca.crt
> ssl_key = # hidden, use -P to show it
> submission_relay_host = localhost
> submission_relay_port = 2525
> submission_relay_rawlog_dir = %h/rawlog
> submission_relay_ssl = starttls
> userdb {
> args = username_format=%u /etc/dovecot/users
> driver = passwd-file
> }
> protocol submission {
> rawlog_dir = %h/rawlog
> }
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Hopefully, there is some fix for issue 3 which is beyond my
skill to fix.
Issue 1) Need recent gcc version
Building Dovecot versions <=2.2.x using gcc 3.4.4 worked,
but this gcc version fails to build 2.3.x properly: symptoms
include compile failures and executable crashes that depended
on the amount of optimization used, which is usually a sign of
compiler bugs. (It could also be
2018 Dec 18
3
Apple mail fails with Submission
...CDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5
> ssl_dh = # hidden, use -P to show it
> ssl_key = # hidden, use -P to show it
> ssl_min_protocol = TLSv1.2
> ssl_prefer_server_ciphers = yes
> submission_relay_host = XX.XX.XX.XX
> submission_relay_rawlog_dir = /var/log/dovecot.log
> submission_relay_trusted = yes
> verbose_ssl = yes
>
>
> Logging:
> Dec 18 16:36:39 submission-login: Debug: smtp-server: conn [0]:
> Connection created
> Dec 18 16:36:39 submission-login: Debug: smtp-server: conn [0]: Received
> new command:...
2018 Dec 18
0
Apple mail fails with Submission
...56+EDH:ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
ssl_min_protocol = TLSv1.2
ssl_prefer_server_ciphers = yes
submission_relay_host = XX.XX.XX.XX
submission_relay_rawlog_dir = /var/log/dovecot.log
submission_relay_trusted = yes
verbose_ssl = yes
Logging:
Dec 18 16:36:39 submission-login: Debug: smtp-server: conn [0]:
Connection created
Dec 18 16:36:39 submission-login: Debug: smtp-server: conn [0]: Received
new command: EHLO [10.225.11.41]
Dec 18 16:36:39 submiss...
2020 Jul 03
0
Quota: How/where to set/change
...ail_size = 0
| submission_max_recipients = 0
| submission_relay_command_timeout = 5 mins
| submission_relay_connect_timeout = 30 secs
| submission_relay_host =
| submission_relay_master_user =
| submission_relay_max_idle_time = 29 mins
| submission_relay_password =
| submission_relay_port = 25
| submission_relay_rawlog_dir =
| submission_relay_ssl = no
| submission_relay_ssl_verify = yes
| submission_relay_trusted = no
| submission_relay_user =
| submission_ssl = no
| submission_timeout = 30 secs
| syslog_facility = mail
| userdb {
| args =
| auth_verbose = default
| default_fields =
| driver = passwd
|...
2018 Dec 18
4
Apple mail fails with Submission
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 18 December 2018 at 02:30 Adi Pircalabu via dovecot <
<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
</div>
2019 Jan 07
1
Apple mail fails with Submission
...DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5
> > ssl_dh = # hidden, use -P to show it
> > ssl_key = # hidden, use -P to show it
> > ssl_min_protocol = TLSv1.2
> > ssl_prefer_server_ciphers = yes
> > submission_relay_host = XX.XX.XX.XX
> > submission_relay_rawlog_dir = /var/log/dovecot.log
> > submission_relay_trusted = yes
> > verbose_ssl = yes
> >
> >
> > Logging:
> > Dec 18 16:36:39 submission-login: Debug: smtp-server: conn [0]:
> > Connection created
> > Dec 18 16:36:39 submission-lo...
2018 Dec 23
0
Apple mail fails with Submission
...H+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5
> ssl_dh =? # hidden, use -P to show it
> ssl_key =? # hidden, use -P to show it
> ssl_min_protocol = TLSv1.2
> ssl_prefer_server_ciphers = yes
> submission_relay_host = XX.XX.XX.XX
> submission_relay_rawlog_dir = /var/log/dovecot.log
> submission_relay_trusted = yes
> verbose_ssl = yes
>
>
> Logging:
> Dec 18 16:36:39 submission-login: Debug: smtp-server: conn? ?[0]:
> Connection created
> Dec 18 16:36:39 submission-login: Debug: smtp-server: conn? ?[0]:
>...
2020 Aug 25
2
zlib errors after upgrading
> On 25/08/2020 14:35 Robert Nowotny <rnowotny at rotek.at> wrote:
>
>
> I get ZLIB Errors after dovecot upgrade from 2.3.10.1 to 2.3.11.3
>
>
> Aug 21 15:27:34 lxc-imap dovecot: imap(acsida)<63870><jZk...>: Error: Mailbox Sent: UID=40826: read(zlib(/home/vmail/virtualmailboxes/acsida/storage/m.2409)) failed:
2013 Jul 02
0
Dovecot METADATA plugin configuration
...e = 12 hours
stats_ip_min_time = 12 hours
stats_memory_limit = 16 M
stats_session_min_time = 15 mins
stats_user_min_time = 1 hours
submission_host =
submission_relay_host =
submission_relay_master_user =
submission_relay_max_idle_time = 29 mins
submission_relay_password =
submission_relay_port = 25
submission_relay_rawlog_dir =
submission_relay_send_xclient = no
submission_relay_ssl = no
submission_relay_ssl_verify = yes
submission_relay_user =
syslog_facility = mail
userdb {
args = /etc/dovecot/dovecot-pgsql.conf
default_fields =
driver = sql
override_fields =
}
valid_chroot_dirs = /var/mail/
verbose_procti...