Okay, I got around the mkdep issue with: touch /usr/local/bin/mkdep chmod a+x /usr/local/mkdep
I'm about ready to start testing glst but I'm concerned about the mnet info for gmail. I found this on the web but I'm unable to find the mask for the gmail entries. Does anyone have a glst.conf they can share that has mnet entries for the gmail? Reading the docs I need to add the "more popular" mail systems with mnet entries as the sender IPs change so frequently (even between messages). Thanks! ************** Hi all, I'm trying to configure GLST to accept mails from Gmail. The problem in receiving these mails is that google mail servers "send the same message from different IPs, by having the glst unable to recognize the previous key (triplet) in the database.", and glst stores *the exact remote IP* that is trying to send the message. GLST provides a solution via mnet option (via command line or configuration file): *QUOTE* The --mnet option gives the ability to apply a transformation on the incoming IP, so that entire subnets can be used as source IP in the stored triplet. the format of the MNET parameter is IP,MASK,NMASK , with the IP and MASK fields that are used to match the incoming IP, and the NMASK field that is applied to the incoming IP to retrieve the address that should be stored inside the database key. For example, supposing a /24 masking should be applied to all incoming IPs, the MNET field should be 0.0.0.0,0.0.0.0,255.255.255.0 . If the entire 10.0.0.0/8 subnet should be masked using a /27 address size, the MNET field should be 10.0.0.0,255.0.0.0,255.255.255.224. I'm currently having problems configuring MASK in IP,MASK,NETMASK triplet. For example, suppose that Google uses the block 209.85.128.0/17 and 64.233.160.0/19 for their smtp, then glst.conf should contain: mnet=209.85.128.0, ? ,255.255.128.0 mnet=64.233.160.0, ? ,255.255.224.0 But, ..how do I obtain the MASK? - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
