Re: [Mailman-Users] virtual domain

2008-06-27 Thread Jeffrey Goldberg

On Jun 27, 2008, at 9:25 AM, Dony Tata wrote:

I don't include doma.ac.id in DNS, must i include doma.ac.id in DNS?  
doma.ac.id is virtual domain in server xxx.mod..ac.id.


If you want to people or other machines to be able to mail to  
@doma.ac.id, then there will need to be an MX record in DNS for  
doma.ac.id.  The MX record can point to your server.


I strongly recommend that work with someone at your university who is  
familiar with SMTP and DNS.  You need to have some understanding of  
each to set up mailman and virtual domains.


Cheers,

-j

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] virtual domain

2008-06-27 Thread Mark Sapiro
Dony Tata wrote:

>how to configure virtual domain in postfix + mailman? in my mm_cfg.py i 
>configure like this
>MTA = 'Postfix'
>POSTFIX_STYLE_VIRTUAL_DOMAINS = ['doma.ac.id','domb.ac.id']
>in postfix/main.cf, configure like this 
>virtual_alias_maps = hash:/etc/mailman/virtual-mailman
>alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
>alias_database = hash:/etc/aliases, hash:/etc/mailman/aliases


It's not a fatal mistake, but normally, you want
"hash:/etc/mailman/aliases" only in alias_maps and not in
alias_database. This is because Mailman runs postalias to update its
aliases.db whenever Mailman changes its aliases, so you don't need to
have Postfix do it whenever newaliases is run.


>i have sucsess create new mailing list "[EMAIL PROTECTED] " i have sucsess 
>subscribe member,but if  a member  send  mail to  [EMAIL PROTECTED], i have 
>got error 
><[EMAIL PROTECTED]>"Host or domain name not found. Name service error for 
>name=doma.ac.id type=A: Host not found>


As pointed out in another reply, this is a DNS issue. The sending MTA
does not know where to deliver mail for the dom.ac.id domain because
it has no MX or A record in DNS.

-- 
Mark Sapiro <[EMAIL PROTECTED]>The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] virtual domain

2008-06-27 Thread Jeffrey Goldberg

[mailed and posted]

On Jun 27, 2008, at 5:27 AM, Dony Tata wrote:

i have sucsess create new mailing list "[EMAIL PROTECTED] " i have  
sucsess subscribe member,but if  a member  send  mail to  [EMAIL PROTECTED] 
, i have got error
<[EMAIL PROTECTED]>"Host or domain name not found. Name service error  
for name=doma.ac.id type=A: Host not found>


This sounds like the problem is not with the mailman configuration at  
all, but that DNS is not set up properly for doma.ac.id to receive  
mail.  Can mail be sent to non-list addresses at doma.ac.id?


Cheers,

-j

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] virtual domain

2008-06-27 Thread Dony Tata
how to configure virtual domain in postfix + mailman? in my mm_cfg.py i 
configure like this
MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['doma.ac.id','domb.ac.id']
in postfix/main.cf, configure like this 
virtual_alias_maps = hash:/etc/mailman/virtual-mailman
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
alias_database = hash:/etc/aliases, hash:/etc/mailman/aliases


i have sucsess create new mailing list "[EMAIL PROTECTED] " i have sucsess 
subscribe member,but if  a member  send  mail to  [EMAIL PROTECTED], i have got 
error 
<[EMAIL PROTECTED]>"Host or domain name not found. Name service error for 
name=doma.ac.id type=A: Host not found>


  
___
Yahoo! sekarang memiliki alamat Email baru.
Dapatkan nama yang selalu Anda inginkan di domain baru @ymail dan @rocketmail. 
Cepat sebelum diambil orang lain!
http://mail.promotions.yahoo.com/newdomains/id/
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Apache,

2008-06-27 Thread Brad Knowles

On 6/26/08, Hank van Cleef wrote:


 I will note, and think that Brad and Mark will agree, that given the
 predominance of Linux and Postfix on Mailman hosts, there probably is
 very little interest among list subscribers for discussion of general
 Solaris and sendmail issues.  Both systems are well-supported on
 Usenet news groups and sponsoring web sites.


Actually, I'm not opposed to the discussion of Solaris-specific 
issues as they relate to Mailman, and sendmail-specific issues as 
they relate to Mailman belong on this list as much as postfix or 
Exim-specific issues -- as they relate to Mailman.


So long as we keep the discussions related to Mailman, there 
shouldn't be a problem.



Now, general discussions on what is different on what version of 
Solaris, that's something that I would agree belongs elsewhere.


--
Brad Knowles <[EMAIL PROTECTED]>
LinkedIn Profile: 
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9