Re: [Mailman-Users] Help with Virtual Mailman

2005-07-29 Thread Kenn Martin
--On Friday, July 29, 2005 8:48 AM -0300 Tiago Cruz 
<[EMAIL PROTECTED]> wrote:

> Kenn Martin escreveu:
>
>> Better yet, add the following to the MAKE_ARGS section of
>> /usr/local/etc/pkgtools.conf :
>>
>>   'mail/mailman' => 'MAIL_GID=mailman',
>>
>> This will also save you each time you run portupgrade.
>
> Hi Kenn,
>
> Thank you to your tip, it's really very important set this variable to
> future upgrade in my system!
> But I can't find this file in my FreeBSD 5.4 STABLE... I need install
> some package?

Yes you do.  The portupgrade package is essential to keeping installed 
ports up-to-date (including dependencies).  Once portupgrade is installed, 
you can check the status of all packages by running:
 /usr/local/sbin/portupgrade -an

We have a central build server that cvsup's the base and ports weekly (and 
then builds a copy of the base and multiple kernels).  /usr/ports is 
NFS-mounted by everyone so portupgrade looks there when evaluating what 
packages can be upgraded.  The -a switch says to do all packages, the -n 
switch says to just report back and not actually build and install. 
Alternatively you can use the -i switch to be prompted for each package. 
Remember that /usr/ports/distfiles can end up with a lot of tar files over 
time and occasionally needs clean up.  Our weekly build process cleans it 
but prior to that it acts like a cache so installing the same package on 
multiple machines doesn't incur downloading tar files.



Information for sysutils/portupgrade

Comment:
FreeBSD ports/packages administration and management tool suite


Description:
Portupgrade is a tool to upgrade installed packages via ports or
packages.  You can upgrade installed packages without having to
reinstall depending or dependent packages.  It can automatically trace
dependency chains up and down upgrading packages recursively.

This package also includes the following utilities:
portinstall:Helps you install new ports in a handy way.
portcvsweb: Instantly lets you browse change history via CVSweb.
portversion:Replaces pkg_version(1) and helps you upgrade packages
with portupgrade(1). (runs much faster)
portsclean: Cleans ports workdir's, unreferenced distfiles,
old and orphan shared libraries, and stale packages.
portsdb:Creates binary database from the ports INDEX.
ports_glob: Expands ports globs.
pkg_deinstall:  Wraps pkg_delete(1) and provides additional features.
pkg_fetch:  Fetches packages from a remote site.
pkg_glob:   Expands package globs.
pkg_which:  Checks which package a file came from quickly.
pkgdb:  Manages and searches the package database.

Author: Akinori MUSHA <[EMAIL PROTECTED]>

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-29 Thread Tiago Cruz
Kenn Martin escreveu:

> Better yet, add the following to the MAKE_ARGS section of
> /usr/local/etc/pkgtools.conf :
>
>   'mail/mailman' => 'MAIL_GID=mailman',
>
> This will also save you each time you run portupgrade. 


Hi Kenn,

Thank you to your tip, it's really very important set this variable to 
future upgrade in my system!
But I can't find this file in my FreeBSD 5.4 STABLE... I need install 
some package?

Thanks a lot!

Cheers,

Tiago Cruz


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-28 Thread Kenn Martin
Better yet, add the following to the MAKE_ARGS section of 
/usr/local/etc/pkgtools.conf :

   'mail/mailman' => 'MAIL_GID=mailman',

This will also save you each time you run portupgrade.


--On Thursday, July 28, 2005 6:28 PM -0300 Tiago Cruz 
<[EMAIL PROTECTED]> wrote:

> Tiago Cruz escreveu:
>
>> Now, I have the problem listed in FAQ called "Group mismatch error" but
>> I don't try fix-it today, but tomorrow I'll try fix this permissions.
>
> Now, the mailman works beautiful!!! Wonderfoul!!!
>
> For Postfix, follow:
> cd /us/ports/mail/mailman
> make deinstall
> vi Makefile
> Set: MAIL_GID?=  mailman
> make install
>
> Thanks a lot!!! :D

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-28 Thread Tiago Cruz
Tiago Cruz escreveu:

> Now, I have the problem listed in FAQ called "Group mismatch error" but 
> I don't try fix-it today, but tomorrow I'll try fix this permissions.

Now, the mailman works beautiful!!! Wonderfoul!!!

For Postfix, follow:
cd /us/ports/mail/mailman
make deinstall
vi Makefile
Set: MAIL_GID?=  mailman
make install

Thanks a lot!!! :D

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-28 Thread Tiago Cruz
Hi @all!
I have progress!!! :) After hours of test, follow:

Vince Van De Coevering escreveu:

> The following is from the gentoo guide
> Code Listing 12.3: Setting defaults: Mailman/Defaults.py
> 
> (Change the values below to reflect your primary domain, virtuals will be
> set next.)
> DEFAULT_EMAIL_HOST = 'domain.com'
> DEFAULT_URL_HOST = 'www.domain.com'

Here, I put my virtual domain "sagarana.com"


> Code Listing 12.4: mailman config: mm_cfg.py
> 
> MTA = "Postfix"
> POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virt-domain.com', 'virt.domain2.com']   
> add_virtualhost('www.virt.domain.com', 'virt.domain.com')
> add_virtualhost('www.virt.domain2.com', 'virt.domain2.com')
> (This is required for your virtual domains for mailman to function.)
> **end paste**

Here, I put my only domain virtual _too_ ("sagarana.com")


> My guess is that you need to define your virtual domains in the mm_cfg.py
> file, create your mailing lists, and then restart mailman and reload postfix
> (which forces it to read the hash file mailman creates).  Remember, you'll
> need to reload postfix every time you finish creating/changing mail lists.

In virtual-mailman I put "virtual-alias.sagarana.com anything" and when 
I run malman/ postfix he put information correctly in this file

Now, postfix can see my [EMAIL PROTECTED] and another, without 
say "User unknow"!!

Now, I have the problem listed in FAQ called "Group mismatch error" but 
I don't try fix-it today, but tomorrow I'll try fix this permissions.

(but if somebody will be able to give to a tip I to me would go to like 
sufficiently :)

Thanks a lot!
Brazilian Regards

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-27 Thread Tiago Cruz
Hi Vince!
Thanks by your reply!

Vince Van De Coevering escreveu:
> I know this link isn't to a FreeBSD implementation but
> It's a very good how-to for making Mailman, virtual domains,
> And postfix all work together...
> 
> Virtual Mailhosting System with Postfix Guide
> http://www.gentoo.org/doc/en/virt-mail-howto.xml

Well, its a very good documentation! But google have show me before I 
write to this list... another excelent documentation is this:

http://www.list.org/mailman-install/postfix-virtual.html


> The guide covers the interaction between several components
> of a mail system including how to use Mailman with virtual
> Domains.

Yes, I follow as in FreeBSD without trobleshooting :)

But I still without understood the file virtual-mailman...
You can show a real example? Maybe will be more easy to I...

See my aliases:

[EMAIL PROTECTED]:/usr/local/mailman/data]# postconf | grep aliases
alias_database = hash:/etc/aliases
alias_maps = hash:/usr/local/mailman/data/aliases, 
mysql:/etc/postfix/mysql-aliases.cf
newaliases_path = /usr/local/bin/newaliases
virtual_alias_maps = hash:/usr/local/mailman/data/aliases, 
mysql:/etc/postfix/mysql_virtual_alias_maps.cf

Thanks a lot!
Brazilian Regards

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Help with Virtual Mailman

2005-07-27 Thread Vince Van De Coevering
I know this link isn't to a FreeBSD implementation but
It's a very good how-to for making Mailman, virtual domains,
And postfix all work together...

Virtual Mailhosting System with Postfix Guide
http://www.gentoo.org/doc/en/virt-mail-howto.xml

The guide covers the interaction between several components
of a mail system including how to use Mailman with virtual
Domains.

Vince Van De Coevering
IT Manager
Figaro's Italian Pizza, Inc.
503-371-9318 x216
[EMAIL PROTECTED]

> -Original Message-
> From: Tiago Cruz [mailto:[EMAIL PROTECTED] 
> Sent: July 27, 2005 1:20 PM
> To: mailman-users@python.org
> Subject: [Mailman-Users] Help with Virtual Mailman
> 
> 
> Hi guys!
> 
> My name is Tiago Cruz, I live in Brazil and I love *nix systems :)
> I can't write in english as well, so sorry for anything.
> 
> I have a FreeBSD 5.4 box with Postfix and MySQL running with 
> a several 
> Virtual Hosts listed in Apache/ DNS.
> 
> I would like to put my test domain called "sagarana.com" in a 
> list named 
>"[EMAIL PROTECTED]".
> 
> Note: The domain sagarana.com its works as well, with my 
> virtual users 
> like "[EMAIL PROTECTED]" and "[EMAIL PROTECTED]".
> 
> Well, I cannot send mail to "[EMAIL PROTECTED]" because 
> the postfix 
> don't see my aliases of mailman ans say: "Recipient address rejected: 
> User unknown in virtual mailbox table"
> 
> And... I not understood the function of file virtual-mailman (the my 
> file have a 0kb...)
> 
> Thanks a lot
> Brazilian Regards!
> 
> -- 
> Tiago Cruz - [EMAIL PROTECTED]
> Sagatiba Brasil S/A - Network Administrator
> Ph.: 55.11.3095.3053
> --
> Mailman-Users mailing list
> Mailman-Users@python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: 
> http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> http://mail.python.org/mailman/options/mailman-users/vpv%40figaros.com
> 
> Security Policy: 
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq
01.027.htp
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Help with Virtual Mailman

2005-07-27 Thread Tiago Cruz
Hi guys!

My name is Tiago Cruz, I live in Brazil and I love *nix systems :)
I can't write in english as well, so sorry for anything.

I have a FreeBSD 5.4 box with Postfix and MySQL running with a several 
Virtual Hosts listed in Apache/ DNS.

I would like to put my test domain called "sagarana.com" in a list named 
   "[EMAIL PROTECTED]".

Note: The domain sagarana.com its works as well, with my virtual users 
like "[EMAIL PROTECTED]" and "[EMAIL PROTECTED]".

Well, I cannot send mail to "[EMAIL PROTECTED]" because the postfix 
don't see my aliases of mailman ans say: "Recipient address rejected: 
User unknown in virtual mailbox table"

And... I not understood the function of file virtual-mailman (the my 
file have a 0kb...)

Thanks a lot
Brazilian Regards!

-- 
Tiago Cruz – [EMAIL PROTECTED]
Sagatiba Brasil S/A – Network Administrator
Ph.: 55.11.3095.3053
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp