[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Postfix+courier



Hola lista:

Bueno al grano he configurado un servidor de correo con postfix y
courier utilizando mysql para los virtual domains el problema que tengo
es cuando mando un correo sea local o de algun otro servidor me da el
siguiente error
 
NOQUEUE: reject: RCPT from xproxy.gmail.com[66.249.82.202]: 554
<prueba@midominio>: Relay access denied; from=<test@gmail.com>
to=<prueba@mydominio> proto=ESMTP helo=<xproxy.gmail.com>

la verdad le he dado vueltas y no he logrado que me funcione lo he
montado de acuerso a este howto

http://workaround.org/articles/ispmail-sarge/#install_packages

este es el resultado del postconf -n

append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
relayhost = 
mydomain = mydominio.org
myhostname = mydomnio.org
mydestination = $myhostname
mynetworks = 127.0.0.0/8 192.168.1.0/24
mynetworks_style = subnet
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
virtual_alias_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_domains.cf,
mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_uid_maps = static:5000

si alguien me puede ayudar se los agradeceria un monton porque ya estoy
que me jalo los pelos. |o|


guillermo


On Wed, 2006-02-01 at 09:10 +0100, Jon wrote:
> > 
> > hace un dpkg --configure -a
> > 
> >>>>Cómo puedo saber quién me lo está regenerando una y otra vez?
> >>>>documento de texto sencillo adjunto (rmnologin)
> >>>>#! /bin/sh
> >>>>### BEGIN INIT INFO
> >>>># Provides:          rmnologin
> >>>># Required-Start:    $local_fs $remote_fs
> >>>># Required-Stop: 
> >>>># Should-Start:      kdm xdm gdm $syslog
> >>>># Default-Start:     0 1 2 3 4 5 6
> >>>># Default-Stop:       
> >>>># Short-Description: Remove /etc/nologin at boot
> >>>># Description:       This script removes the /etc/nologin file as the
> >>>>#                    last step in the boot process, if DELAYLOGIN=yes.
> >>>>#                    If DELAYLOGIN=no, /etc/nologin was not created by
> >>>>#                    bootmisc earlier in the boot process.
> >>>>### END INIT INFO
> >>>>
> >>>>PATH=/sbin:/bin
> >>>>[ "$DELAYLOGIN" ] || DELAYLOGIN=yes
> >>>>. /lib/init/vars.sh
> >>>>
> >>>>do_start () {
> >>>>	#
> >>>>	# If login delaying is enabled then remove the flag file
> >>>>	#
> >>>>	case "$DELAYLOGIN" in
> >>>>	  Y*|y*)
> >>>>		rm -f /var/lib/initscripts/nologin
> >>>>		;;
> >>>>	esac
> >>>>}
> >>>>
> >>>>case "$1" in
> >>>> start)
> >>>>	do_start
> >>>>	;;
> >>>> restart|reload|force-reload)
> >>>>	echo "Error: argument '$1' not supported" >&2
> >>>>	exit 3
> >>>>	;;
> >>>> stop)
> >>>>	# No-op
> >>>>	;;
> >>>> *)
> >>>>	echo "Usage: $0 start|stop" >&2
> >>>>	exit 3
> >>>>	;;
> >>>>esac
> >>>>
> >>>>:
> >>
> >>
> >>
> >>
> 
> 
> 
> Ya está, pero no me dice nada. A ver en el próximo arranque...
> 
> De todos modos, el script me borraría...
> 
> rm -f /var/lib/initscripts/nologin
> 
> ...pero no el...
> 
> /etc/nologin
> 
> ¿no?
> 
> 



Reply to: