>I suppose I'm going to have to do this. Does anybody have step-by-step >directions for doing this? I know I have to find the program for >extracting users at the ipswitch site.
I've posted Terry Fritts URL several times on this list for his tool that is specific to Imail + postfix check_recipient_maps. > I can probably figure out how to >get NT's task scheduler to run it and FTP the files to IMGate. I have no >clue as to how write a script for FreeBSD to_relay_recipients.sh #!/bin/sh /usr/sbin/postmap /etc/postfix/to_relay_recipients.map exit 0 > and get it to run on a schedule. man crontab Len
