Re: mailman - partition virtual domain name?

2004-04-13 Thread Noah

 
 For example:
 
 /etc/mail/aliases:
 
 employees:  |/usr/local/mailman/mail/mailman post employees
 rest of your mailman aliases
 
 In virtusertable:
 
 [EMAIL PROTECTED]employees
 rest of your mailman entry maps
 
 [EMAIL PROTECTED]unused
 snip


okay I  understand.  thanks for the response. 

so there is no way to have two lists with the same name for different domains?

[EMAIL PROTECTED]
and
[EMAIL PROTECTED]

am I understanding this correctly?

- Noah


 
 Rebuild your table and when mail comes in for [EMAIL PROTECTED] 
 it will bounce with a user unknown unless you have an account named 
 unused. :)
 
 --
 
 Micheal Patterson
 Network Administration
 TSG Incorporated
 405-917-0600
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mailman - partition virtual domain name?

2004-04-13 Thread Remko Lodder
okay I  understand.  thanks for the response. 

so there is no way to have two lists with the same name for different domains?

[EMAIL PROTECTED]
and
[EMAIL PROTECTED]
am I understanding this correctly?
Hi Noah,

Yes i think you understand that correctly.
For what i know that's also being mentioned in the documentation,
but i can be mistaken (then i read it somewhere else but can't recall
it at this time)..
Cheers

- Noah



--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl A Dutch community for helping newcomers on the 
hackerscene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mailman - partition virtual domain name?

2004-04-12 Thread Micheal Patterson




- Original Message - 
From: Noah [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, April 11, 2004 1:04 PM
Subject: Re: mailman - partition virtual domain name?


 On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote
  On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote:
   mailman-2.1.4
   sendmail-8.12.11
   freeBSD-4.9-STABLE
  
   I am placing listnames in the /etc/mail/aliases file to have the
forwarded to
   mailman for processing.
  
   I running virtual hosts on a machine and I want to stop people from
sending to
   [EMAIL PROTECTED] and only allow people to post to
[EMAIL PROTECTED]
  
   currently users can post to both [EMAIL PROTECTED] and
[EMAIL PROTECTED]
 
  This is with sendmail?  To make domain specific addresses, use
  virtusertable.  virtusertable support is already included in the
  stock freebsd.mc/freebsd.cf configuration, so all you need to do is
populate
  the /etc/mail/virtusertable file, and run 'make' to generate the .db
  file.  See /usr/share/sendmail/cf/README for details of what to put
  into virtusertable.



 okay that makes sense and been trying to get this to work.

 after I make the appropriate entries to the virtualusers tables.  sendmail
is
 not able to execute the mailman delivery program.

 entry in /etc/mail/virtualusers

 --- snip ---

 [EMAIL PROTECTED]  |/usr/local/mailman/mail/mailman post
test2

 --- snip ---




 and here is the error message

 --- snip ---

 Remote host said: 550 5.7.1 [EMAIL PROTECTED]... Cannot mail directly to
 programs

 --- snip ---

 - noah



For example:

/etc/mail/aliases:

employees:  |/usr/local/mailman/mail/mailman post employees
rest of your mailman aliases

In virtusertable:

[EMAIL PROTECTED]employees
rest of your mailman entry maps

[EMAIL PROTECTED]unused
snip

Rebuild your table and when mail comes in for [EMAIL PROTECTED] it will
bounce with a user unknown unless you have an account named unused. :)

--

Micheal Patterson
Network Administration
TSG Incorporated
405-917-0600

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mailman - partition virtual domain name?

2004-04-12 Thread Noah

 
 For example:
 
 /etc/mail/aliases:
 
 employees:  |/usr/local/mailman/mail/mailman post employees
 rest of your mailman aliases
 
 In virtusertable:
 
 [EMAIL PROTECTED]employees
 rest of your mailman entry maps
 
 [EMAIL PROTECTED]unused
 snip


okay I  understand.  thanks for the response. 

so there is no way to have two lists with the same name for different domains?

[EMAIL PROTECTED]
and
[EMAIL PROTECTED]

am I understanding this correctly?

- Noah


 
 Rebuild your table and when mail comes in for [EMAIL PROTECTED] 
 it will bounce with a user unknown unless you have an account named 
 unused. :)
 
 --
 
 Micheal Patterson
 Network Administration
 TSG Incorporated
 405-917-0600
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mailman - partition virtual domain name?

2004-04-11 Thread Noah
mailman-2.1.4
sendmail-8.12.11
freeBSD-4.9-STABLE

I am placing listnames in the /etc/mail/aliases file to have the forwarded to
mailman for processing.  

I running virtual hosts on a machine and I want to stop people from sending to
[EMAIL PROTECTED] and only allow people to post to [EMAIL PROTECTED]

currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED]

thank you,

Noah

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mailman - partition virtual domain name?

2004-04-11 Thread Matthew Seaman
On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote:
 mailman-2.1.4
 sendmail-8.12.11
 freeBSD-4.9-STABLE
 
 I am placing listnames in the /etc/mail/aliases file to have the forwarded to
 mailman for processing.  
 
 I running virtual hosts on a machine and I want to stop people from sending to
 [EMAIL PROTECTED] and only allow people to post to [EMAIL PROTECTED]
 
 currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED]

This is with sendmail?  To make domain specific addresses, use
virtusertable.  virtusertable support is already included in the stock
freebsd.mc/freebsd.cf configuration, so all you need to do is populate
the /etc/mail/virtusertable file, and run 'make' to generate the .db
file.  See /usr/share/sendmail/cf/README for details of what to put
into virtusertable.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: mailman - partition virtual domain name?

2004-04-11 Thread Noah
On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote
 On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote:
  mailman-2.1.4
  sendmail-8.12.11
  freeBSD-4.9-STABLE
  
  I am placing listnames in the /etc/mail/aliases file to have the forwarded to
  mailman for processing.  
  
  I running virtual hosts on a machine and I want to stop people from sending to
  [EMAIL PROTECTED] and only allow people to post to [EMAIL PROTECTED]
  
  currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED]
 
 This is with sendmail?  To make domain specific addresses, use
 virtusertable.  virtusertable support is already included in the 
 stock freebsd.mc/freebsd.cf configuration, so all you need to do is populate
 the /etc/mail/virtusertable file, and run 'make' to generate the .db
 file.  See /usr/share/sendmail/cf/README for details of what to put
 into virtusertable.



okay that makes sense and been trying to get this to work.  

after I make the appropriate entries to the virtualusers tables.  sendmail is
not able to execute the mailman delivery program.  

entry in /etc/mail/virtualusers

--- snip ---

[EMAIL PROTECTED]  |/usr/local/mailman/mail/mailman post test2

--- snip ---




and here is the error message

--- snip ---

Remote host said: 550 5.7.1 [EMAIL PROTECTED]... Cannot mail directly to
programs

--- snip ---

- noah


 
   Cheers,
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 
 1TH UK

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mailman - partition virtual domain name?

2004-04-10 Thread Noah
mailman-2.1.4
sendmail-8.12.11
freeBSD-4.9-STABLE

I am placing listnames in the /etc/mail/aliases file to have the forwarded to
mailman for processing.  

I running virtual hosts on a machine and I want to stop people from sending to
[EMAIL PROTECTED] and only allow people to post to [EMAIL PROTECTED]

currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED]

thank you,

Noah

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]