[Postfix-es] mailman y postfix_bis

Jorge Armando Medina jmedina en calcom.com.mx
Sab Feb 10 19:13:31 CET 2007


On Saturday 10 February 2007 05:42, gustavo U. Navarro wrote:
> Hola
> he avanzado bastante en la configuracion de Postfix con mailman,  segui
> los consejos de Jorge y Rodolfo para canonical (locales.
>
> hice lo siguiente
> mi archivo main.cf en postfix
>
> myhostname = piluso.clacso.edu.ar
> alias_maps = hash:/etc/aliases
> alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
> myorigin = /etc/mailname
> mydestination = clacso.edu.ar, piluso.clacso.edu.ar,
> listas.clacso.edu.ar, local
> host.clacso.edu.ar, , localhost
> relayhost =
> mynetworks = 127.0.0.0/8, 168.96.200.0/24
> mailbox_command = procmail -a "$EXTENSION"
> mailbox_size_limit = 0
> recipient_delimiter = +
> inet_interfaces = all
>
> transport_maps = hash:/etc/postfix/transport
> owner_request_special = no
> unknow_local_recipient_reject_code = 550
>
> mi archivo en mailman
>
> # The name of the list Mailman uses to send password reminders
> # and similar. Don't change if you want mailman-owner to be
> # a valid local part.
> MAILMAN_SITE_LIST = 'mailman'
>
> #-------------------------------------------------------------
> # If you change these, you have to configure your http server
> # accordingly (Alias and ScriptAlias directives in most httpds)
> DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman'
> PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'
> IMAGE_LOGOS         = '/images/mailman/'
>
> #-------------------------------------------------------------
> # Default domain for email addresses of newly created MLs
> DEFAULT_EMAIL_HOST = 'piluso.clacso.edu.ar'
> #-------------------------------------------------------------
> # Default host for web interface of newly created MLs
> DEFAULT_URL_HOST   = 'www.clacso.edu.ar'
> #-------------------------------------------------------------
> # Required when setting any of its arguments.
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
>
> # The default language for this server.
> DEFAULT_SERVER_LANGUAGE = 'es'
>
> #-------------------------------------------------------------
> # Iirc this was used in pre 2.1, leave it for now
> USE_ENVELOPE_SENDER    = 0              # Still used?
>
> #-------------------------------------------------------------
> # Unset send_reminders on newly created lists
> DEFAULT_SEND_REMINDERS = 0
>
> #-------------------------------------------------------------
> # Uncomment this if you configured your MTA such that it
> # automatically recognizes newly created lists.
> # (see /usr/share/doc/mailman/README.{EXIM,...})
> # MTA=None   # Misnomer, suppresses alias output on newlist
>
> #-------------------------------------------------------------
> # Uncomment if you use Postfix virtual domains, but be sure to
> # read /usr/share/doc/mailman/README.POSTFIX first.
> # MTA='Postfix'
>
> Despues cree el archivo aliases en /var/lib/mailman/data
>
> # STANZA START: mailman
> # CREATED: Fri Feb  9 14:27:45 2007
> mailman:             "|/var/lib/mailman/mail/mailman post mailman"
> mailman-admin:       "|/var/lib/mailman/mail/mailman admin mailman"
> mailman-bounces:     "|/var/lib/mailman/mail/mailman bounces mailman"
> mailman-confirm:     "|/var/lib/mailman/mail/mailman confirm mailman"
> mailman-join:        "|/var/lib/mailman/mail/mailman join mailman"
> mailman-leave:       "|/var/lib/mailman/mail/mailman leave mailman"
> mailman-owner:       "|/var/lib/mailman/mail/mailman owner mailman"
> mailman-request:     "|/var/lib/mailman/mail/mailman request mailman"
> mailman-subscribe:   "|/var/lib/mailman/mail/mailman subscribe mailman"
> mailman-unsubscribe: "|/var/lib/mailman/mail/mailman unsubscribe
> mailman"
> # STANZA END: mailman
>

Supongo que esto lo creaste con
$ newlist mailman

> y cuando le envio o suscribo a una persona a la lista mailman me da este
> error
>
>
> This is an automatically generated Delivery Status Notification
>
> Delivery to the following recipient failed permanently:
>
>    mailman-request en piluso.clacso.edu.ar
> <mailto:mailman-request en piluso.clacso.edu.ar>
>
> Technical details of permanent failure:
> PERM_FAILURE: SMTP Error (state 9): 550
> <mailman-request en piluso.clacso.edu.ar
> <mailto:mailman-request en piluso.clacso.edu.ar>>: Recipient address
> rejected: User unknown in local recipient table

Esto significa que postfix no reconoce el alias de mailman-request

ejecutaste el comando 

$ bin/genaliases

??


>
> si alguien me orienta se los agradecere
>
> muchas gracias
> gus

-- 
Jorge Armando Medina 
Calcom de México S.A de C.V. 
Telefono: 01 (664) 6238311 
Email: jmedina en calcom.com.mx


Más información sobre la lista de distribución Postfix-es