Hello PhoneBoy,
Here is the test and tcpdump output:
Mail server IP = Y
Firewall IP = X
Command used: $FWDIR/bin/sendmail -t Y -s "Testmessage" -f <dummy email> <my email>
[Expert@xxxx:0]# tcpdump -nnei any host Y -c 200
tcpdump: WARNING: Promiscuous mode not supported on the "any" device
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
03:28:46.240228 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 76: X.61498 > Y.25: S 381158 2092:3811582092(0) win 5840 <mss 1460,sackOK,timestamp 3253921051 0,nop,wscale 10>
03:28:46.240330 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 76: X.61498 > Y.25: S 381158 2092:3811582092(0) win 5840 <mss 1460,sackOK,timestamp 3253921051 0,nop,wscale 10>
03:28:46.240339 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 76: X.61498 > Y.25: S 381158 2092:3811582092(0) win 5840 <mss 1460,sackOK,timestamp 3253921051 0,nop,wscale 10>
03:28:46.256677 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 64: Y.25 > X.61498: S 140125 9499:1401259499(0) ack 3811582093 win 4380 <mss 1460,sackOK,eol>
03:28:46.256780 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 1 win 5840
03:28:46.256786 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 1 win 5840
03:28:46.256788 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 1 win 5840
03:28:46.273920 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 154: Y.25 > X.61498: P 1:99( 98) ack 1 win 4380
03:28:46.274036 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 99 win 5840
03:28:46.274039 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 99 win 5840
03:28:46.274040 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 99 win 5840
03:28:46.274055 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 74: X.61498 > Y.25: P 1:19(1 😎 ack 99 win 5840
03:28:46.274058 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 74: X.61498 > Y.25: P 1:19(1 😎 ack 99 win 5840
03:28:46.274058 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 74: X.61498 > Y.25: P 1:19(1 😎 ack 99 win 5840
03:28:46.290339 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 62: Y.25 > X.61498: . ack 19 win 4398
03:28:47.305681 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 87: Y.25 > X.61498: P 99:130 (31) ack 19 win 4398
03:28:47.306096 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: F 19:19( 0) ack 130 win 5840
03:28:47.306100 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: F 19:19( 0) ack 130 win 5840
03:28:47.306101 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: F 19:19( 0) ack 130 win 5840
03:28:47.322599 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 62: Y.25 > X.61498: . ack 20 win 4398
03:28:47.322715 In 00:08:e3:ff:fc:c4 ethertype IPv4 (0x0800), length 62: Y.25 > X.61498: F 130:13 0(0) ack 20 win 4398
03:28:47.322818 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 13 1 win 5840
03:28:47.322822 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 13 1 win 5840
03:28:47.322823 Out 00:1c:7f:30:de:b5 ethertype IPv4 (0x0800), length 56: X.61498 > Y.25: . ack 13 1 win 5840
24 packets captured
54 packets received by filter
0 packets dropped by kernel
[Expert@xxxx:0]#
Also, is there any sendmail.log file ?
Thanks.