Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: users

Exim problem

 

 

exim users RSS feed   Index | Next | Previous | View Threaded


wouter at afilas

Jun 27, 2006, 6:26 AM

Post #1 of 9 (966 views)
Permalink
Exim problem

Hi,

I have a very weird problem with Exim. When I try to send a mail with
the mail() function of PHP under Apache, I get this error:

2006-06-27 15:02:01 1FvDCX-00028h-Dp == user [at] domain R=lookuphost
T=remote_smtp defer (-1): smtp transport process returned non-zero
status 0x000b: terminated by signal 11
2006-06-27 15:02:01 1FvDCX-00028h-Dp Frozen

I already tried the suggestion at
http://help.directadmin.com/item.php?id=114 but it didn't help. Also,
when I run the same script with the CLI php binary, it works just fine.

When I try to force delivering the message with exim -d+all -M
<messageid> it just gets delivered fine.

Any idea how this is possible?

Kind regards,
Wouter de Vries


--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


dot at dotat

Jun 27, 2006, 6:38 AM

Post #2 of 9 (952 views)
Permalink
Re: Exim problem [In reply to]

On Tue, 27 Jun 2006, Wouter de Vries wrote:
>
> I have a very weird problem with Exim. When I try to send a mail with
> the mail() function of PHP under Apache, I get this error:
>
> 2006-06-27 15:02:01 1FvDCX-00028h-Dp == user [at] domain R=lookuphost
> T=remote_smtp defer (-1): smtp transport process returned non-zero
> status 0x000b: terminated by signal 11
> 2006-06-27 15:02:01 1FvDCX-00028h-Dp Frozen

Try rm /var/spool/exim/db/*

Tony.
--
<fanf [at] exim> <dot [at] dotat> http://dotat.at/ ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


wouter at afilas

Jun 27, 2006, 7:00 AM

Post #3 of 9 (945 views)
Permalink
Re: Exim problem [In reply to]

Tony Finch wrote:
> Try rm /var/spool/exim/db/*

That didn't help unfortunately.

Kind regards,
Wouter de Vries

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


dot at dotat

Jun 27, 2006, 7:19 AM

Post #4 of 9 (945 views)
Permalink
Re: Exim problem [In reply to]

On Tue, 27 Jun 2006, Wouter de Vries wrote:

> Tony Finch wrote:
> > Try rm /var/spool/exim/db/*
>
> That didn't help unfortunately.

In that case, try running in debugging mode to see where the crash occurs.

Tony.
--
<fanf [at] exim> <dot [at] dotat> http://dotat.at/ ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


eximX1211 at linuxwan

Feb 11, 2008, 10:37 PM

Post #5 of 9 (929 views)
Permalink
Re: EXIM Problem [In reply to]

Nitin Gupta wrote:
> Hello All
> I am getting the following error when i ma trying to login
> Please help
> Feb 12 11:14:03 localhost authdaemond: , quota=<null>, options=<null>
> Feb 12 11:14:03 localhost authdaemond: Authenticated: clearpasswd=password1,
> passwd=<null>
> Feb 12 11:14:03 localhost imapd: testteen5:
> chdir(/usr/local/vdomains/testteen5/
>
>
> ) failed!!
> Feb 12 11:14:03 localhost imapd: error: No such file or directory
> Feb 12 11:14:03 localhost imapd: LOGIN FAILED, user=testteen5,
> ip=[::ffff:127.0.0.1]
> Feb 12 11:14:03 localhost imapd: authentication error: No such file or
> directory
> Regards
> Nitin

Exim is an MTA - it listens on port 25 by default. It transfers email
from one MTA to another and accepts submissions from MUAs if so
configured. It does not deal in IMAP or POP3.

imapd is whatever IMAP daemon you are running and listens on port 143.

This is not an exim problem, however at a wild guess, I'd say
"/usr/local/vdomains/testteen5/\n\n\n\n " doesn't
exist on your system. Maybe a typo in an imap config file or /etc/passwd
or userdb or maybe just the Maildir directory missing or the directory
doesn't have the correct permissions.

--
The Exim Manual
http://www.exim.org/docs.html
http://www.exim.org/exim-html-current/doc/html/spec_html/index.html

--
## List details at http://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/


martin at antibodymx

Feb 12, 2008, 12:55 AM

Post #6 of 9 (931 views)
Permalink
Re: EXIM Problem [In reply to]

Nitin Gupta wrote:
> Hello All
> I am getting the following error when i ma trying to login
> Please help
> Feb 12 11:14:03 localhost authdaemond: , quota=<null>, options=<null>
> Feb 12 11:14:03 localhost authdaemond: Authenticated: clearpasswd=password1,
> passwd=<null>
> Feb 12 11:14:03 localhost imapd: testteen5:
> chdir(/usr/local/vdomains/testteen5/
>
>
> ) failed!!
> Feb 12 11:14:03 localhost imapd: error: No such file or directory
> Feb 12 11:14:03 localhost imapd: LOGIN FAILED, user=testteen5,
> ip=[::ffff:127.0.0.1]
> Feb 12 11:14:03 localhost imapd: authentication error: No such file or
> directory

I don't see the part that makes this an exim problem.


--
Martin A. Brooks | http://www.antibodymx.net/ | Anti-spam & anti-virus
Consultant | martin [at] antibodymx | filtering. Inoculate
antibodymx.net | m: +447896578023 | your mail system.


--
## List details at http://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/


iDunno at sommitrealweird

Mar 5, 2010, 7:39 AM

Post #7 of 9 (777 views)
Permalink
Re: exim problem [In reply to]

On 05 Mar 14:48, gourav saini wrote:
> Hi Dear,
>
> i wanna install exim on Centos 5.4 32 bit. I have one problem.
> firstly i will telling u our exim configuration step bye step.
>
> My Hostname :- station1.example.com
>
> 1. Run this cmd
> yum install exim
>
> 2.open exim config file and edit
> # qualify_domain =

^^ Uncomment that line and set it to example.com

qualify_domain = example.com

That should do it.

Cheers,
--
Brett Parker

--
## List details at http://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/


peter at bowyer

Mar 8, 2010, 4:06 AM

Post #8 of 9 (755 views)
Permalink
Re: exim problem [In reply to]

On 8 March 2010 11:55, gourav saini <gourav.saini29 [at] gmail> wrote:
> Hi All,
>
> Can you pls help me how to create a user authuntication. How to manage the
> exim server through web.pls help me and tell me all steps.

The final step will be 'pay the invoice'....

Seriously - it's not really appropriate to say 'tell me exactly how to
go about this high-level task' when dealing with a user-supported
product. Please read the available documentation, then if you have
specific things you don't understand, or you can't work out how to
apply them to your circumstances, come back with those.

Peter


--
Peter Bowyer
Email: peter [at] bowyer
Follow me on Twitter: twitter.com/peeebeee

--
## List details at http://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/


mihamina at gulfsat

Mar 9, 2010, 3:36 AM

Post #9 of 9 (751 views)
Permalink
Re: exim problem [In reply to]

> gourav saini <gourav.saini29 [at] gmail> :
> error pls check error in attachement

The .doc file? ROTFL

--
Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche & Developpement
+261 34 29 155 34 / +261 33 11 207 36

--
## List details at http://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/

exim users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.