|
Zoeken |
Introduction To manage emails on dedicated server: QmailAdmin It is available at: http://nsXXXX.ovh.net/cgi-bin/qmailadmin Before you using QmailAdmin for the domain, you need to add it via vpopmail. Follow the instructions described in this manual: VpopmailIAdministracja QmailAdmin allows you to manage every aspect of your email services via postmaster account. What is more, you may use the basic version of Webmail, which enables you to send and receive emails. Use this link : http://nsXXXX.ovh.net/cgi-bin/sqwebmail Defined limits QmailAdmin has its own system that sets limits to number of email accounts, mailing lists etc. It's sufficient to create a file (/home/vpopmail/domains/your domain.tld) file.qmailadmin-limits : Do not forget to change access to .qmailadmin-limits vpopmail.vchkpw 1. ls -l .qmailadmin-limits -rw-r--r-- 1 vpopmail vchkpw 132 jan 20 2002 .qmailadmin-limits 1. cat .qmailadmin-limits maxpopaccounts 5 maxaliases -1 maxforwards -1 maxmailinglists 0 maxautoresponders 0 default_quota 25000000 In this example, email account available for the domain - 5. Aliases and forwarding are unlimited. Mailing lists and autoresponders are unavailable. Every new account will have the size of 25 MB. You may configure those limits automatically in qmailadmin : it needs additional compilation. Primarily it's compiled with options ./configure --enable-cgibindir=/home/ovh/cgi-bin. Check ./configure --help in the source directory qmailadmin (often /home/ovh/src/qmailadmin-xxx) |