From: JunkYardMail1 on 10 Aug 2010 16:19 When using the "smtpd_delay_reject = yes" option, all log messages indicate RCPT stage rejection. e.g. "... NOQUEUE: reject: RCPT from ...."; regardless of which type of restriction an option is listed under. For instance a rejection based on the following will indicate RCPT rather than CONNECT as it would if delay reject was not used. smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org Is it possible to have Postfix log with the proper indication of where the restriction is list rather the stage at which it is actually check and carried out? So restriction listed in the "smtpd_client_restrictions" section would indicate CONNECT, and restrictions listed in "smtpd_helo_restrictions" section would indicate HELO, "smtpd_sender_restrictions" indicate FROM, "smtpd_recipient_restrictions" indicate RCPT, and so forth.
From: Ralf Hildebrandt on 10 Aug 2010 16:23 * JunkYardMail1(a)Verizon.net <JunkYardMail1(a)Verizon.net>: > When using the "smtpd_delay_reject = yes" option, all log messages indicate RCPT stage rejection. e.g. "... NOQUEUE: reject: RCPT from ..."; regardless of which type of restriction an option is listed under. > > For instance a rejection based on the following will indicate RCPT rather than CONNECT as it would if delay reject was not used. > > smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org > > > > Is it possible to have Postfix log with the proper indication of where the restriction is list rather the stage at which it is actually check and carried out? So restriction listed in the "smtpd_client_restrictions" section would indicate CONNECT, and restrictions listed in "smtpd_helo_restrictions" section would indicate HELO, "smtpd_sender_restrictions" indicate FROM, "smtpd_recipient_restrictions" indicate RCPT, and so forth. Yes, set smtpd_delay_reject = no -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt(a)charite.de | http://www.charite.de
From: Noel Jones on 10 Aug 2010 16:27 On 8/10/2010 3:19 PM, JunkYardMail1(a)Verizon.net wrote: > When using the smtpd_delay_reject = yes option, all log > messages indicate RCPT stage rejection. e.g. ... NOQUEUE: > reject: RCPT from ...; regardless of which type of > restriction an option is listed under. > > For instance a rejection based on the following will indicate > RCPT rather than CONNECT as it would if delay reject was not used. > > smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org > > Is it possible to have Postfix log with the proper indication > of where the restriction is list rather the stage at which it > is actually check and carried out? So restriction listed in > the smtpd_client_restrictions section would indicate > CONNECT, and restrictions listed in smtpd_helo_restrictions > section would indicate HELO, smtpd_sender_restrictions > indicate FROM, smtpd_recipient_restrictions indicate RCPT, > and so forth. > When smtpd_delay=yes all rejections will be logged at RCPT stage. Does this cause any sort of problem? -- Noel Jones
From: JunkYardMail1 on 10 Aug 2010 16:43 Yes it does cause a problem. It does not indicate the stage the rejection is associated with (CONNECT, HELO, FROM, RCPT, etc.). -------------------------------------------------- From: "Noel Jones" <njones(a)megan.vbhcs.org> Sent: Tuesday, August 10, 2010 1:27 PM To: <postfix-users(a)postfix.org> Subject: Re: smtpd_delay_reject = yes & Reject Logging > On 8/10/2010 3:19 PM, JunkYardMail1(a)Verizon.net wrote: >> When using the �smtpd_delay_reject = yes� option, all log >> messages indicate RCPT stage rejection. e.g. �... NOQUEUE: >> reject: RCPT from ...�; regardless of which type of >> restriction an option is listed under. >> >> For instance a rejection based on the following will indicate >> RCPT rather than CONNECT as it would if delay reject was not used. >> >> smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org >> >> Is it possible to have Postfix log with the proper indication >> of where the restriction is list rather the stage at which it >> is actually check and carried out? So restriction listed in >> the �smtpd_client_restrictions� section would indicate >> CONNECT, and restrictions listed in �smtpd_helo_restrictions� >> section would indicate HELO, �smtpd_sender_restrictions� >> indicate FROM, �smtpd_recipient_restrictions� indicate RCPT, >> and so forth. >> > > > When smtpd_delay=yes all rejections will be logged at RCPT stage. > > Does this cause any sort of problem? > > > -- Noel Jones >
From: JunkYardMail1 on 10 Aug 2010 16:43 Technically correct yet totally useless. You would be perfect Microsoft employee. (lookup the joke about helicopter pilot and Microsoft) -------------------------------------------------- From: "Ralf Hildebrandt" <Ralf.Hildebrandt(a)charite.de> Sent: Tuesday, August 10, 2010 1:23 PM To: <postfix-users(a)postfix.org> Subject: Re: smtpd_delay_reject = yes & Reject Logging > * JunkYardMail1(a)Verizon.net <JunkYardMail1(a)Verizon.net>: >> When using the "smtpd_delay_reject = yes" option, all log messages >> indicate RCPT stage rejection. e.g. "... NOQUEUE: reject: RCPT from >> ..."; regardless of which type of restriction an option is listed under. >> >> For instance a rejection based on the following will indicate RCPT rather >> than CONNECT as it would if delay reject was not used. >> >> smtpd_client_restrictions = reject_rbl_client zen.spamhaus.org >> >> >> >> Is it possible to have Postfix log with the proper indication of where >> the restriction is list rather the stage at which it is actually check >> and carried out? So restriction listed in the >> "smtpd_client_restrictions" section would indicate CONNECT, and >> restrictions listed in "smtpd_helo_restrictions" section would indicate >> HELO, "smtpd_sender_restrictions" indicate FROM, >> "smtpd_recipient_restrictions" indicate RCPT, and so forth. > > Yes, set smtpd_delay_reject = no > > -- > Ralf Hildebrandt > Geschäftsbereich IT | Abteilung Netzwerk > Charité - Universitätsmedizin Berlin > Campus Benjamin Franklin > Hindenburgdamm 30 | D-12203 Berlin > Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 > ralf.hildebrandt(a)charite.de | http://www.charite.de >
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: Simple hack to get $3000 to your home Next: compile Postfix in static linking |