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::CheckSMTP(3Sympa) sympa 6.2.62 Sympa::Aliases::CheckSMTP(3Sympa)

Sympa::Aliases::CheckSMTP - Alias management: Check addresses using SMTP

  use Sympa::Aliases;
  my $aliases = Sympa::Aliases->new('CheckSMTP');
  $aliases->check('listname', 'domain');

TBD.

check ($listname, $robot_id)
Instance method. Checks if the requested list exists already using SMTP 'RCPT TO'.

Parameters:

$listname
Name of the list.
$robot_id
List's robot.

Returns:

Instance of Net::SMTP class or false value.

Following parameters in sympa.conf or robot.conf are referred by this module.
list_check_helo
SMTP HELO (EHLO) parameter used for address verification. Default value is the host part of "list_check_smtp" parameter.
list_check_smtp
SMTP server to verify existence of the same addresses as the list.
list_check_suffixes
List of suffixes used for list addresses.

Sympa::Aliases.

The feature which allows Sympa to check listname on SMTP server before list creation, contributed by Sergiy Zhuk, appeared on Sympa 3.3.

"list_check_helo" parameter was added by S. Ikeda on Sympa 6.1.5.

Sympa::Aliases::CheckSMTP as a separate module appeared on Sympa 6.2.23b.

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.