Ir al contenido principal

Groupwise Internet Agent SMTP Relay

Para efectos de enviar correo utilizando el servidor de correo de Groupwise como Relé se debe abrir GWIA/Access Control Tab/SMTP Relay Settings: uilizando el Console One, alli se debe seguir lo siguiente: "Cabe precisar que lo mejor es utilizar Direcciones IP en el From"

Enabling SMTP Relaying
You can enable the Internet Agent to function as a relay host for Internet messages. You can allow relaying for messages received from all Internet hosts, or you can select specific hosts for which you will relay.

In ConsoleOne, right-click the Internet Agent object > click Properties.

Click the Access Control tab > click SMTP Relay Settings.

Under SMTP Relay Defaults, select whether you want to allow or prevent message relaying.
If you prevent message relaying, you can define exceptions that will allow message relaying for specific Internet hosts. This can also be done if you allow message relaying. We suggest that you select the option that enables you to define the fewest exceptions. The Prevent Message Relaying setting corresponds with the Internet Agent's /norouting switch.

To prevent relaying of messages larger than a specific size (regardless of the SMTP Relay Defaults setting), enable the Prevent Messages Larger Than option and specify the size limitation.

To define an exception, click Create to display the New Internet Address dialog box.

Fill in the following fields:
From: Enter the Internet address that must be in the messages From field for the exception to be applied. You can make the address specific (such as novell.com) or more general by using an asterisk (*) as a wildcard character (such as *.novell.com).
To: Enter the Internet address that must be in the message's To field for the exception to be applied. This is also the address that the message will be relayed to (in the case of an Allow exception). You can make the address specific (such as novell.com) or more general by using an asterisk (*) as a wildcard character (such as *.com or *).

Click OK to add the exception to the list.

When finished defining exceptions, click OK to save your changes.

podemos visitar el siguiente URL: http://www.novell.com/documentation/gw6/index.html?page=/documentation/gw6/gw6_admin/data/ab8teyk.html

Comentarios

Entradas populares de este blog

Vulnerabilidad en Bluetooth -- BIAS

Crítica vulnerabilidad en Linux desde 2009

Esta semana se dio a conocer la existencia de una vulnerabilidad de 5 años de antigüedad que afecta a la mayoría de las distribuciones del sistema operativo Linux . La misma radica en el kernel del sistema operativo y permite, entre otras cosas, la ejecución de código arbitrario y la elevación de privilegios. Fue introducida al popular sistema operativo de código abierto en el año 2009 con la versión 2.6.31-rc3 del kernel y afecta a todas las versiones liberadas desde entonces hasta la 3.14.3 inclusive. La vulnerabilidad se genera gracias a una corrupción de memoria en el kernel , más específicamente en la función n_tty_write   que controla el pseudo dispositivo tty ( pty ) de Linux. Afortunadamente, la falla fue descubierta por los desarrolladores del kernel de Linux, por lo que pudieron tomar acciones rápidamente publicando un parche  en la rama de desarrollo del proyecto y luego avisando a las respectivas distribuciones para que se liberaran las corre...

PHP On Tomcat

Fue tomado de http://fabien.duminy.ifrance.com/blog/archives/2007/08/entry_14.html tomcat and php Here are the steps to run php in tomcat : Download tomcat and unzip the archive where you want (=> TOMCAT_DIR ) Create the following directories : TOMCAT_DIR /webapps/testPHP If necessary, create directory TOMCAT_DIR /common/lib (it seems, at least with tomcat 6, that the directory is no more created) Edit the file TOMCAT_DIR /conf/catalina.properties and modify the line for property shared.loader : shared.loader=${catalina.home}/common/classes,${catalina.home}/common/lib/*.jar Edit the file TOMCAT_DIR /conf/web.xml and add the lines mentionned below (see ' lines to add to web.xml of your tomcat installation ') To download quercus ( a php 5 engine written in pure java), you must in fact download resin becau...