Here are the changes I've made to /etc/postfix/main.cf

mydomain = example.com
myorigin = $myhostname
inet_interfaces = 1.2.3.4, 127.0.0.1
inet_protocols = ipv4
# $mydestination
local_recipient_maps =
mynetworks = 1.2.3.0/28, 3.4.5.6, 127.0.0.0/8
relayhost = 9.8.7.6

It seems like the relayhost is keeping the mail for himself. The target user
does not exist on the relayhost or the client.

On Tue, Apr 29, 2014 at 12:47 PM, leam hall <leamh...@gmail.com> wrote:
> As root on my new relayhost I can send mail to m...@example.com. Mail
> goes through another relay and then hits our system. Using Postfix
> 2.6.6. on RHEL 6.
>
> I have configured a client to send mail through the new relayhost. The
> mail gets to the relayhost's maillog with about 16 connect/disconnects
> and stanzas like
>
> connect from unknown[3.4.5.6]
> client=unknown[3.4.5.6]
> from=<>, size=11652, nrcpt=1 (queue active)
> disconnect from unknown[3.4.5.6]
> to=<r...@relayhost.example.com>, relay=9.8.7.6, delay=0.08,
> delays=0.06/0/0/0.02, dsn=2.0.0, status=sent  (250 2.0.0 Ok: queued as
> ABCD1234
> ABCD1234: removed
>
> What I don't get is why the from is blank and the to is root@relayhost
> instead of m...@example.com. Of course, why there are 16 or so stanzas
> like this confuses me as well.
>
> Thoughts?
>
> Leam
>
> --
> Mind on a Mission



-- 
Mind on a Mission

Reply via email to