twyg
Back to Mac Baby!
Hello all,
I'll make this one brief, but all inclusive
I've set up post fix, and everything is peachy keen, I've avoided the build errors, dodged the scary unix monster, but failed to get to the bottom of the configurations...
(By the way, holmBrew hooked me up with the stepwise postfix article... awesome reading)
Here's my main.cf (not all of it, just the important part)
mydomain = 192.168.1.100
myhostname = 192.168.1.100
mynetworks = 192.168.1.*
myorigin = $mydomain
mydestination = $myhostname, localhost, localhost.$mydomain
alias_maps = netinfo:/aliases
program_directory = /usr/local/bin
Here's the error I find in the log when trying to use 192.168.1.100 as my smtp server.
Feb 7 17:36:21 localhost postfix/smtpd[718]: connect from unknown[192.168.1.100]
Feb 7 17:36:21 localhost postfix/cleanup[719]: warning:
(It gives about 6 of these numeric hostname warnings... Stupid, but deal-able)
Feb 7 17:36:21 localhost postfix/smtpd[718]: reject: RCPT from unknown[192.168.1.100]: 554 <twyg@mac.com>: Recipient address rejected: Relay access denied; from=<twyg@pax.com> to=<twyg@mac.com>
Feb 7 17:36:26 localhost postfix/smtpd[718]: disconnect from unknown[192.168.1.100]
I know there is something wrong in my configuration files. Basically I want to have everyone inside the router able to send mail to my machine as say bob@pax.com and have my machine then send it out into the real world. I've missed a configuration, and now I'm whipped...
Thanks.
I'll make this one brief, but all inclusive
I've set up post fix, and everything is peachy keen, I've avoided the build errors, dodged the scary unix monster, but failed to get to the bottom of the configurations...
(By the way, holmBrew hooked me up with the stepwise postfix article... awesome reading)
Here's my main.cf (not all of it, just the important part)
mydomain = 192.168.1.100
myhostname = 192.168.1.100
mynetworks = 192.168.1.*
myorigin = $mydomain
mydestination = $myhostname, localhost, localhost.$mydomain
alias_maps = netinfo:/aliases
program_directory = /usr/local/bin
Here's the error I find in the log when trying to use 192.168.1.100 as my smtp server.
Feb 7 17:36:21 localhost postfix/smtpd[718]: connect from unknown[192.168.1.100]
Feb 7 17:36:21 localhost postfix/cleanup[719]: warning:
(It gives about 6 of these numeric hostname warnings... Stupid, but deal-able)
Feb 7 17:36:21 localhost postfix/smtpd[718]: reject: RCPT from unknown[192.168.1.100]: 554 <twyg@mac.com>: Recipient address rejected: Relay access denied; from=<twyg@pax.com> to=<twyg@mac.com>
Feb 7 17:36:26 localhost postfix/smtpd[718]: disconnect from unknown[192.168.1.100]
I know there is something wrong in my configuration files. Basically I want to have everyone inside the router able to send mail to my machine as say bob@pax.com and have my machine then send it out into the real world. I've missed a configuration, and now I'm whipped...
Thanks.