GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sympa::Aliases::Template(3Sympa) sympa 6.2.62 Sympa::Aliases::Template(3Sympa)

Sympa::Aliases::Template - Alias management: Aliases file based on template

  use Sympa::Aliases;
  my $aliases = Sympa::Aliases->new('Template',
      [ file => '/path/to/file' ] );
  $aliases->check('listname', 'domain');
  $aliases->add($list);
  $aliases->del($list);

Sympa::Aliases::Template manages list aliases based on template list_aliases.tt2.

check ( $listname, $domain )
See Sympa::Aliases::CheckSMTP.
add ( $list )
del ( $list )
Adds or removes aliases of list $list.

If constructor was called with "file" option, it will be used as aliases file and sympa_newaliases utility will not be executed. Otherwise, value of "sendmail_aliases" parameter will be used as aliases file and sympa_newaliases utility will be executed to update alias database. If "sendmail_aliases" parameter is set to "none", aliases will never be updated.

return_path_suffix
Suffix of list return address.
sendmail_aliases
Path of the file that contains all list related aliases.
tmpdir
A directory temporary files are placed.

$SYSCONFDIR/domain name/list_aliases.tt2
$SYSCONFDIR/list_aliases.tt2
$DEFAULTDIR/list_aliases.tt2
Template of aliases: Specific to a domain, global context and the default.
$SENDMAIL_ALIASES
Default location of aliases file.
$SBINDIR/sympa_newaliases
Auxiliary program to update alias database.

Sympa::Aliases, Sympa::Aliases::CheckSMTP, sympa_newaliases(1).

alias_manager.pl to manage aliases using template appeared on Sympa 3.1b.13.

Sympa::Aliases::Template module appeared on Sympa 6.2.23b, and it obsoleted alias_manager(8).

2021-04-27 6.2.62

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.