Displaying 18 results from an estimated 18 matches for "tobisworld".
2017 Nov 23
1
[SPAMMY]Re: Dovecot LMTP Proxy + STARTTLS?
NOTE: LMTP/doveadm proxying doesn't support SSL/TLS currently - any ssl/starttls extra field is ignored
https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
Am 23. November 2017 09:31:41 MEZ schrieb Tobi <tobisworld at gmail.com>:
>Hi
>
>I got dovecot 2.2.26 on a Centos7 with latest updates. Dovecot is
>configured to act as director and delivers to my two backend servers.
>I enabled lmtp proxy on director to listen on port 24.
>
>Now I see in msg headers that the connection to the lmtp...
2017 Nov 23
3
Dovecot LMTP Proxy + STARTTLS?
Hi
I got dovecot 2.2.26 on a Centos7 with latest updates. Dovecot is
configured to act as director and delivers to my two backend servers.
I enabled lmtp proxy on director to listen on port 24.
Now I see in msg headers that the connection to the lmtp proxy uses
STARTTLS but the connection from proxy to backend seems to be
unencrypted. Is it possible to enforce the use of STARTTLS in the
2018 May 16
1
end-to-end encryption
Il giorno mer 16 mag 2018 alle ore 11:19 <tobisworld at gmail.com> ha scritto:
> I personally use gpgit https://github.com/EtiennePerot/gpgit
> Which does the encryption of messages. Then I use a sieve script which
> calls gpgit for every msg and encrypts before saving into mailbox
If I understood properly, for this to work, a public key...
2019 May 22
1
weakforced: Possible to access the ip address of report/allow?
Hi Neil
thanks for the hint with the dovecot config, adding this and I can see that
> ... attrs={local_ip="XX.XX.XX.XX"} ...
is now logged by wforce daemon. Then I tried to access that value from
wforce with the following testcode
> if (#lt.attrs > 0)
> then
> return 7, "ip_local", "ip_local", { test=test }
> end
but even if attrs are set
2017 Nov 23
0
[SPAMMY]Re: Dovecot LMTP Proxy + STARTTLS?
...i
Am 23.11.2017 um 18:38 schrieb Carsten Rosenberg:
> NOTE: LMTP/doveadm proxying doesn't support SSL/TLS currently - any ssl/starttls extra field is ignored
>
> https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
>
> Am 23. November 2017 09:31:41 MEZ schrieb Tobi <tobisworld at gmail.com>:
>> Hi
>>
>> I got dovecot 2.2.26 on a Centos7 with latest updates. Dovecot is
>> configured to act as director and delivers to my two backend servers.
>> I enabled lmtp proxy on director to listen on port 24.
>>
>> Now I see in msg headers...
2018 May 12
3
Marks as read on mover to Archive
How would I setup dovecot so that when messages are moved to the Archive mailbox, they are marked as read?
Would it be similar to the imap-sieve for spam tagging?
imapsieve_mailbox1_name = Junk
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
Or is there a simpler method?
If it matters:
mailbox Archive {
auto = subscribe
2018 May 16
2
end-to-end encryption
Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi>
ha scritto:
> You could probably automate this with sieve and e.g. GnuPG, which would
mean that all your mails are encrypted without server having key to decrypt
this.
Any guide or sample to look for ?
2018 May 12
0
AW: Marks as read on mover to Archive
Does it not help to add
addflag "\\Seen";
to your sieve script code?
Cheers
tobi
----- Originale Nachricht -----
Von: "@lbutlr" <kremels at kreme.com>
Gesendet: 12.05.18 - 08:55
An: dovecot <dovecot at dovecot.org>
Betreff: Marks as read on mover to Archive
> How would I setup dovecot so that when messages are moved to the Archive mailbox, they are marked
2018 May 16
0
end-to-end encryption
Hi
I personally use gpgit https://github.com/EtiennePerot/gpgit
Which does the encryption of messages. Then I use a sieve script which
calls gpgit for every msg and encrypts before saving into mailbox
Cheers
tobi
Am 16.05.2018 um 10:24 schrieb Gandalf Corvotempesta:
> Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi>
> ha scritto:
>> You could
2019 May 14
0
weakforced and GeoIP lookups
Hi list
hope it's okay to ask weakforced questions here as well, but I could not
find a dedicated mailinglist for wforce.
I want to enable GeoIP lookups in my wforce daemon. In a first step I
installed luarocks and lua-compat53 to install mmdblua module.
Then I added
newGeoIP2DB("country", "/usr/local/share/GeoIP/GeoLite2-Country.mmdb")
local mygeodb =
2019 May 14
0
weakforced and GeoIP lookups
Hi Neil
according to yum list installed I have
> libmaxminddb-devel.x86_64 1.2.0-1.el7 @epel
but I checked the saved output from my former ./configure command and found
> checking for GEOIP... no
but even running a new autoreconf -i and ./configure after a make clean
it still shows that GEOIP is not found.
Does the lib has to explicitly specified as argument
2009 Aug 10
1
getmail and Dovecot LDA deliver
Hello,
my first post in this list. Hope it's the right place.:-)
I'm having a problem running getmail together with Dovecot LDA for virtual
users. To achive this I let getmail run under the user that owns the virtual
email accounts-root. The problem is that getmail is running under the user
vmail and therefore the emails received will be put into vmail's mailbox.
But the emails
2009 Dec 10
1
Dovecot Sieve some rules not working
Hope this list is the right place for a question about dovecot sieve.
I have some rules of which some are working and some are not. I cannot
understand why two rules wont work.
}elsif header :comparator "i;ascii-casemap" :contains "from"
"EMAILADDRESS" {
fileinto "Computer &- Security.Foren &- Maillists.Synology.Forum";
stop;
} elsif header
2019 May 13
2
dovecot 2.2.36 and wforce
Hi list
I'm trying to setup dovecot 2.2.36 on a Centos6 to communicate with a
wforce daemon on the remote side. wforce is latest released from git
repo. Daemon part is working and I can successfully send queries from
remote systems to wforce via curl
For dovecot I configured in /etc/dovecot/conf.d/95-wforce.conf
> auth_policy_server_url = http://REMOTE_IP:8084/
>
2018 Aug 06
2
AW: 2.3.2.1 - relay to lmtps from other lan host
You have lmtp as unix socket configured but want to access from remote via tcp socket? I think you need inet_listener instead of unix_ listener
----- Originale Nachricht -----
Von: "?????" <vtol at gmx.net>
Gesendet: 06.08.18 - 20:14
An: dovecot <dovecot at dovecot.org>
Betreff: 2.3.2.1 - relay to lmtps from other lan host
> Hi,
>
> looked into the [ dovecot wiki
2019 Mar 23
2
Is this assumption correct?
Hello list
we encounter a weird SSL issue with one of our dovecot (2.2.24 on
Centos6) which we can only explain if our assumtion is correct
Symptoms are that imaps connections (on port 993) suddenly get veeeery
slow. Up to 180s for one connection with openssl s_client The thing we
do not understand is that in the same time imap connections with
starttls are just 1s.
We can see that entropy on the
2019 May 22
2
weakforced: Possible to access the ip address of report/allow?
Hi
I wonder if the information about the origin of report or allow can be
accessed somehow. lt.remote gives the IP of the client trying to login
but is there anything in lt which gives the ip of the system that
connects to wforced?
Thanks and have a good one
--
tobi
2019 May 23
4
Catch all for dovecot authentication?
Hi
I'm aware that there are several good reasons not to do what I want, but
in my use-case it would be an interesting feature. So please no
discussions about the reasonableness
I have some spamtrap SMTP servers (postfix). Currently SMTP AUTH is
disabled. But as I daily have thousands of AUTH tries I thought it would
be nice to be able to accept any AUTH request from postfix in dovecot.
Is