Search Again:

Re: Automating OG and Postini

From: Donald Campbell
Date: Monday, July 19, 2004
Time: 12:02:29 pm

I haven't completely automated the Postini operations but, by triggering
DOS batch files located on one server, I have managed to gather them
into a single text file which I manually submit periodically using the
Postini "Batch" routine.
For example:

1) Add a user:
OG telnets the following line to the common server:
addp.bat <ELogin>@<EDomain>

The addp.bat file on the server contains the following command:
echo adduser %1>>postini.txt

2) Delete a user:
OG telnets the following line to the common server:
delp.bat <ELogin>@<EDomain>

The delp.bat file on the server contains the following command:
echo deleteuser %1>>postini.txt

Then once daily I upload the file "postini.txt" using the batch function
provided on the Postini administration website. (Don't forget to delete
the file once it has been accepted.)

Hope this helps.

Don Campbell


----- Original Message -----
From: "Greg" <greg@gdsys.net>
To: "Optigold ISP List" <isp-list@optigold.com>
Sent: Thursday, July 15, 2004 6:06 PM
Subject: [Optigold ISP] Automating OG and Postini


> The "official" Optigold ISP forum has moved:
> http://forums.digitalpoint.com/forumdisplay.php?f=3D29
> ----------------------------------------------------
>
> Has anyone been able to automate the process of adding and deleting
users
> into the Postini service from within the OG system.
> we were wondering if anyone had developed some kind of script they
would be
> willing to share.
> Thanks in advance.
> Greg
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.712 / Virus Database: 468 - Release Date: 6/27/2004
>
>
> ---------------------------------------------------
> To subscribe, unsubscribe or to search list archive
> please visit http://www.optigold.com/lists/isp.html
> ---------------------------------------------------
>



Messages In This Thread:



Return to Digital Point Solutions' Home Page