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

Giorgos Keramidas wrote:
> On 2007-12-11 13:25, "Aryeh M. Friedman" <[EMAIL PROTECTED]>
> wrote:
>> Giorgos Keramidas wrote:
>>> Neat!  Your local Sendmail submission service works then.  You
>>> should be able to see the message in the `clientmqueue' with:
>>>
>>> mailq -Ac
>>>
>>> Now, can you show us how your local rc system starts Sendmail,
>>> and the active Sendmail processes you are using?  It may be
>>> working fine, but only queueing messages in
>>> `/var/spool/clientmqueue'.  A queue runner should also be
>>> started to periodically scan and handle the clientmqueue
>>> messages.
>
> I'm sorry, but this is the *third* time I am asking the same thing,
> and it's getting a bit boring.  Do you _really_ want help, or just
> to have a bit of email fun for a while?
>
> You still haven't shown us:
>
> * How your local rc system starts Sendmail

Until I can get it right from the command line I am not going to
include it in my /etc/rc thus currently there is none
>
> * The active Sendmail processes you have now

Except for the one I start (with the below command line) before
sending there is none running... here is the complete transcript of my
last attempt to actually send something:

> su
Password:
su: Sorry
> clear

> su
Password:
monster-freebsd# sendmail -bd -q1m
monster-freebsd# mail -v [EMAIL PROTECTED]
Subject: test foo
asdasdads
.
EOT
WARNING: local host name (monster-freebsd) is not qualified; see
cf/README: WHO AM I?
[EMAIL PROTECTED] Connecting to [127.0.0.1] via relay...
220 monster-freebsd ESMTP Sendmail 8.14.2/8.14.2; Tue, 11 Dec 2007
13:48:37 -0500 (EST)
>>> EHLO monster-freebsd
250-monster-freebsd Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=58
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
>>> RCPT To:<[EMAIL PROTECTED]> DATA
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 lBBImbEm000465 Message accepted for delivery
[EMAIL PROTECTED] Sent (lBBImbEm000465 Message accepted for
delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 monster-freebsd closing connection
monster-freebsd# mailq -av
mailq: illegal option -- a
monster-freebsd# mailq -Ac
                /var/spool/clientmqueue (8 requests)
- -----Q-ID----- --Size-- -----Q-Time-----
- ------------Sender/Recipient-----------
lBAEQDUM077228        9 Mon Dec 10 09:26 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBAEtoDS076148        0 Mon Dec 10 09:55 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBALxPJ3000280        9 Mon Dec 10 16:59 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBAEZsSH058954        8 Mon Dec 10 09:35 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBBHuZ2I000325        7 Tue Dec 11 12:56 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBAF5WYM090152        5 Mon Dec 10 10:05 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBAEQhZL082703       10 Mon Dec 10 09:26 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
lBAF6r3W005781        9 Mon Dec 10 10:06 aryeh
                 (Deferred: Connection refused by [127.0.0.1])
                                         [EMAIL PROTECTED]
                Total requests: 8

>
>> monster-freebsd# !sen sendmail -bd -q1m -v # very long pause 050
>> WARNING: local host name (monster-freebsd) is not qualified; see
>> cf/README: WHO AM I?
>
> Your DNS is broken, and Sendmail cannot resolve `monster-freebsd'.
> That's not a Sendmail issue, so I'm ignoring that for now.
>
>> monster-freebsd# mailq -Ac # very long pause
>> /var/spool/clientmqueue (8 requests) - -----Q-ID----- --Size--
>> -----Q-Time----- - ------------Sender/Recipient-----------
>> lBAEQDUM077228        9 Mon Dec 10 09:26 aryeh (Deferred:
>> Connection refused by [127.0.0.1]) [EMAIL PROTECTED]
>
> No submission service running.  You have to start at least some
> process which listens on 127.0.0.1:25 for incoming email requests
> and a queue runner for clientmqueue.  I haven't seen any "ps
> xauwww" output for the Sendmail processes you are currently
> running, so no idea why you don't have a listener on 127.0.0.1:25.

See above
>
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHXtyuzIOMjAek4JIRAjIdAJ9oJuphO++u0yNYmoKk/XqNAMNCzACeKQ6X
+NbyusNUDP8K3WBuOV6h+mw=
=fHGK
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to