Re: Could you please explain a warning message

2018-10-08 Thread Allen Coates
Allen C On 08/10/18 12:03, Ralf Hildebrandt wrote: > * Allen Coates : >> Yesterday I saw the following warning message in my logs:- >> >> 2018-10-06T14:11:19+01:00 geronimo postfix/postscreen[8194]: warning: >> psc_cache_update: btree:/var/lib/postfix/postscreen_cac

Re: Could you please explain a warning message

2018-10-08 Thread Ralf Hildebrandt
* Allen Coates : > Yesterday I saw the following warning message in my logs:- > > 2018-10-06T14:11:19+01:00 geronimo postfix/postscreen[8194]: warning: > psc_cache_update: btree:/var/lib/postfix/postscreen_cache update average > delay is 151 ms Oct 2 02:01:40 mail-cbf postfix/p

Could you please explain a warning message

2018-10-08 Thread Allen Coates
Yesterday I saw the following warning message in my logs:- 2018-10-06T14:11:19+01:00 geronimo postfix/postscreen[8194]: warning: psc_cache_update: btree:/var/lib/postfix/postscreen_cache update average delay is 151 ms A tenth of a second is an ENORMOUS delay for an SSD, and my immediate thought

Re: postfix add warning message for all external incoming emails

2018-09-09 Thread Bill Cole
On 9 Sep 2018, at 20:38 (-0400), Wietse Venema wrote: Durga Prasad Malyala: Hello Friends, I would like to make postfix add a warning message for all external incoming emails - Something like this at the top of each mail. WARNING: This email originated outside of our organization. Do not

Re: postfix add warning message for all external incoming emails

2018-09-09 Thread Bill Cole
On 9 Sep 2018, at 13:35 (-0400), Durga Prasad Malyala wrote: Hello Friends, I would like to make postfix add a warning message for all external incoming emails - Something like this at the top of each mail. WARNING: This email originated outside of our organization. Do not click any links or

Re: postfix add warning message for all external incoming emails

2018-09-09 Thread Viktor Dukhovni
> On Sep 9, 2018, at 8:38 PM, Wietse Venema wrote: > > smtpd_client_restrictions = >check_client_access cidr:/etc/postfix/client_access.cidr > > /etc/postfix/client_access.cidr ># An "internal" source. >127.0.0.0/8 dunno >192.168.0.0/16 dunno ># Everyone else. >0.0.0.0

Re: postfix add warning message for all external incoming emails

2018-09-09 Thread Wietse Venema
Durga Prasad Malyala: > Hello Friends, > I would like to make postfix add a warning message for all external > incoming emails - Something like this at the top of each mail. > > WARNING: This email originated outside of our organization. Do not > click any links or open any atta

Re: postfix add warning message for all external incoming emails

2018-09-09 Thread Richard Damon
On 9/9/18 1:35 PM, Durga Prasad Malyala wrote: > Hello Friends, > I would like to make postfix add a warning message for all external > incoming emails - Something like this at the top of each mail. > > WARNING: This email originated outside of our organization. Do not > click

postfix add warning message for all external incoming emails

2018-09-09 Thread Durga Prasad Malyala
Hello Friends, I would like to make postfix add a warning message for all external incoming emails - Something like this at the top of each mail. WARNING: This email originated outside of our organization. Do not click any links or open any attachments unless you recognize the sender and know the

Re: Warning message

2010-03-11 Thread Victor Duchovni
On Wed, Mar 10, 2010 at 04:52:19PM -0500, Jerry wrote: > Wietse and Victor, from what I have deduced from reading your posts is > that I can safely ignore the warning. Is that correct? I am really > interested though in why this has suddenly started happening. I have > not touched Postfix or claws

Re: Warning message

2010-03-10 Thread Wietse Venema
Jerry: > Wietse and Victor, from what I have deduced from reading your posts is > that I can safely ignore the warning. Is that correct? I am really > interested though in why this has suddenly started happening. I have > not touched Postfix or claws-mail, my MUA, in months. Except for > updating F

Re: Warning message

2010-03-10 Thread Jerry
On Wed, 10 Mar 2010 15:49:16 -0500 (EST) Wietse Venema replied: >Victor Duchovni: >> On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote: >> >> > > With TLS sessions, after "QUIT" processing, the server tries to >> > > perform a clean SSL_shutdown() of the SSL/TLS session. If the >> >

Re: Warning message

2010-03-10 Thread Wietse Venema
Victor Duchovni: > On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote: > > > > With TLS sessions, after "QUIT" processing, the server tries to perform > > > a clean SSL_shutdown() of the SSL/TLS session. If the client closes > > > the connection without performing the SSL_shutdown(), yo

Re: Warning message

2010-03-10 Thread Victor Duchovni
On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote: > > With TLS sessions, after "QUIT" processing, the server tries to perform > > a clean SSL_shutdown() of the SSL/TLS session. If the client closes > > the connection without performing the SSL_shutdown(), you'll see the > > above warn

Re: Warning message

2010-03-10 Thread Wietse Venema
Victor Duchovni: > On Wed, Mar 10, 2010 at 08:23:00AM -0500, Wietse Venema wrote: > > > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: < > > > xx.my_domain.com[192.168.1.101]: QUIT > > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: > > > > xx.my_domain.com[192.168.1.101]: 221 2.0.0 Bye

Re: Warning message

2010-03-10 Thread Victor Duchovni
On Wed, Mar 10, 2010 at 08:23:00AM -0500, Wietse Venema wrote: > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: < > > xx.my_domain.com[192.168.1.101]: QUIT > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: > > > xx.my_domain.com[192.168.1.101]: 221 2.0.0 Bye > > Mar 10 04:59:46 xxx

Re: Warning message

2010-03-10 Thread Wietse Venema
the case of Postfix SMTP read/write requests, I think this warning message is redundant. The function that reports this warning also returns a standard read(2) or write(2) error result to the caller, and leaves it up to the caller to take action. Such warnings are useful in debug mode, but other

Re: Warning message

2010-03-10 Thread Jerry
On Tue, 9 Mar 2010 19:19:28 -0500 Victor Duchovni replied: >Is this the MUA? Does the MUA bother to send QUIT, or does it just >disconnect? You can use "debug_peer_list" to see what this client >is up to after it sends mail. OK Victor, this is the complete output of "debug_peer_list" with approp

Re: Warning message

2010-03-09 Thread Victor Duchovni
On Tue, Mar 09, 2010 at 07:09:59PM -0500, Jerry wrote: > First, I just sent two messages in quick succession. This is the > mail-log output: > > Mar 9 18:47:54 scorpio postfix/smtpd[64370]: connect from > xx.my_domain.com[192.168.1.101] > Mar 9 18:47:55 scorpio postfix/smtpd[64370]: 40197

Re: Warning message

2010-03-09 Thread Jerry
On Tue, 9 Mar 2010 12:27:25 -0500 Victor Duchovni replied: >On Mon, Mar 08, 2010 at 06:43:54PM -0500, Jerry wrote: > >> From time to time, when mail is being sent internally from one user >> to another on the same network, I see this warning message in the >>

Re: Warning message

2010-03-09 Thread Victor Duchovni
On Mon, Mar 08, 2010 at 06:43:54PM -0500, Jerry wrote: > From time to time, when mail is being sent internally from one user to > another on the same network, I see this warning message in the mail-log: > > warning: network_biopair_interop: error reading 5 bytes from the > netw

Re: Warning message

2010-03-08 Thread Wietse Venema
Jerry: > FreeBSD 7.3-PRERELEASE > Postfix (2.7-20100117) > > From time to time, when mail is being sent internally from one user to > another on the same network, I see this warning message in the mail-log: > > warning: network_biopair_interop: error reading 5 b

Warning message

2010-03-08 Thread Jerry
FreeBSD 7.3-PRERELEASE Postfix (2.7-20100117) From time to time, when mail is being sent internally from one user to another on the same network, I see this warning message in the mail-log: warning: network_biopair_interop: error reading 5 bytes from the network: Connection reset by peer I

Re: Warning message for mail either delivered in local or relayed to another server

2010-01-28 Thread Wietse Venema
Henri: > Hello, > > I have a question about a warning message I regularly get in the log : > > do not list domain mydomain1 in BOTH virtual_mailbox_domains and > relay_domains > > My configuration : > transport_maps = ldap:/etc/postfix/mail_routing

Warning message for mail either delivered in local or relayed to another server

2010-01-28 Thread Henri
Hello, I have a question about a warning message I regularly get in the log : > do not list domain mydomain1 in BOTH virtual_mailbox_domains and relay_domains My configuration : transport_maps = ldap:/etc/postfix/mail_routing relay_domains = mydomain1 virtual_mailbox_domains = mydomain1 I

Re: pre-queue warning message for the first time

2009-01-13 Thread Guy Story KC5GOI
Mike Cappella made it to easy to refuse to install despite it postfix-logwatch not being in the 7.10 repositories. 1.37.08 is installed and I like the reports even more than I did the others. I think I found out what I needed so consider this closed. Duane and Noel, thanks for the replys. Guy O

Re: pre-queue warning message for the first time

2009-01-13 Thread Guy Story KC5GOI
Noel, just before I saw your post I realized I had confused the two. My mistake or is it I can see into the future? :) I have the current Logwatch, not the postfix-logwatch module.An apt-get -install -s postfix-logwatch on that system can not find the package. I have not found the actual comme

Re: pre-queue warning message for the first time

2009-01-13 Thread Noel Jones
Guy Story KC5GOI wrote: Maybe your postfix-logwatch module needs updating. 7.3.6 is the version I installed via apt two weeks ago. It is the first time I saw this so it has me a bit curious. Cool, considering the current postfix-logwatch version is 1.37.08. http://www.mikecappella.c

Re: pre-queue warning message for the first time

2009-01-13 Thread Guy Story KC5GOI
I removed dsbl just now. I have not been able to locate the message in the log that triggered it yet. I will keep looking, got side tracked by a support call. On Tue, Jan 13, 2009 at 10:56 AM, Noel Jones wrote: > Guy Story KC5GOI wrote: > >> I received the following error for the first time ye

Re: pre-queue warning message for the first time

2009-01-13 Thread Noel Jones
Guy Story KC5GOI wrote: I received the following error for the first time yesterday in my logwatch report. It was in the Postfix section. 1 *Warning: Pre-queue content-filter connection overload -- 1 After CONNECT 1 unknown

Re: pre-queue warning message for the first time

2009-01-13 Thread Duane Hill
On Tue, 13 Jan 2009, Guy Story KC5GOI wrote: ... reject_rbl_client list.dsbl.org, dsbl.org has been off the air since around mid 2008. You should remove it. ...

pre-queue warning message for the first time

2009-01-13 Thread Guy Story KC5GOI
I received the following error for the first time yesterday in my logwatch report. It was in the Postfix section. 1 *Warning: Pre-queue content-filter connection overload -- 1 After CONNECT 1 unknown unknown I have read ove