LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 06-13-2005, 03:36 AM   #1
b:z
Member
 
Registered: Mar 2005
Posts: 146

Rep: Reputation: 15
qmail queue -- can't send mail to anywhere -- please help me


i have setuped qmail on openbsd3.7 system. Everything seem well. Here is some detail:
#qmailctl queue
Quote:
messages in queue: 12
messages in queue but not yet preprocessed: 0
13 Jun 2005 04:36:35 GMT #268207 672 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 07:40:15 GMT #268187 672 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 07:47:32 GMT #268234 196 <ppham@abc.ex>
remote admin@abc.ex
13 Jun 2005 07:40:15 GMT #268235 678 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 03:51:06 GMT #268213 199 <ppham@mail.abc.ex>
local test@mail.abc.ex
13 Jun 2005 03:58:57 GMT #268214 673 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 07:49:37 GMT #268240 196 <test@mail.abc.ex>
remote admin@abc.ex
13 Jun 2005 03:58:57 GMT #268218 678 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 04:43:35 GMT #268222 211 <test@mail.abc.ex>
local admin@mail.abc.ex
13 Jun 2005 04:36:36 GMT #268223 678 <anonymous@mail.abc.ex>
local root@mail.abc.ex
13 Jun 2005 05:24:39 GMT #268224 215 <test@mail.abc.ex>
remote nickabc@yahoo.com
# qmailctl stat
Quote:
/service/qmail-send: up (pid 19413) 1682 seconds
/service/qmail-send/log: up (pid 22265) 1682 seconds
/service/qmail-smtpd: up (pid 12862) 1682 seconds
/service/qmail-smtpd/log: up (pid 7787) 1682 seconds
messages in queue: 12
messages in queue but not yet preprocessed: 0
# ps -waux |grep qmail
Quote:
root 31779 0.0 0.1 92 448 p0 S+ 3:26PM 0:00.00 grep qmail
root 21555 0.0 0.1 80 392 C0- I 2:56PM 0:00.00 supervise qmail-send
root 3920 0.0 0.1 76 392 C0- I 2:56PM 0:00.00 supervise qmail-smtpd
qmaill 7787 0.0 0.1 80 380 C0- I 2:56PM 0:00.00 /usr/local/bin/multilog t /var/log/qmail/smtpd
qmails 19413 0.0 0.1 108 484 C0- I 2:56PM 0:00.02 qmail-send
qmaill 22265 0.0 0.1 52 388 C0- I 2:56PM 0:00.01 /usr/local/bin/multilog t /var/log/qmail
qmaild 12862 0.0 0.1 132 464 C0- I 2:56PM 0:00.00 /usr/local/bin/tcpserver -v -R -l abc.ex -x /etc/tcp.smtp.cdb -c
qmailq 7586 0.0 0.1 64 412 C0- I 2:57PM 0:00.00 qmail-clean
root 10733 0.0 0.1 64 376 C0- I 2:57PM 0:00.00 qmail-lspawn ./Maildir
qmailr 14803 0.0 0.1 60 396 C0- I 2:57PM 0:00.00 qmail-rspawn
And here is qmail-showctl:
#/var/qmail/bin/qmal-showctl
Quote:
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 1001, 1002, 1003, 0, 1004, 1005, 1006, 1007.
group ids: 1001, 1002.

badmailfrom: (Default.) Any MAIL FROM is allowed.

bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

bouncehost: (Default.) Bounce host name is abc.ex.

concurrencylocal: (Default.) Local concurrency is 10.

concurrencyremote: (Default.) Remote concurrency is 20.

databytes: (Default.) SMTP DATA limit is 0 bytes.

defaultdomain: Default domain name is abc.ex.

defaulthost: (Default.) Default host name is abc.ex.

doublebouncehost: (Default.) 2B recipient host: abc.ex.

doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is abc.ex.

helohost: (Default.) SMTP client HELO host name is abc.ex.

idhost: (Default.) Message-ID host name is abc.ex.

localiphost: (Default.) Local IP address becomes abc.ex.

locals:
Messages for localhost.abc.ex are delivered locally.
Messages for mail.abc.ex are delivered locally.

me: My name is abc.ex.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is abc.ex.

qmqpservers: (Default.) No QMQP servers.

queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.

rcpthosts:
SMTP clients may send messages to recipients at abc.ex.

morercpthosts: (Default.) No effect.

morercpthosts.cdb: (Default.) No effect.

smtpgreeting: (Default.) SMTP greeting: 220 abc.ex.

smtproutes: (Default.) No artificial SMTP routes.

timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

virtualdomains: (Default.) No virtual domains.

defaultdelivery: I have no idea what this file does.

concurrencyincoming: I have no idea what this file does.
In addition, here is my:
# nslookup abc.ex
Quote:
Server: 192.168.16.5
Address: 192.168.16.5#53

Name: abc.ex
Address: 192.168.16.5
Please help me solve this problem. All email sent to local user only stored qmail queue. Why prblem appear? Please show me the way to solve. Thank you very much.
 
Old 07-12-2005, 08:13 AM   #2
eyewittness
Member
 
Registered: Dec 2003
Location: Netherlands
Distribution: SuSe 9.0
Posts: 44

Rep: Reputation: 15
hi there,
U already found the solution? I have the same problem...
 
Old 07-12-2005, 08:30 AM   #3
Donboy
Member
 
Registered: Aug 2003
Location: Little Rock, Arkansas
Distribution: RH, Fedora, Suse, AIX
Posts: 736

Rep: Reputation: 31
The answer should appear in /var/log/qmail/qmail-send/current
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
delete mail from qmail queue hamish Linux - Software 1 06-05-2005 02:18 PM
qmail +qmail-qfilter + qmail-scanner-queue+qmail-user-masq.pl problem countcobolt Linux - Networking 0 07-08-2004 11:29 AM
send mail or qmail, which is better? mamta_k Linux - Software 0 06-22-2004 11:44 PM
Deleted qmail queue /var/qmail/queue tris Linux - Software 0 10-24-2003 11:52 PM
qmail mail queue bluestorm Linux - Software 0 10-06-2003 06:52 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 09:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration