You are not logged in.
2011-03-14 22:15:18 refused connection from [64.20.227.133] (tcp wrappers)
trying to get exim setup and getting the above error in my logs. anyone have any idea what could cause this? I've done a bit of googling but no luck so far..
Last edited by chris-kun (2011-03-15 00:16:46)
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
what do your /etc/hosts.allow and /etc/hosts.deny look like?
Offline
wow.. I always forget that lol. anyways- so now I have this in my log:
2011-03-14 22:26:20 H=mail-iw0-f173.google.com [209.85.214.173] F=<chriskun@saikonet.org> rejected RCPT <chatter-cafe@ccsf-lug.org>: relay not permitted
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
I'm hardly an exim person, but I think you need to add that IP to your "relay_from_hosts" entry in the conf file (I don't remember the details but it probably only has 127.0.0.1 right now)
You might want to change the thread title to entice some exim gurus :-)
Offline
ok fixed that, now I'm getting:
2011-03-14 22:36:54 1PzFRe-0006fI-Ln <= chriskun@saikonet.org H=mail-iy0-f173.google.com [209.85.210.173] P=esmtp S=1093 id=AANLkTikjEKwBgX-vuCPoKahHLe8MPPs2B+75+r-JSdCO@mail.gmail.com
2011-03-14 22:36:54 1PzFRe-0006fI-Ln ** chatter-cafe@ccsf-lug.org R=mailman_router T=mailman_transport: Child process of mailman_transport transport returned 127 (could mean unable to exec or command does not exist) from command: /var/lib/mailman/mail/mailman
2011-03-14 22:36:54 1PzFRe-0006fR-Rl <= <> R=1PzFRe-0006fI-Ln U=exim P=local S=1927
2011-03-14 22:36:54 1PzFRe-0006fI-Ln Completed
2011-03-14 22:36:56 1PzFRe-0006fR-Rl => chriskun@saikonet.org R=dnslookup T=remote_smtp H=aspmx.l.google.com [74.125.77.27] X=TLSv1:RC4-SHA:128
2011-03-14 22:36:56 1PzFRe-0006fR-Rl Completed
and I get a mail back in my inbox saying local delivery failed.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
ok fixed that, I specifed /var/lib/mailman as my mailman home in exim.conf instead of /usr/lib/mailman.
now I'm getting this:
2011-03-15 00:40:18 H=mail-iy0-f173.google.com [209.85.210.173] F=<chriskun@saikonet.org> rejected RCPT <chatter-cafe@ccsf-lug.org>: Unknown user
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline
ok got it fixed.. " exim -d+route -bt chatter-cafe@ccsf-lug.org" told me a lot more info ![]()
the arch package installs mailman stuff to /usr/lib/mailman as well as /var/lib/mailman and I think the official docs assumes they aren't split and are in a single folder.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol
Offline