WU-FTPD 2.6.1 Release Notes (5900-2465, September 2012)

notification or if downstream mail problems generate bounces, ensure that the mailfrom
address is a valid address, to avoid delivery problems.
The syntax for the email-on load feature is as follows:
mailserver <hostname>
incmail <emailaddress>
virtual <address> incmail <emailaddress>
defaultserver incmail <email address>
mailfrom <emailaddress>
virtual <address> mailfrom <emailaddress>
defaultserver incmail <emailaddress>
deny-email <case-insensitive-email-address>
If you specify virtual host addresses, the addresses only on a particular host receive
notification messages of anonymous uploads. Otherwise, notifications are sent to the global
addresses.
The defaultserver addresses apply only to real hosts and not to virtual hosts. Hence, the
real host receives notifications of uploads on its default anonymous area. However, with this
option set, the virtual hosts are not notified. For more information on the email-on-load
feature, see ftpaccess(4).
Following are examples of the email-on-load feature:
mailserver abc.com
This specifies the name of a mail server that accepts upload notifications for the FTP
daemon. You can use this option to notify any user of anonymous uploads.
incmail def@abc.com
This specifies the email addresses to be notified of anonymous uploads.
mailfrom ghi@abc.com
This specifies the sender’s email address for anonymous upload notifications.
Timeout Values
You can configure timeout values used within the FTP daemon by using the timeout options.
Table 1 describes the FTP daemon timeout values.
Table 1 FTP Daemon timeout Options
DescriptionOption
The time period for which the daemon waits for an incoming (PASV-passive) data connection.
The default value is 120 seconds.
accept
The time period the daemon waits before attempting to establish an outgoing (PORT-port)
data connection. The default value is 120 seconds. The connect option affects the actual
connect
connection attempt. The daemon makes several attempts at regular intervals, sleeping between
each attempt, before disconnecting. During the 120-minute timeframe, the daemon continues
its attempt to establish a connection. If the daemon fails to establish a connection during this
time period, it disconnects.
The time period the daemon waits for some activity on the data connection. The default value
is 1200 seconds.
data
The time period the daemon waits for the next command. The default value is 900 seconds.idle
WU-FTPD 2.6.1 features 21