zakupil som si VPS server u host1plus.com lenže po nainštalovaní mailoveho servera postfix odišlo posielanie mailov server mail nepošle nikde okrem localhostu. Predtým tam bol sendmail a rmail a posielanie mailu išlo normálne. Neviete mi poradiť ďakujem
Po zadaní príkazu
postfix reload
postfix/postfix-script: fatal: the Postfix mail system is not running
Taksom system preinštaloval
Kód: Vybrať všetko
root@brana:~# apt-get install postfix
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
postfix-mysql postfix-pgsql postfix-ldap postfix-pcre libsasl2-modules dovecot-common resolvconf postfix-cdb ufw postfix-doc
The following packages will be REMOVED:
rmail sendmail sendmail-bin
The following NEW packages will be installed:
postfix
0 upgraded, 1 newly installed, 3 to remove and 24 not upgraded.
Need to get 1546 kB of archives.
After this operation, 794 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Kód: Vybrať všetko
root@brana:~# echo "test mail" | mail [email protected]
postdrop: warning: unable to look up public/pickup: No such file or directory
Kód: Vybrať všetko
mkfifo /var/spool/postfix/public/pickup ps aux | grep mail kill /etc/init.d/postfix restart