VPS'mde epey bir alan adı var. Postfix'i yapılandırdım ve her alanın rainloop webmail kurulumuna erişmesini istiyorum. Her alan için çok fazla zaman harcayan bir alt alan adı oluşturmak istemiyorum!
Bunu denedim:
# domain: mail.*
# public: /var/www/projects/rainloop
<virtualhost *:80>
ServerAdmin sandrodz@
ServerName mail.*
ServerAlias www.mail.*
#DirectoryIndex index.html
DocumentRoot /var/www/projects/rainloop
#Allow .htaccess files to work
<Directory /var/www/projects/rainloop>
Options FollowSymLinks
AllowOverride All
</Directory>
#Custom log file locations
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/rainloop_error.log
CustomLog ${APACHE_LOG_DIR}/rainloop_access.log combined
</virtualhost>