Автор: mysticpowers | 18.10.2011

ACL для SMTP отправки писем

BEGIN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl => 'mail_users.xml',
description => 'users of mail.infobox.ru',
principal => 'BASE',
is_grant => true,
privilege => 'connect');
COMMIT;
END;
begin

DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl => 'mail_users.xml',
host => 'mail.infobox.ru',
lower_port => 25,
upper_port => 25);
COMMIT;
END;


Добавить комментарий

Fill in your details below or click an icon to log in:

Логотип WordPress.com

You are commenting using your WordPress.com account. Log Out / Изменить )

Фотография Twitter

You are commenting using your Twitter account. Log Out / Изменить )

Фотография Facebook

You are commenting using your Facebook account. Log Out / Изменить )

Connecting to %s

Рубрики

Follow

Get every new post delivered to your Inbox.