primero que todo, con la configuracion de debconf (si instalaste por apt|dpkg) deberia funcionar normalmente ingresando los parametros que se solicitan
> # Specify "mynetworks_style = host" when Postfix should "trust" > # only the local machine. > # > #mynetworks_style = class > #mynetworks_style = subnet > #mynetworks_style = host > mynetworks_style = host > > Aqu� opt� porque postfix permita enviar a toda mi red, > pero que considere que toda mi red sea s�lo mi host, dado > que s�lo tengo una IP p�blica y no un rango de varias IP por ejemplo. > > �Esto es correcto? > Es correcto si tu host actuara como MTA de tu red. > > # Alternatively, you can specify the mynetworks list by hand, in > # which case Postfix ignores the mynetworks_style setting. > # > # Specify an explicit list of network/netmask patterns, where the > # mask specifies the number of bits in the network part of a host > # address. > # > # You can also specify the absolute pathname of a pattern file instead > # of listing the patterns here. Specify type:table for table-based > lookups > # (the value on the table right-hand side is not used). > # > #mynetworks = 168.100.189.0/28, 127.0.0.0/8 > #mynetworks = $config_directory/mynetworks > #mynetworks = hash:/etc/postfix/network_table > aca puedews poner _otras_ redes o varias redes, en un archivo externo o indicandolas directamente este parametro sobrepondra al parametro networkstyle saludos -- Get your free email from www.linuxmail.org Powered by Outblaze -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

