Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Reio Remma
On 04.07.2018 2:18, Teno Deuter wrote: here is the full 'accept' part I was trying to define in order to receive email from the outside: accept from any \ recipient ! \ for domain virtual \ deliver to maildir "/var/mail/%{user.username}/Inbox" so now I hav

Re: DKIM DomainKey

2018-07-03 Thread Teno Deuter
I had that before but then I get the following error in the maillog: dkimproxy.out[71987]: signing error: Error: cannot read /var/dkimproxy/default.private: Permission denied Thank you On Wed, Jul 4, 2018 at 1:08 AM, Matt Schwartz wrote: > chown _dkimproxy:_dkimproxy default.private > chmod 044

Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Teno Deuter
here is the full 'accept' part I was trying to define in order to receive email from the outside: accept from any \ recipient ! \ for domain virtual \ deliver to maildir "/var/mail/%{user.username}/Inbox" so now I have 2 issues: 1. the 'blacklistRecipients whic

DKIM DomainKey

2018-07-03 Thread Teno Deuter
Dear support team, in a OpenBSD 6.3 installation, what are the correct access rights for the private DKIM DomainKey file? I have the following: in /var/dkimproxy -rw-r--r-- 1 root wheel default.private Thank you -- You received this mail because you are subscribed to misc@opensmtpd.org

Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Reio Remma
You need the domain match as well. accept from any for domain example.org recipient ! alias deliver to mbox That works on my test system. Reio On 04.07.2018 1:20, Teno Deuter wrote: just tried and gives a syntax error :( On Tue, Jul 3, 2018 at 11:59 PM, Reio Remma wrote: Did you try it

Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Teno Deuter
just tried and gives a syntax error :( On Tue, Jul 3, 2018 at 11:59 PM, Reio Remma wrote: > Did you try it with: > > accept from any for recipient ! > > Reio > > On 03.07.2018 21:04, Teno Deuter wrote: > > Thank you for your prompt reply but unfortunately this wasn't the problem :( > > I renamed

Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Reio Remma
Did you try it with: accept from any*for* recipient ! Reio On 03.07.2018 21:04, Teno Deuter wrote: Thank you for your prompt reply but unfortunately this wasn't the problem :( I renamed to 'blacklistRecipients' and still get the same error message! On Tue, Jul 3, 2018 at 7:57 PM, Reio Remm

Re: Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Teno Deuter
Thank you for your prompt reply but unfortunately this wasn't the problem :( I renamed to 'blacklistRecipients' and still get the same error message! On Tue, Jul 3, 2018 at 7:57 PM, Reio Remma wrote: > Hello! > > I'm not sure you can have a dash (-) in a table name. Apart from that, if > I'm cor

Fwd: smtpd.conf configuration error (accept)

2018-07-03 Thread Teno Deuter
Dear support team, I-m running a OpenBSD 6.3 amd64 installed box and try to set up opensmtpd. In the smptd.conf file, following entries can be found: table blacklist-recipients file:/etc/mail/blacklist-recipients accept from any \ recipient ! \ accept from any \ recipient ! \