This is a discussion on openwebmail+Exim within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; I have just installed both on my server. I have two issues which both may be very easy or hard ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have just installed both on my server. I have two issues which both
may be very easy or hard I havent a clue. All I know is that I have been messing around trying to correct both errors without success. Here they go: 1st Issue: <<< 220 achilles.derekwinchester.info ESMTP Exim 4.42 Mon, 09 May 2005 06:41:02 -0400 >>> EHLO www.winchester-pro.com <<< 250-achilles.derekwinchester.info Hello localhost [127.0.0.1] <<< 250-SIZE 20971520 <<< 250-PIPELINING <<< 250-AUTH PLAIN LOGIN <<< 250-STARTTLS <<< 250 HELP >>> MAIL FROM:<dswinchester@www.winchester-pro.com> <<< 250 OK >>> RCPT TO:<dsw1@lucent.com> <<< 550 Administrative prohibition Where can i find out what is causing the issue. I can connect to smtp via web and run some commands so I know that smtp is working and listening. I jsut have no clue where else to view possible problems. 2nd issue: and you can see this from the capture above, the Mail From is giving the FQDN and not just the domain name. And suggestions? -Derek |
|
|||
|
Hello derekwtp,
derekwtp schrieb/wrote: ><<< 220 achilles.derekwinchester.info ESMTP Exim 4.42 Mon, 09 May 2005 > 06:41:02 -0400 >>>> EHLO www.winchester-pro.com ><<< 250-achilles.derekwinchester.info Hello localhost [127.0.0.1] ><<< 250-SIZE 20971520 ><<< 250-PIPELINING ><<< 250-AUTH PLAIN LOGIN ><<< 250-STARTTLS ><<< 250 HELP >>>> MAIL FROM:<dswinchester@www.winchester-pro.com> ><<< 250 OK >>>> RCPT TO:<dsw1@lucent.com> ><<< 550 Administrative prohibition > > Where can i find out what is causing the issue. "exim -bh 127.0.0.1" will start a simulated SMTP session and show you how the ACLs are processed. Regards, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |
|
|||
|
**** SMTP testing session as if from host 127.0.0.1
**** but without any ident (RFC 1413) callback. **** This is not for real! >>> host in host_lookup? yes (matched "*") >>> looking up host name for 127.0.0.1 >>> IP address lookup yielded localhost >>> gethostbyname looked up these IP addresses: >>> name=localhost.winchester-pro.com address=127.0.0.1 >>> checking addresses for localhost >>> 127.0.0.1 OK >>> host in host_reject_connection? no (option unset) >>> host in sender_unqualified_hosts? no (option unset) >>> host in recipient_unqualified_hosts? no (option unset) >>> host in helo_verify_hosts? no (option unset) >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) What will this tell me? I am interpreting that no ACL's are set. Am i correct to assume? -Derek |
|
|||
|
Hello derekwtp,
derekwtp schrieb/wrote: > **** SMTP testing session as if from host 127.0.0.1 > **** but without any ident (RFC 1413) callback. > **** This is not for real! [snip] > What will this tell me? I am interpreting that no ACL's are set. Am i > correct to assume? Why don't you take a look at your configuration? There, you'll see if any ACLs are defined. Regards, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|