I have the following setup: Astaro SMTP Proxy named "dingus" (192.168.1.1) is configured with the /etc/wfe/conf/smtpdata below. dingus accepts and forwards mail just fine for an Outlook client but when a Linux box running sendmail (sending only!) tries to do this I get "unrouteable mail domain." I've tried a number of changes in the sendmail config on the Linux but we always end up with this zeek@dingus problem. Any help would be greatly appreciated.
Thank you, -zeek
Note: I couldn't post the actual command because of some html complaint. It should read: "sendmail dash v less than dev null"
mogwai:/tmp# sendmail -v zeek "less than /dev/null"
zeek... Connecting to dingus.sparklehouse.com. via relay...
220 ESMTP ready.
-- EHLO mogwai.sparklehouse.com
250-dingus.sparklehouse.com Hello mogwai.sparklehouse.com [192.168.1.10]
250-SIZE 1047527424
250-PIPELINING
250 HELP
-- MAIL From: root@mogwai.sparklehouse.com
250 root@mogwai.sparklehouse.com is syntactically correct
-- RCPT To:zeek@dingus
250 zeek@dingus is syntactically correct
-- DATA
354 Enter message, ending with "." on a line by itself
-- .
250 OK id=17eibn-0001py-00
zeek... Sent (OK id=17eibn-0001py-00)
Closing connection to dingus.sparklehouse.com.
-- QUIT
221 dingus.sparklehouse.com closing connection
_________
dingus:/etc/wfe/conf # cat smtpdata
[extensions]
[rbldomains]
[regexps]
[relays]
eth0_Network__
[global]
antivirus = 1
auth = 0
encryption = 0
extension = 0
hostname = dingus.sparklehouse.com
maxsize = unlim
postmaster = admin@sparklehouse.com
rbl = 0
regexp = 0
senderverify = 0
status = 1
[size="1"][ 13 August 2002, 16:51: Message edited by: zeek ][/size]
This thread was automatically locked due to age.