> I'm noticing the following valid email being blocked in my logs:
>
> Dec-4-06 17:24:48 Connected: 192.168.101.101:4628 -> 192.168.101.101:25 -> 
> 127.0.0.1:125
> Dec-4-06 17:24:48 192.168.101.101 <[EMAIL PROTECTED]> relay attempt 
> blocked for: [EMAIL PROTECTED]
> Dec-4-06 17:24:48 192.168.101.101 <[EMAIL PROTECTED]> is disconnected
>
> Even though I have the following in ispip file:
> 192.168.101.100
> 192.168.101.101
> 192.168.101.
> 127.0.0.1
>
> Plus my Secondary MX Grey value is set to 0.5
>
> Am I missing something obvious?  Is there a reason why my outgoing email 
> is being blocked?
>
> This is 1.2.6 build 55.


I did a little quick fishing in the code, and didn't notice the ispip value 
being used anywhere in the section to allow the relaying.  I would have 
expected to see something in the section of code starting at line 3215 where 
it is checking for relayok.  Specifically, I would have expected line 3241 
to read more something like:

    if(!($this->{relayok}) && (!$rcptislocal || ($u.$h)=~/\%/) || $u 
=~/[EMAIL PROTECTED]/ || $this->{ispip} ) {

instead of (notice the last parameter $this->{ispip} that I added in above)

    if(!($this->{relayok}) && (!$rcptislocal || ($u.$h)=~/\%/) || $u 
=~/[EMAIL PROTECTED]/) {


Am I misunderstanding the use of the ispip setting?

Thanks,

Eric





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to