NAME

Mozilla::Persona::Aliases::MailConfig - multiple personalities like email

INHERITANCE

 Mozilla::Persona::Aliases::MailConfig
   is a Mozilla::Persona::Aliases

SYNOPSIS

  # add to the configation of $domain.json
  { ...
    "aliases" : {
      "class" : "Mozilla::Persona::Aliases::MailConfig"
      "file" : "/etc/services"
    },
    ...
  }

DESCRIPTION

The Aliases objects check whether a certain email-address relates to the specified user. This class uses the alias tables of the standard email programs to expand the username. All unix mailers use the same "aliases" file format, and usually /etc/aliases.

METHOD

Constructors

Mozilla::Persona::Aliases::MailConfig->new(OPTIONS)
 -Option--Default
  file    see Mail::ExpandAliases subroutine new
file => FILENAME

Aliases

$obj->for(USER)

See "Aliases" in Mozilla::Persona::Aliases

SEE ALSO

This module is part of Mozilla-Persona distribution version 0.12, built on November 22, 2012. Website: http://perl.overmeer.net. The code is based on the MulkyID code by Matthias Benkard.

Persona is described at http://www.mozilla.org/persona/

COPYRIGHTS

Copyrights of the perl code and the related documentation by 2012 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html