Howdy,
I'm attempting to build a local network email server for my personal network. What I need from it is a pop3 interface which I can access via my workstation, and a SMTP interface for it to recieve mail.
I am currently attempting to use dovecot and postfix to accomplish this. Currently dovecot is working (as far as I can tell, my mail client can log in and get mail, and it isn't spewing any Errors to syslog).
postfix's ability to get mail to dovecot, however, isn't working...
Any attempt I make to send mail to an account on the system results in the error:
Code:
send-mail: RCPT TO:<#####@#####> (451 4.3.0 <#####@#####>: Temporary lookup failure)
syslog slows the following:
Code:
Nov 19 19:16:10 ### postfix/smtpd[12940]: warning: hash:/etc/aliases is unavailable. open database /etc/aliases.db: Invalid argument
Nov 19 19:16:10 ### postfix/smtpd[12940]: warning: hash:/etc/aliases lookup error for "##@###.localdomain"
Nov 19 19:16:10 ### postfix/smtpd[12940]: NOQUEUE: reject: RCPT from ###.localdomain[#.1]: 451 4.3.0 <##@###.localdomain>: Temporary lookup failure; from=<root@###.localdomain> to=<##@###.localdomain> proto=ESMTP helo=<###.localdomain>
I have been fiddling with the aliases for a bit any not been getting anywhere. However, running newaliases does nothing.
This setup is on a Fedora 20 system.
Any help would be appreciated.