Hey guys... I have strange problem.. sendmail refused to start, so i installed postfix. What do i have to configure? I want just some basic mail server that works I'm using webmin. When i go to form for sending mails and i fill all needed fields... it says "Mail sent successfully". If i send thru [email protected] or either if from any domains i host, i don't get mail... Here's config: http://nero-server.com/main.cf.txt Hope it helps.. Thanks!
I'm using Fedora Core 4. Mail log says: (last 20 lines) Feb 24 15:11:15 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27591 exit status 1 Feb 24 15:11:15 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:12:15 localhost postfix/smtpd[27600]: fatal: unsupported dictionary type: dbm Feb 24 15:12:16 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27600 exit status 1 Feb 24 15:12:16 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:13:16 localhost postfix/smtpd[27609]: fatal: unsupported dictionary type: dbm Feb 24 15:13:17 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27609 exit status 1 Feb 24 15:13:17 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:14:17 localhost postfix/smtpd[27618]: fatal: unsupported dictionary type: dbm Feb 24 15:14:18 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27618 exit status 1 Feb 24 15:14:18 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:15:18 localhost postfix/smtpd[27627]: fatal: unsupported dictionary type: dbm Feb 24 15:15:19 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27627 exit status 1 Feb 24 15:15:19 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:16:19 localhost postfix/smtpd[27636]: fatal: unsupported dictionary type: dbm Feb 24 15:16:20 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27636 exit status 1 Feb 24 15:16:20 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling Feb 24 15:17:20 localhost postfix/smtpd[27645]: fatal: unsupported dictionary type: dbm Feb 24 15:17:21 localhost postfix/master[9381]: warning: process /usr/libexec/postfix/smtpd pid 27645 exit status 1 Feb 24 15:17:21 localhost postfix/master[9381]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling that's in /var/log/maillog ...
Ok, please change Code: virtual_alias_maps = dbm:/etc/postfix/virtual to Code: virtual_alias_maps = hash:/etc/postfix/virtual in /etc/postfix/main.cf and run this: Code: postmap /etc/postfix/virtual /etc/init.d/postfix restart