niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Qmail
maildirmake difficulties
Post new topic   Reply to topic Page 22 of 24 [357 Posts] View previous topic :: View next topic
Goto page:  Previous  1, 2, 3, ..., 20, 21, 22, 23, 24 Next
Author Message
Douglas Lane
*nix forums beginner


Joined: 30 Mar 2005
Posts: 11

PostPosted: Tue Feb 28, 2006 2:27 pm    Post subject: RE: qMail don't send mails Reply with quote

Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:
Quote:
--- Original Message ---

Ted Fines escribió:

--- Original Message ---


Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state


Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted




root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by
default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc


You're right, if what you posted is what you have. Review section 2.8 of
LWQ, and compare yours to what is listed there. You're missing a line, the

one that actually starts qmail-send.
Quote:



Hmm, I copied bad the file, my real file is:

#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages by
default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
..
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,
Back to top
Douglas Lane
*nix forums beginner


Joined: 30 Mar 2005
Posts: 11

PostPosted: Tue Feb 28, 2006 2:30 pm    Post subject: RE: qMail don't send mails Reply with quote

Hi Jose,

Sorry, wrong url:

http://pyropus.ca/software/queue-repair/

Doug

-----Original Message-----
From: Douglas Lane [mailto:doug@interserve.co.za]
Sent: 28 February 2006 04:27 PM
To: 'José David Bravo Álvarez'
Cc: qmail@list.cr.yp.to
Subject: RE: qMail don't send mails

Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:
Quote:
--- Original Message ---

Ted Fines escribió:

--- Original Message ---


Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state


Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted




root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by
default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc


You're right, if what you posted is what you have. Review section 2.8 of
LWQ, and compare yours to what is listed there. You're missing a line, the

one that actually starts qmail-send.
Quote:



Hmm, I copied bad the file, my real file is:

#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages by
default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
..
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,
Back to top
José David Bravo Álvarez
*nix forums beginner


Joined: 28 Feb 2006
Posts: 4

PostPosted: Tue Feb 28, 2006 2:42 pm    Post subject: Re: qMail don't send mails Reply with quote

Douglas Lane escribió:
Quote:
Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com] Sent: 28
February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:

--- Original Message ---

Ted Fines escribió:

--- Original Message ---

Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state

Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted



root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc

You're right, if what you posted is what you have. Review section
2.8 of

LWQ, and compare yours to what is listed there. You're missing a
line, the
one that actually starts qmail-send.


Hmm, I copied bad the file, my real file is:
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages
by default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
.
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,









My current log said:


@400000004404628a3518fea4 delivery 5: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a351be8bc status: local 0/10 remote 1/20
@400000004404628a35209fc4 starting delivery 7: msg 296 to local
jbravo@shadow.icesi.edu.co
@400000004404628a3522da14 status: local 1/10 remote 1/20
@400000004404628a3526877c delivery 6: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352961f4 status: local 1/10 remote 0/20
@400000004404628a352d366c delivery 7: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352edc4c status: local 0/10 remote 0/20
@400000004404628a353306b4 starting delivery 8: msg 274 to local
jbravo@shadow.icesi.edu.co
@400000004404628a35352d7c status: local 1/10 remote 0/20
@400000004404628a3556b76c delivery 8: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a355893fc status: local 0/10 remote 0/20
@400000004404629404e4bd2c status: exiting
Back to top
Thanos Massias
*nix forums addict


Joined: 25 May 2005
Posts: 98

PostPosted: Tue Feb 28, 2006 2:44 pm    Post subject: Re: qMail don't send mails Reply with quote

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



José David Bravo Álvarez wrote:
Quote:
[snip]

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex


- From qmail-send.c:
- ---------------------
fd = open_write("lock/sendmutex");
if (fd == -1)
{ log1("alert: cannot start: unable to open mutex\n"); _exit(111); }
- ---------------------

My server:

# ls -l /var/qmail/queue/lock/sendmutex
- -rw------- 1 qmails qmail 0 Feb 14 /var/qmail/queue/lock/sendmutex

These commands will fix the ownership/permission of
/var/qmail/queue/lock/sendmutex for a LWQ installation:

# qmailctl stop
# touch /var/qmail/queue/lock/sendmutex
# chown qmails:qmail /var/qmail/queue/lock/sendmutex
# chmod 600 /var/qmail/queue/lock/sendmutex
# qmailctl start

However odds are this problem comes from a messed-up installation of
qmail. Did you follow LWQ / http://www.lifewithqmail.org/ ?

- --
Best regards,
Thanos Massias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEBGHQSy9m2i8jedwRApJ/AJ0UusiYBSvIuXTc2m9sUVheETIcLwCbBS3D
yCXUxRlfKEUpW/XYNxh27EU=
=Br20
-----END PGP SIGNATURE-----
Back to top
Douglas Lane
*nix forums beginner


Joined: 30 Mar 2005
Posts: 11

PostPosted: Tue Feb 28, 2006 3:02 pm    Post subject: RE: qMail don't send mails Reply with quote

Hahah thought so.

As for email, well you need to follow the LWQ tutorial and focus on the POP3
section of it. It will explain how to setup a POP3 server to download your
email from.

http://www.lifewithqmail.org/lwq.html#pop-imap-servers

Alternatively, have a look at www.vmailmgr.org which is a virtual namebase
authentication system. It allows multiple domains to be hosted on 1 IP
address. Very nice toy :)

Enjoy!

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:56 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:
Quote:
How did you fix the problem?

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:51 PM
To: Douglas Lane; qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:

Jose,

Can you do me a favour:

ls -lRa /var/qmail

and post the output to me...

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:43 PM
To: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:


Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com] Sent: 28
February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:



--- Original Message ---



Ted Fines escribió:



--- Original Message ---



Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state



Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted





root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc



You're right, if what you posted is what you have. Review section
2.8 of



LWQ, and compare yours to what is listed there. You're missing a
line, the
one that actually starts qmail-send.






Hmm, I copied bad the file, my real file is:
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages
by default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
.
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,










My current log said:


@400000004404628a3518fea4 delivery 5: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a351be8bc status: local 0/10 remote 1/20
@400000004404628a35209fc4 starting delivery 7: msg 296 to local
jbravo@shadow.icesi.edu.co
@400000004404628a3522da14 status: local 1/10 remote 1/20
@400000004404628a3526877c delivery 6: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352961f4 status: local 1/10 remote 0/20
@400000004404628a352d366c delivery 7: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352edc4c status: local 0/10 remote 0/20
@400000004404628a353306b4 starting delivery 8: msg 274 to local
jbravo@shadow.icesi.edu.co
@400000004404628a35352d7c status: local 1/10 remote 0/20
@400000004404628a3556b76c delivery 8: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a355893fc status: local 0/10 remote 0/20
@400000004404629404e4bd2c status: exiting









Now I can see the queue mails:
root@shadow# qmailctl queue
messages in queue: 9
messages in queue but not yet preprocessed: 0
28 Feb 2006 14:47:28 GMT #302 2798 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #280 200 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #286 183 <jbravo
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #289 190 <jbravo@shadow.icesi.edu.co
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #292 794 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #295 229 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #296 203 <jbravo@shadow.icesi.edu.co
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #274 202 <jbravo
local jbravo@shadow.icesi.edu.co






Thanks Man!!!!!


chmod a+s /var/qmail/queue/mess

But, how I can get my mails? Very Happy
Back to top
Charles Cazabon
*nix forums Guru


Joined: 08 Jan 2005
Posts: 805

PostPosted: Tue Feb 28, 2006 3:08 pm    Post subject: Re: qMail don't send mails Reply with quote

José David Bravo Álvarez <jbravo@braweb.com> wrote:
[...]

Please trim your quotes properly.

Quote:
My current log said:

@400000004404628a3518fea4 delivery 5: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
[...]


Your queue is badly corrupted; something besides qmail has been stomping
around in your queue directory. As others have said, the easiest solution is
to stop all qmail processes, completely remove /var/qmail/queue and everything
under it, re-run `make setup check` from the qmail source directory, and then
re-start qmail.

Charles
--
--------------------------------------------------------------------------
Charles Cazabon <qmail@discworld.dyndns.org>
Read http://pyropus.ca/personal/writings/12-steps-to-qmail-list-bliss.html
My services include qmail consulting. See http://pyropus.ca/ for details.
--------------------------------------------------------------------------
Back to top
Douglas Lane
*nix forums beginner


Joined: 30 Mar 2005
Posts: 11

PostPosted: Tue Feb 28, 2006 3:12 pm    Post subject: RE: qMail don't send mails Reply with quote

Check your log files, they will tell you exactly why. Most likely because
qmail can't find the domain: shadow.icesi.edu.co

However, since your qmailctl queue states "local", then I would guess that
the user "jbravo" does not exist, or does not have a maildir setup.

In this case, do the following:

mkdir -p Maildir/{new,cur,tmp}

and then chown it to the user jbravo

chown -R jbravo:jbravo ~/Maildir

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 05:06 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:
Quote:
Hahah thought so.

As for email, well you need to follow the LWQ tutorial and focus on the
POP3
section of it. It will explain how to setup a POP3 server to download your
email from.

http://www.lifewithqmail.org/lwq.html#pop-imap-servers

Alternatively, have a look at www.vmailmgr.org which is a virtual namebase
authentication system. It allows multiple domains to be hosted on 1 IP
address. Very nice toy :)

Enjoy!

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:56 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:

How did you fix the problem?

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:51 PM
To: Douglas Lane; qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:


Jose,

Can you do me a favour:

ls -lRa /var/qmail

and post the output to me...

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:43 PM
To: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:



Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com] Sent: 28
February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:




--- Original Message ---




Ted Fines escribió:




--- Original Message ---




Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state




Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted






root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc




You're right, if what you posted is what you have. Review section
2.8 of




LWQ, and compare yours to what is listed there. You're missing a
line, the
one that actually starts qmail-send.








Hmm, I copied bad the file, my real file is:
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages
by default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
.
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,











My current log said:


@400000004404628a3518fea4 delivery 5: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a351be8bc status: local 0/10 remote 1/20
@400000004404628a35209fc4 starting delivery 7: msg 296 to local
jbravo@shadow.icesi.edu.co
@400000004404628a3522da14 status: local 1/10 remote 1/20
@400000004404628a3526877c delivery 6: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352961f4 status: local 1/10 remote 0/20
@400000004404628a352d366c delivery 7: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352edc4c status: local 0/10 remote 0/20
@400000004404628a353306b4 starting delivery 8: msg 274 to local
jbravo@shadow.icesi.edu.co
@400000004404628a35352d7c status: local 1/10 remote 0/20
@400000004404628a3556b76c delivery 8: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a355893fc status: local 0/10 remote 0/20
@400000004404629404e4bd2c status: exiting









Now I can see the queue mails:
root@shadow# qmailctl queue
messages in queue: 9
messages in queue but not yet preprocessed: 0
28 Feb 2006 14:47:28 GMT #302 2798 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #280 200 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #286 183 <jbravo
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #289 190 <jbravo@shadow.icesi.edu.co
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #292 794 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #295 229 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #296 203 <jbravo@shadow.icesi.edu.co
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #274 202 <jbravo
local jbravo@shadow.icesi.edu.co







Thanks Man!!!!!

chmod a+s /var/qmail/queue/mess

But, how I can get my mails? :D






Hi,


No man, my question is why my mails is in queue and not delivered?

Thanks

José David Bravo Álvarez
Back to top
Douglas Lane
*nix forums beginner


Joined: 30 Mar 2005
Posts: 11

PostPosted: Tue Feb 28, 2006 3:25 pm    Post subject: RE: qMail don't send mails Reply with quote

Hi Jose,

I don't use mailbox setup, as I prefer maildir. But if you google, or check
LWQ I am sure you'll find something on mailbox.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 05:16 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:
Quote:
Check your log files, they will tell you exactly why. Most likely because
qmail can't find the domain: shadow.icesi.edu.co

However, since your qmailctl queue states "local", then I would guess that
the user "jbravo" does not exist, or does not have a maildir setup.

In this case, do the following:

mkdir -p Maildir/{new,cur,tmp}

and then chown it to the user jbravo

chown -R jbravo:jbravo ~/Maildir

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 05:06 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:

Hahah thought so.

As for email, well you need to follow the LWQ tutorial and focus on the

POP3

section of it. It will explain how to setup a POP3 server to download
your
email from.

http://www.lifewithqmail.org/lwq.html#pop-imap-servers

Alternatively, have a look at www.vmailmgr.org which is a virtual
namebase
authentication system. It allows multiple domains to be hosted on 1 IP
address. Very nice toy :)

Enjoy!

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:56 PM
To: Douglas Lane
Subject: Re: qMail don't send mails

Douglas Lane escribió:


How did you fix the problem?

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:51 PM
To: Douglas Lane; qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:



Jose,

Can you do me a favour:

ls -lRa /var/qmail

and post the output to me...

doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com]
Sent: 28 February 2006 04:43 PM
To: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Douglas Lane escribió:




Hi Jose,

Simplist way to fix this is to go back to the source of qmail and do
a:

make setup check.

It will re-create all directories.

It seems that your qmail installation is missing a lot of things :)

Alternatively, try http://www.qcc.ca/~charlesc/software/queue_repair/

The script will repair your var/qmail/queue directories.

Doug

-----Original Message-----
From: José David Bravo Álvarez [mailto:jbravo@braweb.com] Sent: 28
February 2006 04:21 PM
To: Douglas Lane
Cc: qmail@list.cr.yp.to
Subject: Re: qMail don't send mails

Ted Fines escribió:





--- Original Message ---





Ted Fines escribió:





--- Original Message ---





Its my qmailctl stat:

/service/qmail-send: up (pid 85730) 0 seconds
/service/qmail-send/log: up (pid 84496) 595 seconds
/service/qmail-smtpd: up (pid 84497) 595 seconds
/service/qmail-smtpd/log: up (pid 84498) 595 seconds
messages in queue: 7
messages in queue but not yet preprocessed: 6

Sometimes qmail-send is 1 second and sometimes its 0 second.


I run the inst_check and it said:
root@shadow# sh inst_check
Congratulations, your LWQ installation looks good!

I can't see the send logs, because my files is empty
root@shadow# ls -l /var/log/qmail/
total 2
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 current
-rw------- 1 qmaill wheel 0 Feb 27 20:54 lock
drwxr-xr-x 2 qmaill wheel 512 Feb 27 20:54 smtpd
-rw-r--r-- 1 qmaill wheel 0 Feb 27 20:54 state





Please show us the output of:
cat /var/qmail/supervise/qmail-send/run
cat /var/qmail/rc

Try running the qmail-send startup script manually with:
/var/qmail/rc

...And post the output of that too.

Thanks,
Ted







root@shadow# cat /var/qmail/supervise/qmail-send/run
#!/bin/sh
exec /var/qmail/rc

root@shadow# cat /var/qmail/rc
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver
messages by default
exec env . PATH="/var/qmail/bin:$PATH" \

root@shadow# cat /var/qmail/control/defaultdelivery
./Mailbox

root@shadow# /var/qmail/rc
alert: cannot start: unable to open mutex

I think the error is in /var/qmail/rc





You're right, if what you posted is what you have. Review section
2.8 of





LWQ, and compare yours to what is listed there. You're missing a
line, the
one that actually starts qmail-send.










Hmm, I copied bad the file, my real file is:
#!/bin/sh
# Using stdout for logging
# Using control/defaultdelivery from qmail.local to deliver messages
by default
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start "`cat /var/qmail/control/defaultdelivery`"

The solution for the up time was gived to my by Douglas Lane:

qmailctl stop
touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
qmailctl start


Now, Im triying to send mails with telnet port 25:
helo
250 shadow.icesi.edu.co
mail from:jbravo
250 ok
rcpt to:jbravo
250 ok
data
354 go ahead
hola
.
250 ok 1141137131 qp 2486

But in my current log, the only think that I see is that:
@4000000044045ed32cd827ec alert: unable to opendir info/0, sleeping...
@4000000044045edd2d731fcc alert: unable to opendir info/0, sleeping...
@4000000044045ee72e0e4e5c alert: unable to opendir info/0, sleeping...
@4000000044045ef12ea8f81c alert: unable to opendir info/0, sleeping...


root@shadow# qmailctl stat
/service/qmail-send: up (pid 2395) 429 seconds
/service/qmail-send/log: up (pid 2396) 429 seconds
/service/qmail-smtpd: up (pid 2399) 429 seconds
/service/qmail-smtpd/log: up (pid 2400) 429 seconds
messages in queue: 8
messages in queue but not yet preprocessed: 7

All my mails is in queue.

Thanks,












My current log said:


@400000004404628a3518fea4 delivery 5: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a351be8bc status: local 0/10 remote 1/20
@400000004404628a35209fc4 starting delivery 7: msg 296 to local
jbravo@shadow.icesi.edu.co
@400000004404628a3522da14 status: local 1/10 remote 1/20
@400000004404628a3526877c delivery 6: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352961f4 status: local 1/10 remote 0/20
@400000004404628a352d366c delivery 7: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a352edc4c status: local 0/10 remote 0/20
@400000004404628a353306b4 starting delivery 8: msg 274 to local
jbravo@shadow.icesi.edu.co
@400000004404628a35352d7c status: local 1/10 remote 0/20
@400000004404628a3556b76c delivery 8: deferral:
Sorry,_message_has_wrong_owner._(#4.3.5)/
@400000004404628a355893fc status: local 0/10 remote 0/20
@400000004404629404e4bd2c status: exiting










Now I can see the queue mails:
root@shadow# qmailctl queue
messages in queue: 9
messages in queue but not yet preprocessed: 0
28 Feb 2006 14:47:28 GMT #302 2798 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #280 200 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #286 183 <jbravo
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #289 190 <jbravo@shadow.icesi.edu.co
remote root@donatello.icesi.edu.co
28 Feb 2006 14:47:28 GMT #292 794 <root@shadow.icesi.edu.co
local root@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #295 229 <jbravo@braweb.com
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #296 203 <jbravo@shadow.icesi.edu.co
local jbravo@shadow.icesi.edu.co
28 Feb 2006 14:47:28 GMT #274 202 <jbravo
local jbravo@shadow.icesi.edu.co








Thanks Man!!!!!

chmod a+s /var/qmail/queue/mess

But, how I can get my mails? :D







Hi,

No man, my question is why my mails is in queue and not delivered?

Thanks

José David Bravo Álvarez





root@shadow# cat /var/qmail/control/defaultdelivery

../Mailbox

How I can create the mailbox for that?
Back to top
Narada-Center Tux-Group
*nix forums beginner


Joined: 21 Mar 2006
Posts: 8

PostPosted: Tue Mar 21, 2006 4:10 pm    Post subject: Qmail with AutoTURN Reply with quote

On 3/14/06, Narada-Center Tux-Group <tuxgroup.lists@gmail.com> wrote:

I tried the following setup with qmail AutoTURN

In the script
/var/qmail/supervise/qmail-smtpd/run

#!/bin/sh

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`

if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z
"$LOCAL" ]; then
echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
echo /var/qmail/supervise/qmail-smtpd/run
exit 1
fi

if [ ! -f /var/qmail/control/rcpthosts ]; then
echo "No /var/qmail/control/rcpthosts!"
echo "Refusing to start SMTP listener because it'll create an open relay"
exit 1
fi

exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd-wrapper 2>&1

I changed qmail-smtpd > qmail-smtpd-wrapper
and generated a wrapper /var/qmail/bin/qmail-smtpd-wrapper.
---------------
sh -c '
/var/qmail/bin/qmail-smtpd
cd /var/qmail/autoturn
exec setlock -nx $TCPREMOTEIP/seriallock \
maildirsmtp $TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN
'
--------------
I also tried with this wrapper
--------------
#!/bin/bash
PATH=$PATH:/var/qmail/bin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin
export PATH
ulimit -d 1024
/var/qmail/bin/qmail-smtpd ${1+"$@"}
cd /var/qmail/autoturn
exec /usr/local/bin/setlock -nx $TCPREMOTEIP/seriallock \
/usr/local/bin/maildirsmtp $TCPREMOTEIP autoturn-$TCPREMOTEIP- \
$TCPREMOTEIP AutoTURN
-------------
None it this works.

When I do
[user@tlc-4~]$ telnet 203.115.29.130 25
Trying 203.115.29.130...
Connected to 203.115.29.130.
Escape character is '^]'.
Connection closed by foreign host.
[user@tlc-4~]$

and the server does not accept mail.
Help with this problem is very welcome

regards
Mettavihari
Back to top
Jon Harris
*nix forums beginner


Joined: 21 Mar 2006
Posts: 2

PostPosted: Tue Mar 21, 2006 4:59 pm    Post subject: RE: Secondary MX Issues [fixed] Reply with quote

Thanks to everyone who replied,

I did a ./qmail-qread | grep "theirdomain.com" which was good enough as
it showed a list of the remote addresses awaiting email.
I did a ./qmailctl restart which OK, is a bit of a crowbar, but it did
it.

The qmail-send logs show:

@4000000044202e722dabfe64 starting delivery 79: msg 148206 to remote
gill.gilbert@theirdomain.com
@4000000044202e722dac3514 status: local 0/10 remote 1/255
@4000000044202e722e0837c4 delivery 79: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@4000000044202e722e086a8c status: local 0/10 remote 0/255

So, qmail is working correct and its not our end with the problem!

Jon Harris


-----Original Message-----
From: Julian Grunnell [mailto:julian.grunnell@pipex.net]
Sent: 21 March 2006 16:03
To: Jon Harris; qmail@list.cr.yp.to
Subject: RE: Secondary MX Issues

1) run qmail-qread - to read the current queue.
2) qmail will try overtime to redeliver, 2hrs, 4hrs, 8hrs ... something
like that - bit of a guess that one.
3) "kill -ALRM" the qmail-send process. Or stop / start qmail
completely.

J.

Quote:
-----Original Message-----
From: Jon Harris [mailto:j.harris@digital-ink.co.uk]
Sent: 21 March 2006 15:52
To: qmail@list.cr.yp.to
Subject: Secondary MX Issues

Hi List

I have had qmail running successfully on a RH9 system for some time.
For most domains it's the primary mx server. I have around 10 domains
it's the secondary mx for. (these are clients with their own aDSL line

and static ip addresses). I don't know qmail that well, just well
enough to administer domains and accounts.

One of my client has had problems with their line but all is back up
and running now (from yesterday)

I have had a look at a couple of mail folders /var/qmail/mess/0 and /1

and both have an email in there for them. According to ./qmail-qstat I

have 297 messages in my queue.

One of the messages in the /0 folder is from 2 days ago.

Q1 Can I get a list of messages queued for the particular end-users
domain?

Q2 Why are there still messages waiting when their line has been fine?

Q3 Can I force qmail to process the queue in some way?

Thanks

Jon Harris
Digital ink
Back to top
Jeremy Kister
*nix forums beginner


Joined: 09 Jan 2005
Posts: 42

PostPosted: Tue Mar 21, 2006 5:03 pm    Post subject: Re: Qmail with AutoTURN Reply with quote

On 3/21/2006 11:10 AM, Narada-Center Tux-Group wrote:
Quote:
I tried the following setup with qmail AutoTURN

exec /usr/local/bin/softlimit -m 2000000 \
[...]
and the server does not accept mail.
Help with this problem is very welcome

Try bumping up your softlimit to 3, 4, or 5 mb. remember to svc -du
/service/qmail-smtpd each time you increase it.

if that doesnt help, is there anything in /var/log/qmail/smtpd/current ?


--

Jeremy Kister
http://jeremy.kister.net./
Back to top
Feizhou
*nix forums Guru Wannabe


Joined: 15 Mar 2005
Posts: 131

PostPosted: Tue Mar 21, 2006 5:05 pm    Post subject: Re: Secondary MX Issues [fixed] Reply with quote

Quote:
The qmail-send logs show:

@4000000044202e722dabfe64 starting delivery 79: msg 148206 to remote
gill.gilbert@theirdomain.com
@4000000044202e722dac3514 status: local 0/10 remote 1/255
@4000000044202e722e0837c4 delivery 79: deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@4000000044202e722e086a8c status: local 0/10 remote 0/255



You may want to do a qmail-tcpok and then try to flush the queue again.
Back to top
Feizhou
*nix forums Guru Wannabe


Joined: 15 Mar 2005
Posts: 131

PostPosted: Thu Mar 23, 2006 3:19 pm    Post subject: re: large scale qmail server [Fwd: failure notice] Reply with quote

Back to top
Narada-Center Tux-Group
*nix forums beginner


Joined: 21 Mar 2006
Posts: 8

PostPosted: Fri Mar 24, 2006 3:28 am    Post subject: Re: Qmail with AutoTURN Reply with quote

On 3/21/06, Jeremy Kister <qmail-04@jeremykister.com> wrote:
Quote:
On 3/21/2006 11:10 AM, Narada-Center Tux-Group wrote:
I tried the following setup with qmail AutoTURN

exec /usr/local/bin/softlimit -m 2000000 \
[...]
and the server does not accept mail.
Help with this problem is very welcome

Try bumping up your softlimit to 3, 4, or 5 mb. remember to svc -du
/service/qmail-smtpd each time you increase it.


Thank you,
I rased the softlimit to 4mb and gave the command
svc -du /service/qmail-smtpd
and it worked.

regards
Mettavihari
Back to top
Berger Stefan
*nix forums beginner


Joined: 07 Apr 2006
Posts: 2

PostPosted: Tue Apr 11, 2006 3:38 pm    Post subject: AW: Cheap fully redundant storage for Maildirs Reply with quote

+ Scott Gifford [mailto:sgifford@suspectclass.com]

|I'm looking for the same level of redundancy in something much cheaper
|than NetApp boxes, or on commodity hardware. This is for a very small
|company, so I'm talking *much* cheaper, like $2-$5K.

Hello Scott,

have a look at http://www.open-e.com

I'm just building a small NAS for our Mailserver based on this
product ( it's a complete NAS Solution with webinterface implemented
on a flash modul which can placed into a standard ide-port - x86
Hardware )
It supports a wide range of RAID-Controllers , Ethernetcontrollers ...

-Stefan
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 22 of 24 [357 Posts] Goto page:  Previous  1, 2, 3, ..., 20, 21, 22, 23, 24 Next
View previous topic :: View next topic
The time now is Tue Dec 02, 2008 6:35 am | All times are GMT
navigation Forum index » Apps » Qmail
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts difficulties with nfs mount Dr. R. E. Hawkins FreeBSD 6 Tue Jul 11, 2006 5:31 pm
No new posts Beginner Python OpenGL difficulties jg.campbell.ng@gmail.com python 3 Sun May 28, 2006 4:20 pm
No new posts kernel customizing difficulties johnny Mandrake 1 Sat Apr 01, 2006 6:45 pm
No new posts skype difficulties hawat.thufir@gmail.com Setup 4 Wed Mar 01, 2006 7:17 pm
No new posts New Install Gnome Resolution Difficulties Roseland, Winton Debian 3 Fri Jan 20, 2006 6:30 pm

Loan | Facebook Proxy | Loans | Student Credit Cards | Anime Downloads
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 2.0748s ][ Queries: 16 (1.8532s) ][ GZIP on - Debug on ]