-d ${user}@${nexthop} or -d ${recipient}?

2023-07-18 Thread rixati6186
What's the differency between these two lines;

1- flags=DORhu user=vmail:vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f 
${sender} -r ${recipient} -d ${user}@${nexthop}
2- flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f 
${sender} -d ${recipient}

and which one should I use, based on a setup like; Dovecot, Postfix, 
Postfixadmin, ManageSieve and virtual users hosted in SQL?

Thanks in advance.
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: dovecot: lda(info@mydomain) - vacation action: discarding vacation response to mailinglist recipient?

2023-07-18 Thread rixati6186
Weird, but I think I solved it, I had in my postfix main.cf, a line like:

"header_checks = regexp:/etc/postfix/list_unsub_header" 

to have a header like: List-Unsubscribe: 
mailto:i...@mydomain.com?subject=unsubscribe, and when I removed that line, the 
auto-reply seems worked.

BUT, why's so? The sender is Gmail, List-Unsubscribe header is my own mailbox 
header, not the Gmail's.. Why it detects the SENDER e-mail account as 
"mailinglist"?
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


dovecot: lda(info@mydomain) - vacation action: discarding vacation response to mailinglist recipient?

2023-07-18 Thread rixati6186
Hello,

I'm trying to set auto reply for my email account, through Roundcube and 
ManageSieve plugin (the plugin itself and its regular filtering works fine), 
however the auto-reply doesn't arrive to the sender's inbox, when I tested it 
with sending an email to myself/my server, from my Gmail account, my maillog 
has a line, stating;

Jul 18 15:28:06 mailsrv dovecot: 
lda(i...@mywebsite.com)<44812>: sieve: 
msgid=: 
vacation action: discarding vacation response to mailinglist recipient 


Any idea would be much appreciated, thank you!
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-12 Thread rixati6186--- via dovecot
Got it! Thanks so much, once again.

But imagine a very low-end VPS running just for few e-mail accounts, in order 
to keep the system resources free -at least a bit-, and if no stats needed for 
the admin/users, what configuration/block would you suggest? Otherwise, do I 
need to use both unix_listener stats-writer and unix_listener stats-reader?
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-11 Thread rixati6186--- via dovecot
Thank you very much Mr. Aki for your quick and prompt reply! Got it.

Is my configuration properly aligned for new metrics? Is "service stats" block 
(which I assume it's new one) enough to enable new metrics?

Kindest Regards.
Konstantin
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-11 Thread rixati6186--- via dovecot
And if possible, how to disable statistics completely and safely? Without the 
"0" trick, that leads getting;

"Jul 12 02:20:55 mail dovecot: auth: Error: 
net_connect_unix(/var/dovecot/stats-writer) failed: No such file or directory
Jul 12 02:20:55 mail dovecot: auth: Error: stats: open(old-stats-user) failed: 
No such file or directory"
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Proper way to enable statistics on Dovecot 2.3.20?

2023-07-11 Thread rixati6186--- via dovecot
Hi.

I'm using Dovecot on OpenBSD OS. "dovecot --version" reports: 2.3.20 
(80a5ac675d) and this is my configuration file: https://termbin.com/m4to

How to properly set the statistics for the version I use? I have both "service 
stats" and "service old-stats" and it seems I'm not really getting any 
statistics. Where's my mistake? Thanks in advance.
("doveadm oldstats top" command gives an empty page with columns.)

Thanks.
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org