| Server IP : 95.46.96.79 / Your IP : 216.73.216.4 Web Server : Apache/2.4.41 (Ubuntu) System : Linux zaimer.uz 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : akslabs_uz_usr ( 1001) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/mail.akslabs.net/ |
Upload File : |
services:
app:
container_name: it-postfix-dovecot
build:
context: .
args:
POSTFIXADMIN_TGZ: uploaded/postfixadmin-3.3.13.tar.gz
ROUNDCUBE_TGZ: uploaded/roundcubemail-1.5.6-complete.tar.gz
volumes:
- ./aks-logo.svg:/var/www/roundcube/skins/elastic/images/logo.svg
- postfix_etc:/etc/postfix
- dovecot_etc:/etc/dovecot
- mnt_mail:/mnt/mail
# - ./etc_to_mount/postfix:/etc/postfix
# - /srv/crmsystem/node_modules
- ./php.ini:/etc/php/8.1/fpm/php.ini
ports:
- 10025:25
- 10587:587
- 10993:993
- 127.0.0.1:10080:8000
tty: true
environment:
- SUPER_ADMIN_PASSWORD
- SUPER_ADMIN_ROLE_NAME
- SUPER_ADMIN_LOGIN
- SUPER_ADMIN_NAME
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
postfix_etc:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /opt/mail.akslabs.net/etc_to_mount/postfix
o: bind
dovecot_etc:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /opt/mail.akslabs.net/etc_to_mount/dovecot
o: bind
mnt_mail:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /storage/it/mail/mail
o: bind