File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ Specifies what UNIX socket I<spampd> listens on. If this is specified,
384
384
=item B<--socket-perms> I<<mode>>
385
385
386
386
The file mode for the created UNIX socket (see --socket) in octal
387
- format, e.g. 700 to specify acces only for the user I<spampd> is run as.
387
+ format, e.g. 700 to specify access only for the user I<spampd> is run as.
388
388
389
389
390
390
=item B<--relayhost> I<< (<ip>|<hostname>)[:<port>] >>
@@ -834,7 +834,7 @@ I<Net::Server> supports some other options which I<spampd> doesn't accept direct
834
834
For example there are access control options, child process tuning, and a few more (see below).
835
835
Such options can be passed through to I<Net::Server> (and subtypes) by specifying them at the end
836
836
of the I<spampd> command line (or in a configuration file) following two dashes
837
- C< -- > by themselves (this is a failry typicaly convention for passing options onto
837
+ C< -- > by themselves (this is a failry typically convention for passing options onto
838
838
another program). As an example, it may look something like this:
839
839
840
840
spampd --host 10.0.0.1 -port 10025 -- --cidr_allow 10.0.0.0/24
You can’t perform that action at this time.
0 commit comments