@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> hey Zerberus
<0> you still about
<1> ?
<0> what was that command to find out the hostname with send mail
<0> sendmail | ct something
<0> because i broke sendmail yet again.
<0> i am determined to get this working.
<2> i'm getting the following error
<1> /usr/lib/sendmail -bt -d 0.13 < /dev/null
<2> 554 5.3.5 buildaddr: unknown mailer localhost
<0> thanks
<2> right after RCPT TO, any ideas?
<1> cpace: you somewhere configured a mailer called "localhost" which obviously does not exists
<1> cpace: grep -ni localhost /etc/mail/*
<2> here's my sendmail.mc
<0> HA!



<0> got it
<2> divert(-1)
<2> divert(0)dnl
<2> include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
<2> VERSIONID(`$Id: sendmail-procmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp $')dnl
<2> OSTYPE(linux)dnl
<2> DOMAIN(generic)dnl
<2> FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
<2> FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
<2> FEATURE(`local_procmail')dnl
<2> MAILER(local)dnl
<2> define(`SMART_HOST', `localhost:2525')dnl
<2> MAILER(smtp)dnl
<2> MAILER(procmail)dnl
<2> Djcrystalbox.no-ip.org
<1> do not flood!
<1> [01:27:57] < cpace> define(`SMART_HOST', `localhost:2525')dnl
<1> broken
<1> does not work
<1> causes your error
<2> sorry, and what is wrong with the statement?
<1> there is no localhost mailer
<1> you can't specify a destination port this way
<1> 2 faults
<2> there should be a mail server on port 2525, how should i specify the port?
<1> read the sendmail FAQ
<1> http://www.sendmail.org/faq/section3.html#3.39
<0> hey Zerberus
<0> care to test my sendmail thing again
<0> i have been working on this now for AGES and AGES
<0> fun as hell
<1> Llewelyn: test what especially?
<0> but i am starting to loose hair because of it LOL
<0> last time i got you to telnet into the bugger
<0> dragoons.kicks-***.org
<0> remember
<1> yes :)
<0> we got it working but we killed my X
<1> but i do not see what to test
<0> so ai m trying another work around using Dj
<0> i might be wrong but it's worth a shot
<1> sorry
<0> didn't work?
<1> can you be verbose?
<1> i do not understand what kind of problem you have
<0> hostname issues
<0> hmmm
<1> you have to explain what you are speaking about
<0> sendmail.cf
<1> else i do not waste my time
<0> and hostnames
<1> you are speaking in riddles
<0> lol
<0> yeah because i lack terminalology, i speaking as i see it...
<0> in sendmail.cf about a 10th of the way down there is ldap comfiguration
<0> under that there is hostname configuration
<1> do not edit the sendmail.cf!
<0> on Cw, and the Other usually commented containing Dj$w.Foo.com
<0> hmmm
<0> K
<1> are you a sendmail guru? no - so do not touch sendmail.cf by hand



<0> k k
<0> i'll go switch it back
<1> describe what you want to see and what you now face as problem
<1> then there is a solution
<1> how the discussion goes now that leads to nothing
<1> and i will stop answering
<1> as long as a working sendmail.mc is there, you do not have to manually change sendmail.cf back
<1> just regenerate it
<0> don
<0> alright well i am not reciving e-mail
<0> and i want it to
<0> errors i am getting in syslog indicate an mx error
<0> which is odd because i didn't set one.
<0> i'll toss you the syslog error i am reciving in PM
<1> be specific
<0> it's one line
<1> if you don't want to publish data here in channel, place information on a website an give me the link in private chat
<0> mail.info] k1G8SHul001433: to=llywelyn@celtsonline.org, delay=14:01:01, xdelay=00:00:00, mailer=esmtp, pri=5100789, relay=mail.celtsonline.org., dsn=4.0.0, stat=Deferred: Connection timed out with mail.celtsonline.org.
<1> is mail.celtsonline.org your server?
<0> nope thats my buddies server in wales
<1> your network does not work
<1> telnet mail.celtsonline.org 25
<1> does that lead to the greeting line of the postfix server running as mail.celtsonline.org?
<0> gah.
<0> just a sec here
<0> i gotta wrap my head around this.
<0> ahh i see what that is
<0> thats outgoing
<0> Zerberus, i can see that i am disturbing you, so perhaps i'll go read more, i must have missed something in the docs.
<0> i'll re-read them if i still can't figure it out i'll come back here
<0> when i do get it working i'll let you know
<0> take care.
<1> you can ask
<1> just be specific
<1> ;)
<0> i am trying but i know so litle about sendmail
<1> describe things in your normal words
<0> LAST time i configured the thing all i had to do was edit the Dj and Cw lines in sendmail and i was off and running
<0> this time however ui am behind a Nat
<1> just be verbose what you see and is different to what you expect
<0> well i have redirected e-mail to my solaris machine
<1> confDOMAIN_NAME and feed local-host-names
<0> explain
<1> http://www.sendmail.org/m4/whoami.html
<0> local-host-names file i was looking at earlier however it is NOT commented, infact it's empty
<1> local-host-names is on current Sendmail installs the flat text file source for cl*** {w}
<1> just add those domain names to that text file which shall be treated to be local
<0> ahhhh
<0> i see
<0> so if my psuedo hostname is foo.bar.ca
<0> i add foo.bar.ca to the local-host-names
<1> what is a pseudo hostname?
<0> a hostname that is not the acctual name of the machine
<0> see dragoons.kicks-***.org would be my domain
<0> haulm which is the name of themachine on my network
<1> your host has a hostname - and you may have additional domains you host for mail exchange
<0> cool.
<1> http://www.sendmail.org/virtual-hosting.html
<0> thanks
<3> my STARTTLS enabled sendmail server still show error on verify
<3> STARTTLS=server, relay=station18.example.com [192.168.0.18], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
<3> I have tried to copy the CA to the cert directory, and create a symlink hash
<3> what could go wrong ?
<3> i'm usign rhel 4
<3> actually i'm a little bit confused, which file is the ca certificate
<3> i use cd /usr/share/ssl/certs; make sendmail.pem
<3> test
<4> mylo: test completed successfully.
<5> the verify can fail even though it's using a certificate
<5> you can define CACERT in your mc
<3> lwh, i have define it, but it is the default (from rh ?). which is ca-bundle.crt
<3> what about my own ca ?
<3> hm or should i append my ca to the bundle


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #sendmail
or
Go to some related logs:

#perl
#perl
widescreen compaq + xorg.conf
ndiswrapper unknown symbol ntoskrnl.exe
ubuntu.com netzero
ts0p
gaimadil
#osdev
conkyrc laptop
bind flush cahce



Home  |  disclaimer  |  contact  |  submit quotes