On Wed, Jun 6, 2012 at 6:31 PM, Ed <[email protected]> wrote: > I have installed exim on a Centos linode, its purpose to is send mail > reports generated by admin shell scripts. > > So, my domain is foo.com however all email for foo.com is handled by > Google Apps. When I try to send email to [email protected] it stays in the > queue frozen, I can send email to other gmail accounts so I presume > the basic configuration is OK but there is something it doesn't like > about foo.com. > > I tried editing exim.conf and changed > > domainlist local_domains = @ : localhost : localhost.localdomain > to > domainlist local_domains = localhost : localhost.localdomain > > restarted exim and nothing changed. Do I need to restart something else? > Reboot? > > It sits in the queue, frozen, right?
What does `exim -bt [email protected]` tell you? Also, you can get the message-id and do this: exim -d -M message-id-here Look at the output. Somewhere, what it prints out may make sense to you. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I can't hear you -- I'm using the scrambler. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
