|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
#1
|
|||
|
|||
|
In article <Ir6dnbrrj6vKom6iRVn-hg@comcast.com> "Stone"
<stone96@hotmail.com> writes: >Two mailservers. One box that has the mailboxes on it RH7.3 with Sendmail >8.11.6 and when connected to the internet gets all mail and delivers it >locally. The new mailserver I have setup as a gateway running RH9 with >Sendmail 8.12.8 > >The domain name is actually sub.domain.net. The external DNS name is >different then the internal DNS name. > >Once the new gateway box is in place (no local mailboxes) I can send email >through it but cannot recieve. I keep getting a User Unknown message. I >cannot get it to relay to the other mailserver. I have read and re-read the >readme file on sendmail.org site and keep failing. Any help would be >appreciated. > >GATEWAY - 192.168.1.53 >access: >localhost.localdomain RELAY >localhost RELAY >127.0.0.1 RELAY >192.168.1 RELAY >192.168.1.3 RELAY > >local-host-names: >sub.domain.net So you are telling the gateway that sub.domain.net is local, and of course it will then try to deliver [email]user@sub.domain.net[/email] locally - and fail. >mailertable: >.domain.net smtp:192.168.1.3 >sub.domain.net smtp:192.168.1.3 You need to enclose the IP address in [brackets] - smtp:[192.168.1.3]. >relay-domains: >192.168.1 And you need to allow relaying *to* sub.domain.net - add it there or in access db. --Per Hedeland [email]per@hedeland.org[/email] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|