Skip to content

vatrn.1

Manvendra Bhangui edited this page Feb 25, 2024 · 3 revisions

NAME

vatrn - Enable ATRN domain for On Demand Mail Relay (ODMR)

SYNOPSYS

vatrn [ options ] email | domain

DESCRIPTION

vatrn enables ATRN domains for On Demand Mail Relay (ODMR). ATRN domains can be added by using the -t option to vadddomain.

OPTIONS

-s
Displays domains enabled for the user specified by the email address email or domain domain. If neither email or domain are specified, all atrn domain access are displayed

-d domain
Deletes domain enabled for the user.

-i domain
Adds a new domain for ODMR access by the user.

-u domain
Renames an existing domain for which the user has access to the domain specified in the -i option.

-v
Print verbose messages on the screen.

email
The name of an existing user in the indimail database. The encrypted passwd of this user should be used by the ODMR client to authenticate using CRAM-MD5. Users for ODMR can be created by using vadduser (provided domain has already been created using the vadddomain).

domain
Name of an existing ATRN domain. All users having access to download mails using ODMR protocol are shown.

RETURN VALUE

for -s, -i option, 0 if all steps were successful, non-zero otherwise. for all other options, it returns number of rows affected or 111 for failure If any of the steps fail, a diagnostic message is printed.

SEE ALSO

vadddomain(1)

Clone this wiki locally