Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrkle/postfix-mailgroups-expand
Expand postfix mailgroups.
https://github.com/petrkle/postfix-mailgroups-expand
mailgroups perl postfix
Last synced: 15 days ago
JSON representation
Expand postfix mailgroups.
- Host: GitHub
- URL: https://github.com/petrkle/postfix-mailgroups-expand
- Owner: petrkle
- Created: 2013-04-02T09:57:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T20:29:28.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T07:30:33.635Z (2 months ago)
- Topics: mailgroups, perl, postfix
- Language: Perl
- Homepage: https://metacpan.org/module/Postfix::Mailgroups::Expand
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Postfix::Mailgroups::Expand - Expand postfix mailgroups.
# VERSION
version 1.160350
# SYNOPSIS
use Postfix::Mailgroups::Expand;
my $groups = new Postfix::Mailgroups::Expand('groups'=>'/etc/postfix/virtual.groups','aliases'=>'/etc/postfix/aliases');$groups->write2dir('dirname');
# METHODS
## my $groups = new Postfix::Mailgroups::Expand('groups'=>'/etc/postfix/virtual.groups','aliases'=>'/etc/postfix/aliases');
Create new object instance.
## $groups->write2dir($outdir);
Write expanded groups to $outdir.
## $groups->\_get\_virtual\_alias\_maps($alias\_file);
Return virtual aliases maps.
## $groups->\_get\_alias\_maps($alias\_file);
Return aliases maps.
## $groups->\_get\_addresses($filename);
Read addresses from file.
# SEE ALSO
https://metacpan.org/module/Mail::ExpandAliases
# AUTHOR
Petr Kletecka <[email protected]>
# COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Petr Kletecka.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.