FTP Server

FTP Server

Studio’s FTP server can be used to upload lists of subscribers which can then be imported into either Mailing Lists or Suppression Lists.

When configuring an FTP client, the server, username, and password to use are the same as what you use to login to Studio’s web interface. TLS is recommended, but not required.

The following FTP server configuration files are in the /var/hvmail/control directory:

  • pure-ftpd.pem – the PEM-encoded certificate chain bundle to use for TLS.
  • pure-ftpd.args – A list of arguments to pass to the FTP server. Here are the default arguments:
    --tls=1 --chrooteveryone -lextauth:/var/run/hvmail-pure-authd-studio.sock -O clf:/var/hvmail/log/pure-ftpd/xfer.log
    

    See Pure-FTPd’s README file for a list of available arguments.

Changes to either of the above files can be applied by restarting the FTP server:

svc -t /service/hvmail-pure-ftpd