[qmailtoaster] Re: how to look in the log

2009-10-28 Thread Eric Shubert
Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from ( let us call them ) bi...@billybob.com so i wish to see if billy mail hits my server and is

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jim Shupert
Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from ( let us call them ) bi...@billybob.com so i wish to see if billy mail hits my

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jake Vickers
Jim Shupert wrote: Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from ( let us call them ) bi...@billybob.com so i wish to see if

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Steve Huff
On Oct 28, 2009, at 1:14 PM, Jim Shupert wrote: 10-26 08:36:39 tcpserver: ok 3878 sifter.pps-inc.com: 192.168.200.222:25 :216.37.105.169::33074 10-26 08:36:39 rblsmtpd: 216.37.105.169 pid 3878: 451 http://www.spamhaus.org/SBL/sbl.lasso?query=SBL77346 these two lines are the key. the

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Maxwell Smart
Is that slash after billybob (# qmlog -lc bi...@billybob\.com smtp )supposed to be there or is it a typo? Jake Vickers wrote: Jim Shupert wrote: Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jim Shupert
Jake Vickers wrote: Jim Shupert wrote: Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from ( let us call them ) bi...@billybob.com

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jake Vickers
Jim Shupert wrote: Jake Vickers wrote: Jim Shupert wrote: Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from ( let us call them )

[qmailtoaster] Re: how to look in the log

2009-10-28 Thread Eric Shubert
The argument to the -lc (logs containing) flag is a regular expression, or regex for short. The period is a special regex character meaning match any character. The backslash escapes this special meaning so the period is treated literally as a period and not any character. It would probably

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jim Shupert
Steve Huff wrote: On Oct 28, 2009, at 1:14 PM, Jim Shupert wrote: 10-26 08:36:39 tcpserver: ok 3878 sifter.pps-inc.com:192.168.200.222:25 :216.37.105.169::33074 10-26 08:36:39 rblsmtpd: 216.37.105.169 pid 3878: 451 http://www.spamhaus.org/SBL/sbl.lasso?query=SBL77346 these two lines are

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Steve Huff
On Oct 28, 2009, at 2:08 PM, Jim Shupert wrote: isn't that a diff subnet ? 216.37.105.169 -him , noted offender 216.37.96.0/20 it is not. welcome to CIDR :) http://www.subnet-calculator.com/cidr.php enter the offending subnet as listed by Spamhaus (216.37.96.0) in the IP Address

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Maxwell Smart
OK got it. Eric Shubert wrote: The argument to the -lc (logs containing) flag is a regular expression, or regex for short. The period is a special regex character meaning match any character. The backslash escapes this special meaning so the period is treated literally as a period and not

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread d...@acbsco.com
Jim Shupert wrote: Steve Huff wrote: On Oct 28, 2009, at 1:14 PM, Jim Shupert wrote: 10-26 08:36:39 tcpserver: ok 3878 sifter.pps-inc.com:192.168.200.222:25 :216.37.105.169::33074 10-26 08:36:39 rblsmtpd: 216.37.105.169 pid 3878: 451

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jim Shupert
OK this one --I do* know Maxwell Smart wrote: Is that slash after billybob (# qmlog -lc bi...@billybob\.com smtp )supposed to be there or is it a typo? the Slash after ..bob is correct it is an 'escape char' to allow for the coming Dot bi...@billybob ESCAPE .com bi...@billybob\.com

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jim Shupert
Jake Vickers wrote: Jim Shupert wrote: Jake Vickers wrote: Jim Shupert wrote: Eric Shubert wrote: Jim Shupert wrote: could someone remind me how I might look in the logs to see any and all references to b...@billybob.com here is my situation a user says she is not getting email from

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread Jake Vickers
Jim Shupert wrote: That will work, yes. Guess we should launch a group to update/organize the wiki a little. Any volunteers? I would enjoy giving back to the community -- i only wonder if i --- am a good choice [?] -- elzewize i Volunteer and Thanks! Sure you're a good choice! The

Re: [qmailtoaster] Re: how to look in the log

2009-10-28 Thread amit IKF
Hi Everyone, Even I would appreciate to become the Volunteer. But I'm new to LINUX, Mail Server and other stuffs hope that won't affect me to become a Volunteer. Actually this is my first mailing list where I joined and I'm really feeling good to join such wonderful mailing list. Jake, Eric and