I was just looking for a quick solution - all this will mean nothing in a few weeks anyway, as I will be putting a gateway in front of Imail anyway, so the SMTP control access list will not be very useful after that anyway.
Scott Smith IT Manager Westside & Detroit Reprographics 248.489.1999 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duane Hill Sent: Thursday, February 03, 2005 1:12 PM To: [email protected] Subject: Re: [IMail Forum] SMTP control access On Thursday, February 3, 2005 at 6:05:54 PM, [EMAIL PROTECTED] confabulated: > No, this tells you how you could edit it, but one would have to > convert the IP addresses into hexadecimal values first, and that would > take about as long as it would to just enter those addresses in the interface anyway. Perl has two things that deal with value conversions very nicely called 'pack' and 'unpack'. Likewise, there are a few decent text editors out there that will allow you to modify the content of binary files by either the ASCII notation or the Hex notation. > Scott Smith > IT Manager > Westside & Detroit Reprographics > 248.489.1999 > [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christian > Lawson > Sent: Thursday, February 03, 2005 12:07 PM > To: [email protected] > Subject: RE: [IMail Forum] SMTP control access > Does this give you what you need? > http://support.ipswitch.com/kb/IM-20040413-DM01.htm > Note: The control access list is not limited to 100 entries. The > relay for addresses list (smtpd32.loc) has this limit. > Have a good one, > Christian > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Duane Hill > Sent: Wednesday, February 02, 2005 6:25 PM > To: Scott Smith > Subject: Re: [IMail Forum] SMTP control access > How often to most on this list modify the SMTP control access list? > If there is enough > interest I would be willing to create a Perl script that would take > as a parameter the name of > a text file to be added to this list. I already have a shell complete. > The format of the binary file is consistant. The file size is a > static size because IMail only > allows 100 IP/Netmask pairs max. > I'm kind of wondering if IMail reads from this file in the same > static 'attitude' or if it > reads till it has hit the end of the file (not the actual EOF). > There is a placeholder at the > end of the list 16 bytes long filled with zero. > Maybe someone from IPSwitch could comment on this last paragraph? > On Wednesday, February 2, 2005 at 4:49:59 PM, [EMAIL PROTECTED] > confabulated: >> Yeah, the file is a binary file, so it will probably be faster for me >> to enter those subnets using the interface anyway - oh well. >> Scott Smith >> IT Manager >> Westside & Detroit Reprographics >> 248.489.1999 >> [EMAIL PROTECTED] >> ----- Original Message ----- >> From: "George Dailey [Tech]" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Wednesday, February 02, 2005 11:43 AM >> Subject: RE: [IMail Forum] SMTP control access >>> Go to the Forum and get the KB article :) >>> http://support.ipswitch.com/kb/IM-20020125-DM02.htm >>> >>> Question/Problem: Where does IMail store the list of IP addresses >>> for "Relay mail for Addresses" in SMTP Security? >>> >>> Answer/Solution: The list of IP addresses and sub-nets is written to >>> a binary file, smtpd32.loc in the directory where you installed IMail. >>> >>> >>> >>> Thanks, >>> George E. Dailey III >>> -----Original Message----- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of Matrosity >>> Tech Support >>> Sent: Wednesday, February 02, 2005 11:24 AM >>> To: [email protected] >>> Subject: Re: [IMail Forum] SMTP control access >>> >>> I agree, ask the forum first then go to the kb. Doesn't annoy me at >>> all, jsut wish I could have helped which is the very spirit of what >>> this is all about. >>> >>> Scott Smith wrote: >>> >>>> Searching the archives and the KB usually take me 2x or 3x the >>>> amount of time as it would to just ask a simple question on the >>>> forum. If someone answers, then great, and if not, then no big >>>> deal - I'm searching the archives and KB anyway. I usually get >>>> better results if I just ask the forum and then start searching. I >>>> can refrain from doing this in the future if it really annoys >>>> everyone - I don't want to bite the hand that feeds me. >>>> >>>> Scott Smith >>>> IT Manager >>>> Westside & Detroit Reprographics >>>> 248.489.1999 >>>> [EMAIL PROTECTED] >>>> >>>> >>>> ----- Original Message ----- From: "John Tolmachoff (Lists)" >>>> <[EMAIL PROTECTED]> >>>> To: <[email protected]> >>>> Sent: Wednesday, February 02, 2005 11:03 AM >>>> Subject: RE: [IMail Forum] SMTP control access >>>> >>>> >>>> Have you bothered to search the archives? Both the location of the >>>> file and accessing the file by means other than through the SMTP >>>> service tab in the Imail Admin have been discussed at length. >>>> Ipswitch even has a KB article on accessing it. >>>> >>>> John Tolmachoff >>>> Engineer/Consultant/Owner >>>> eServices For You >>>> >>>> >>>>> -----Original Message----- >>>>> From: [EMAIL PROTECTED] [mailto:IMail_Forum- >>>>> [EMAIL PROTECTED] On Behalf Of Scott Smith >>>>> Sent: Wednesday, February 02, 2005 7:51 AM >>>>> To: [email protected] >>>>> Subject: [IMail Forum] SMTP control access >>>>> >>>>> Where is the control access file for the SMTP service located? >>>>> I've searched all over my server for it and I can't find it. I've >>>>> got a bunch >>>> >>>> of >>>> >>>>> IP address blocks I'd like to enter, but I'd like to do it >>>>> directly >>>> >>>> instead >>>> >>>>> of through the Imail Admin interface. >>>>> >>>>> Scott Smith >>>>> IT Manager >>>>> Westside & Detroit Reprographics >>>>> 248.489.1999 >>>>> [EMAIL PROTECTED] ----- Duane Hill Sr E-Mail Administrator http://www.yournetplus.com To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
