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::External(3Sympa) sympa 6.2.76 Sympa::Aliases::External(3Sympa)

Sympa::Aliases::External - Alias management: Updating aliases by external program

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

Sympa::Aliases::External manages list aliases using external program.

See Sympa::Aliases::CheckSMTP.
Invokes program with command line arguments:

  /path/to/program add | del listname domain [ file ]
    

If processing succeed, program should exit with status 0. Otherwise it may exit with non-zero status (see also "Constants").

Exit status

Configuration file has errors.
Incorrect call to program.
Unable to append to alias.
Unable to run newaliases command.
Unable to read existing aliases.
Could not create temporary file.
Some of list aliases already exist.
Can not lock resource.
The parser returned empty aliases.

Sympa::Aliases, Sympa::Aliases::CheckSMTP.

Sympa::Aliases::External module appeared on Sympa 6.2.23b.

2025-02-03 6.2.76

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.