bd63
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello
I'm currently having difficulties with postfix running on FreeBSD 9 in a jail. I set up the jail and postfix and everything should be running fine. But my problem is that DNS lookups do not work in postfix-restrictions. When I send a mail to the server for relaying it to the outside world I always get lines like the following in /var/log/maillog: Code:
Jul 2 11:17:08 andenes postfix/smtpd[1982]: NOQUEUE: reject: RCPT from unknown[192.168.199.11]: 450 4.1.2 <MYACCOUNT@gmail.com>: Recipient address rejected: Domain not found; from=<MYSENDER@brain-force.ch> to=<MYACCOUNT@gmail.com> proto=ESMTP helo=<narvik.local> But if I perform the nslookup directly from command line then I get a positive answer Code:
andenes# dig gmail.com +short 173.194.35.22 173.194.35.21 I put the DNS server in /etc/resolv.conf of the jail and it looks as follows Code:
search local nameserver 192.168.200.201 nameserver 8.8.8.8 Any ideas what could be "broken"? thanks a lot tobi Last edited by DutchDaemon; July 2nd, 2012 at 12:12. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UPnP Inside Jail Does Not Work, Fine Outside | Sephiroth | Networking | 2 | December 10th, 2010 15:43 |
| Jail with Postfix and Dovecot How To | peep96 | Web & Network Services | 5 | September 29th, 2010 22:50 |
| Getting smtps to work in postfix | BeastieBoy | Web & Network Services | 4 | September 12th, 2010 05:45 |
| Compile postfix in a jail | mrz | Installation and Maintenance of FreeBSD Ports or Packages | 5 | September 8th, 2010 08:41 |
| User lookups very slow | Steije | Web & Network Services | 8 | January 31st, 2010 14:48 |