Hi all.
I'm trying to setup postfix on a mac osx computer.
I want that postfix delivers only to local account and no more.
I tried everything but all the time i got some errors.
Is there somebody was able to make such setup?
I post here some logs and tryings...maybe someone could help me:
pierguido-lambris-computer:~ Pier$ telnet localhost 25
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 pierguido-lambris-computer.local ESMTP Postfix
helo localhost
250 pierguido-lambris-computer.local
mail from: pippo
250 Ok
rcpt to: Pier
450 <Pier>: Recipient address rejected: User unknown in local recipient
table
rcpt to: Pier AT pierguido-lambris-computer DOT local
450 <Pier AT pierguido-lambris-computer DOT local>: Recipient address rejected:
User unknown in local recipient table
rcpt to: Pier@pierguido-lambris-computer
250 Ok
data
354 End data with <CR><LF>.<CR><LF>
pip
.
250 Ok: queued as 309DBD48BB
quit
221 Bye
Connection closed by foreign host.
Aug 8 14:12:06 pierguido-lambris-computer postfix/smtp[497]:
309DBD48BB: to=<Pier@pierguido-lambris-computer>, relay=none, delay=60,
status=deferred (Host or domain name not found. Name service error for
name=pierguido-lambris-computer type=MX: Host not found, try again)
pierguido-lambris-computer:~ Pier$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
127.0.0.1 pierguido-lambris-computer.local
pierguido-lambris-computer
255.255.255.255 broadcasthost
::1 localhost
Thank you
Pier
|