Re: Virtual user and domain setup

2020-04-07 Thread Leo Unglaub
Hey, thank you s much for that snippet. I think i finally understood it and it works now. I had to addapt your config a little bit but it works now. I use basically your config with the action changed to the following: action "local-lmtp" lmtp "/var/dovecot/lmtp" rcpt-to virtual At

Re: Virtual user and domain setup

2020-04-05 Thread Leo Unglaub
ase action "outbound" relay # === Handle Messages === # match from any  for any rcpt-to action "inbound" match from any auth for any action "outbound" Am 05.04.2020 um 15:54 schrieb Leo Unglaub: Hey, thank you for your help. I am going to describe my goal a little

Re: Virtual user and domain setup

2020-04-05 Thread Leo Unglaub
Hey, thank you for your help. I am going to describe my goal a little bit different, maybe it gets clearer when i do. I am trying to have a list of email accounts that OpenSMTPD recieves emails for and sends to Dovecot via lmtp without having the email accounts as real system accounts on

Re: Virtual user and domain setup

2020-04-05 Thread Leo Unglaub
Hey, of course i can share my entire config. Its from a fresh start and i keept it as simple as possible. ## ## Queue ## queue compression queue encryption <32 char passphrase> ## ## Tables ## table aliases file:/etc/mail/aliases table passwd file:/etc/mail/yace-passwd ## ## PKI ## pki

Usage example for filter-dnsbl

2020-08-17 Thread Leo Unglaub
Hey, i installed the filter "filter-dnsbl" from here (http://imperialat.at/dev/filter-dnsbl/) and now i want to add it to my config. However, i have to admit i have no idea how to do that? In what "phase" should i put this filter? I looked around but i found a couple of outdated blog posts on

Re: Usage example for filter-dnsbl

2020-08-17 Thread Leo Unglaub
Hey, thanks for the response. It works very well now. Thank you so much! Greetings, Leo On 2020-08-17 12:10, Martijn van Duren wrote: I run filter-dnsbl as follow: ... filter dnsbl proc-exec "filter-dnsbl -mv zen.spamhaus.org dnsbl.dronebl.org bl.spamcop.net" ... listen on egress tls pki

Forwarding to one or more accounts

2021-04-13 Thread Leo Unglaub
Hi, i am on the latest OpenBSD release and i have a little email server running. It works perfect, very stable. I host the following domains: foo.com bar.com Both of them have some email accounts on them. us...@foo.com us...@foo.com us...@bar.com The config is as follows: ## ## Tables

Re: msgid and sending via email providers

2021-11-03 Thread Leo Unglaub
Hey, i am not sure if that is directly related to you problem, but t-online.de is one of the worst email providers i have ever seen. They eandomly block you for no reason. Last month i got bocked because the hostname of my email server did not contain the word "mail". They demandet that all

Re: bounce invalid message IDs?

2022-07-04 Thread Leo Unglaub
Hey, yes that is possible if you write your own filter. You get the content you need and can reject it from your filter. Greetings Leo On 04.07.22 09:34, Harald Dunkel wrote: is it possible to bounce invalid message IDs, e.g. using a UUID instead of the well-known format

Re: New report function for libopensmtpd

2022-10-18 Thread Leo Unglaub
If you follow this, you will not be so far of: https://man.openbsd.org/style On 18/10/2022 12:00, Martin Kjær Jørgensen wrote: Okay I will. Have you got a pattern the code should be written in or a tool, like clang-format, to check/format with?