Re: How to reject mails where from address and to address is myself.

2019-05-29 Thread anant
Please see the relevant headers.   RETURN-PATH: Received: from dnsbsnl.isac.gov.in (dnserns.isac.gov.in [172.20.2.58]) by services.isac.gov.in (Postfix) with ESMTP id 4BEB0C4F8214 for ; Thu, 30 May 2019 05:41:02 +0530 (IST) Received-SPF: Permerror (SPF Permanent Error: Unknown mechanism found:

Re: opendmarc.dat Permission denied issues

2019-05-29 Thread Kris Deugau
On Thu, May 30, 2019 12:52 am, Benny Pedersen wrote: li...@sbt.net.au skrev den 2019-05-29 06:09: change /var/run to /var/tmp if you reboot with your config you will loose data /var/tmp must not be cleaned after boots, /tmp will be cleaned on boot /tmp and /var/tmp may be emptied at any ti

Re: opendmarc.dat Permission denied issues

2019-05-29 Thread lists
On Thu, May 30, 2019 12:52 am, Benny Pedersen wrote: > li...@sbt.net.au skrev den 2019-05-29 06:09: > change /var/run to /var/tmp > > if you reboot with your config you will loose data > > /var/tmp must not be cleaned after boots, /tmp will be cleaned on boot > > > permission denied comes from tha

Re: Postscreen - fatal: btree:/var/db/postfix/postscreen_cache

2019-05-29 Thread Jos Chrispijn
On 23-5-19 14:27, Wietse Venema wrote: It is also possible that your kernel can't handle the exclusive lock request because it is running out of kernel resources. How often are you restarting/reloading Postfix? I have some supicions, but let's hear from you first. Interesting that you ask, as I

Re: opendmarc.dat Permission denied issues

2019-05-29 Thread Benny Pedersen
li...@sbt.net.au skrev den 2019-05-29 06:09: May 29 13:41:43 geko opendmarc[27677]: AAADD4E821C9: /var/run/opendmarc.dat: fopen(): Permission denied change /var/run to /var/tmp if you reboot with your config you will loose data /var/tmp must not be cleaned after boots, /tmp will be cleaned o

Re: opendmarc.dat Permission denied issues

2019-05-29 Thread lists
On Wed, May 29, 2019 4:51 pm, Dominic Raferd wrote: > On Wed, 29 May 2019 at 05:11, wrote: > > I think you need to use a suitable UMask setting in /etc/opendmarc.conf > e.g. 0002 - see UMask in man opendmarc.conf. And I don't think /var/run is > a logical place to put the history file. /var/log

Re: Relay email based on Sender address / domain

2019-05-29 Thread Juliana Rodrigueiro
Hi!! > sender_dependent_default_transport_maps = > hash:$config_directory/sender_dependant_relayhost_maps.db Here you should point to the plain text file, not the db. The db file should be generated by running the postmap command: # postmap $config_directory/sender_dependant_relayhost_m

Re: Relay email based on Sender address / domain

2019-05-29 Thread Dominic Raferd
On Wed, 29 May 2019 at 03:36, VB wrote: > Hello All , Looking for a suggest > > As most of you might have come across the need to route email based on > sender address / domain , we got into it as well and looking for help : > > after some reading we tried to configure : > > sender_dependent_def