exiacl.man8
changeset 30 3d78db598b87
equal deleted inserted replaced
29:edae3cb9aca3 30:3d78db598b87
       
     1 =head1 NAME
       
     2 
       
     3 exiacl - exim acl tester
       
     4 
       
     5 =head1 SYNOPSIS
       
     6 
       
     7 B<exiacl> [options] B<-f>|B<--from>=I<from> B<-t>|B<--to>=I<to[,...]> [-- I<<exim native options>>]
       
     8 
       
     9 =head1 DESCRIPTION
       
    10 
       
    11 This tools tests the exim acl, B<including> performing callouts. 
       
    12 
       
    13 =head1 OPTIONS
       
    14 
       
    15 =over
       
    16 
       
    17 =item B<-f>|B<--from> I<sender address>
       
    18 
       
    19 The mail address of the sender. (no default)
       
    20 
       
    21 =item B<-l>|B<--[no]log>
       
    22 
       
    23 Show the log output to stdout. (default: yes)
       
    24 
       
    25 =item B<-l>|B<--debug>=I<exim debug options>
       
    26 
       
    27 Call Exim with some debug options. (e.g. C<-d-all+route>).
       
    28 
       
    29 =item B<--Helo>=I<helo>
       
    30 
       
    31 Use the specified HELO when talking to Exim (default: current hostname)
       
    32 
       
    33 =item B<--From>=I<sender>
       
    34 
       
    35 The envelope-from for the SMTP dialog. (no default)
       
    36 
       
    37 =item B<--To>=I<recipient>[,I<recipient>...]
       
    38 
       
    39 The recipients address. You may use more than once addresse, if they're
       
    40 comma separated. (no default)
       
    41 
       
    42 =item B<--src>=I<src ip>
       
    43 
       
    44 The source IP address. (default: some random private address)
       
    45 
       
    46 =item B<--dst>=I<dst ip>
       
    47 
       
    48 The destination IP address. This you'll need if you've an Exim running
       
    49 on more then one interface. (default: IP of the current host)
       
    50 
       
    51 =item B<--au>=I<user>
       
    52 
       
    53 Username for authentication. (no default)
       
    54 
       
    55 =item B<--aa>=I<authenticator>
       
    56 
       
    57 The authenticator to be used (plain, ....). (no default)
       
    58 
       
    59 =item B<--exim>=I<exim binary>
       
    60 
       
    61 The path to the exim binary to be called. (default: exim, but see
       
    62 L<ENVIRONMENT> below)
       
    63 
       
    64 =item B<--config>=I<config file>
       
    65 
       
    66 The config file to be used. (default: /etc/exim/exim.conf, but see
       
    67 L<ENVIRONMENT> below).
       
    68 
       
    69 =item B<--[no]callout>
       
    70 
       
    71 Do callouts (not do not). (default: do callouts)
       
    72 
       
    73 =back
       
    74 
       
    75 =head1 ENVIRONMENT
       
    76 
       
    77 B<EXIM> is used to refer to the exim binary to be called. And
       
    78 B<EXIM_CONF> is the default configuration file.
       
    79 
       
    80 =head1 AUTHOR
       
    81 
       
    82 Heiko Schlittermann L<hs@schlittermann.de>