Re: Weird rejection

2012-01-26 Thread DN Singh
On Wed, Jan 25, 2012 at 11:39 PM, /dev/rob0 wrote: > On Wed, Jan 25, 2012 at 12:03:22PM -0600, I wrote: > > On Wed, Jan 25, 2012 at 11:08:30PM +0530, DN Singh wrote: > > > Guys, I did find find the culprit, but it was not in the yahoo > > > list, but the overall file. The entry was: > > > > > > #

Re: Weird rejection

2012-01-25 Thread /dev/rob0
On Wed, Jan 25, 2012 at 12:03:22PM -0600, I wrote: > On Wed, Jan 25, 2012 at 11:08:30PM +0530, DN Singh wrote: > > Guys, I did find find the culprit, but it was not in the yahoo > > list, but the overall file. The entry was: > > > > ## > > co.inREJECT Bad domain 18

Re: Weird rejection

2012-01-25 Thread /dev/rob0
On Wed, Jan 25, 2012 at 11:08:30PM +0530, DN Singh wrote: > Guys, I did find find the culprit, but it was not in the yahoo > list, but the overall file. The entry was: > > ## > co.inREJECT Bad domain 1868 > ## > > I guess this should reject emails

Re: Weird rejection

2012-01-25 Thread DN Singh
Thank you very much guys, you're a lifesaver.. @Pierre: The script you wrote did a job of replacing, but did not replace the file itself, and instead showed the output on screen. So, I just redirected the output in another file, and it worked. Guys, I did find find the culprit, but it was not in

Re: Weird rejection

2012-01-25 Thread Robert Schetterer
Am 25.01.2012 15:59, schrieb Ralf Hildebrandt: > * DN Singh : >> Duane, I am not using sender restrictions right now, but I can implement it. >> >> Ralf, can you please tell me a method to append incremental numbers at the >> end of each line? > > Use a text editor? > with small google i found

Re: Weird rejection

2012-01-25 Thread Ralf Hildebrandt
* DN Singh : > Duane, I am not using sender restrictions right now, but I can implement it. > > Ralf, can you please tell me a method to append incremental numbers at the > end of each line? Use a text editor? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universit

Re: Weird rejection

2012-01-25 Thread Pierre Girard
On Wed, Jan 25, 2012 at 7:40 PM, Duane Hill > wrote: >I understood the logic, but is there any way to automate the procedure to add this incremental number at the end of each line? Maybe something like this: > cat t.pl #!/usr/bin/perl use strict; my $i=0; while(<>) {

Re: Weird rejection

2012-01-25 Thread DN Singh
On Wed, Jan 25, 2012 at 7:40 PM, Duane Hill wrote: > On Wednesday, January 25, 2012 at 13:41:54 UTC, > dnsingh.dns@gmail.comconfabulated: > > > Duane, I am not using sender restrictions right now, but I can implement > it. > > > Ralf, can you please tell me a method to append incremental numbers

Re: Weird rejection

2012-01-25 Thread Duane Hill
On Wednesday, January 25, 2012 at 13:41:54 UTC, dnsingh@gmail.com confabulated: > Duane, I am not using sender restrictions right now, but I can implement it. > Ralf, can you please tell me a method to append incremental numbers at the > end of each line? I need to do it as you pointed out.

Re: Weird rejection

2012-01-25 Thread DN Singh
Duane, I am not using sender restrictions right now, but I can implement it. Ralf, can you please tell me a method to append incremental numbers at the end of each line? I need to do it as you pointed out. I was searching for the same, but could not find out something that exactly does what I need

Re: Weird rejection

2012-01-25 Thread Duane Hill
On Wednesday, January 25, 2012 at 11:58:31 UTC, dnsingh@gmail.com confabulated: > On Wed, Jan 25, 2012 at 4:04 PM, Ralf Hildebrandt < > ralf.hildebra...@charite.de> wrote: >> * DN Singh : >> > Hello Group, >> > >> > I have configured some rejection domains in postfix access file, where it >>

Re: Weird rejection

2012-01-25 Thread Ralf Hildebrandt
* DN Singh : > Also, these are recipient domains, and I am already using > reject_unknown_recipient_domain parameter in smtpd_recipient_restrictions, > but it does not reject these domains. This is why I have to do this > manually. > > Any reason for the check not happening?? My postconf -n outpu

Re: Weird rejection

2012-01-25 Thread DN Singh
On Wed, Jan 25, 2012 at 4:04 PM, Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > * DN Singh : > > Hello Group, > > > > I have configured some rejection domains in postfix access file, where it > > rejects bad domains, or domains that do not exist. This list has been > > gradually develope

Re: Weird rejection

2012-01-25 Thread Ralf Hildebrandt
* DN Singh : > Hello Group, > > I have configured some rejection domains in postfix access file, where it > rejects bad domains, or domains that do not exist. This list has been > gradually developed over time. A weird behavior happened the last time I > updated it. I had added some typos/bad doma