From majordomo-workers-owner Wed Jul 25 11:36:00 2001 Received: (majordom@localhost) by honor.greatcircle.com (8.8.5/Honor-Lists-980720-1) id LAA26883; Wed, 25 Jul 2001 11:27:15 -0700 (PDT) Received: from [66.92.4.219] (dsl092-004-219.sfo1.dsl.speakeasy.net [66.92.4.219]) by honor.greatcircle.com (Postfix) with ESMTP id 1450717E8B for ; Wed, 25 Jul 2001 11:27:12 -0700 (PDT) Mime-Version: 1.0 X-Sender: brent@honor.greatcircle.com Message-Id: Date: Wed, 25 Jul 2001 11:27:10 -0700 To: majordomo-workers@GreatCircle.COM From: Brent Chapman Subject: New "Majordomo-Jobs@GreatCircle.COM" mailing list Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: majordomo-workers-owner@GreatCircle.COM Precedence: bulk I've created a new "Majordomo-Jobs@GreatCircle.COM" mailing list for announcements of jobs and contracts related to Majordomo. Several times a month, we get calls from folks wanting to hire somebody to install, reconfigure, or otherwise hack on Majordomo for them. We have no interest in such projects ourselves, but I hate simply turning folks away without being able to offer them any suggestions; this list will hopefully provide a way for interested customers to link up with qualified consultants and contractors who can help them. People who are capable of and interested in such jobs and contracts should subscribe to the Majordomo-Jobs list (and if you don't already know how to do that, you _aren't_ qualified! :-). People who have such jobs and contracts should post a message to the Majordomo-Jobs list, describing the position or project, and asking for direct responses from qualified and interested parties. These postings will be reviewed to ensure that they are consistent with the guidelines outlined in this document (i.e., to ensure that they aren't spam), and then distributed to the list within a few days of posting. Great Circle Associates is not charging for this service, we will not be a party to any agreement or transaction resulting from the list, and we disclaim any responsibility for disputes or disagreements arising out of the Majordomo-Jobs list. In other words, we're just giving interested parties a place to meet each other, and any further arrangements are totally between them. -Brent -- Brent Chapman Great Circle Associates, Inc. Brent@GreatCircle.COM http://www.greatcircle.com/ From majordomo-workers-owner Tue Jul 31 08:49:12 2001 Received: (majordom@localhost) by honor.greatcircle.com (8.8.5/Honor-Lists-980720-1) id IAA27131; Tue, 31 Jul 2001 08:35:14 -0700 (PDT) Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by honor.greatcircle.com (Postfix) with ESMTP id 56F4817EB9 for ; Tue, 31 Jul 2001 08:35:08 -0700 (PDT) Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.0/8.11.1) id f6VFYYh08016; Tue, 31 Jul 2001 10:34:34 -0500 To: "Madan Rai" Cc: , mj2-dev@csf.colorado.edu Subject: Re: majordomo2 exim References: <016e01c1198d$f4862640$6d8147ca@com.net4india> From: Jason L Tibbitts III Date: 31 Jul 2001 10:34:34 -0500 In-Reply-To: "Madan Rai"'s message of "Tue, 31 Jul 2001 12:26:33 +0530" Message-ID: Lines: 59 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: majordomo-workers-owner@GreatCircle.COM Precedence: bulk >>>>> "MR" == Madan Rai writes: MR> Hi I have installed mj2 on my linux 7.0 machine..MTA is EXIM. You should include the mj2-dev@csf.colorado.edu list as well; that's where the Majordomo2 work goes on. I have CC'd that list, and removed from the CC list the three addresses of folks who don't work on Majordomo any longer. Be sure you have up-to-date sources, either from our CVS tree or using the nightly snapshots at ftp://ftp.hub.org/pub/Majordomo2/. MR> 1- is there any daemon for mj to be started ( i do nt think there is MR> any daemon for this)? You don't need to start any daemons. If you installed with queueing support enabled, mj_queuerun daemons will start and go away as needed. MR> 2- how to create and start mailing list? Use the createlist command. Majordomo will take care of everything for you. Send the "help createlist" command (either by mailing it to majordomo, or by typing "mj_shell help createlist" with mj_shell in your PATH) for more information. MR> 3- how to go about mailing list for virtual domains.? When you installed the software, you were asked about all of the domains you will be running, and they were all set up for you. MR> 4- mailing list address e.g lists-test@xyz.com the alias should be MR> existinng or MJ creates it by its own..please confirm Mj2 creates everything you need. You will still need to do some list configuration afterwards (setting descriptions, security policies, etc.), but createlist will mail the new list owner a set of instructions. MR> i think mj modifies MTA configuration file but i do 'nt see any changes MR> been made to my MTA config file When you installed, you were given a block of configuration data and asked to insert into your exim.conf yourself. (This is too delicate and site-dependent for us to do automatically.) It is tailored to your configuration. Mine looks like: majordomo_aliases: driver = aliasfile pipe_transport = address_pipe suffix = "+*" suffix_optional user = lists group = lists domains = lsearch;/war/lists/ALIASES/mj-domains file = /war/lists/ALIASES/mj-alias-${domain} search_type = lsearch and goes directly after the localuser: director. - J<