[Postfix-es] Permission denied

Simon J Mudd sjmudd en pobox.com
Mie Sep 28 19:51:44 CEST 2005


rmcama at wanadoo.es (Kien) writes:

> Simon J Mudd escribió:
> 
> Hola Simon :-)
> 
> >Queria preguntar por la entrada de cyrus en master.cf ya que parece
> >que la manera de entregar a cyrus es via el programa deliver.  Me
> >parece que usas otro mecanismo.
> >
> En master.cf no hay ninguna referencia a cyrus.

Pues en mi master.cf lo hay.

$ /usr/sbin/postconf -d mail_version
mail_version = 2.2.5
$ grep -3 cyrus /etc/postfix/master.cf
# In order to use the "uucp" message tranport below, set up entries
# in the transport table.
#
# In order to use the "cyrus" message transport below, configure it
# in main.cf as the mailbox_transport.
#
# SPECIFY ONLY PROGRAMS THAT ARE WRITTEN TO RUN AS POSTFIX DAEMONS.
--
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix  -       n       n       -       -       pipe
  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus     unix  -       n       n       -       -       pipe
  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail.postfix ($recipient)
ifmail    unix  -       n       n       -       -       pipe

Asi que si entregas a cyrus sin usar deliver puede que seria mejor
hacerlo de otra manera.

> # ==========================================================================
> # service type  private unpriv  chroot  wakeup  maxproc command + args
> #               (yes)   (yes)   (yes)   (never) (100)
> # ==========================================================================
> smtp      inet  n       -       -       -       -       smtpd -v
> smtp      unix  -       -       -       -       -       smtp
> relay     unix  -       -       -       -       -       smtp
> lmtp      unix  -       -       n       -       -       lmtp

Para darte mas informacion sobre lo que esta fallando anade un -v al
final del comando lmtp.

Simon



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