@# Quotes DB     useful, funny, interesting





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



Comments:

<0> I have something odd happening with sendmail... I can send mail localally fine but when I try and send from say yahoo mail the server appears to be trying to forward the mail and I get Relaying denied? Any ideas?
<0> it appears the dns is right I can dig mail.northashevillebaptist.org and I get the correct ip
<0> I checked my local-host-names and the url is listed, but it is listed as just northashevillebaptist.org and not mail.northashevillebaptist.org the website is on a different server
<0> I have checked my virtusertable and the account is listed there
<1> the recipient address is what?
<1> foo@northashevillebaptist.org or bar@mail.northashevillebaptist.org
<0> it is angiemace@northashevillebaptist.org
<1> echo '$=w' | /usr/lib/sendmail -bt | grep baptist
<0> it shows that domain as northashevillebaptist.org
<0> northashevillebaptistchurch.org reynoldsbaptistchurch.org northashevillebaptist.org
<0> I have a ton of accounts on this server and never have this problem
<1> so the recipient is local
<0> what ip do you show for mail.northashevillebaptist.org
<1> sendmail -bv angiemace@northashevillebaptist.org
<0> yes the account is setup and I can send mail to the account locally
<1> $ host mail.northashevillebaptist.org



<1> mail.northashevillebaptist.org has address 66.180.173.33
<0> angiemace@northashevillebaptist.org... deliverable: mailer local, user angiemace
<1> the desired result, isn't it?
<0> well it works locally but i get relaying denied when trying to send mail to that account from say yahoo
<0> mail.northashevillebaptist.org. - 66.180.173.33 [Could not connect: Got an unknown RCPT TO response: 550 5.7.1 <angie.mace@northashevillebaptist.org>..Relaying denied. Proper authentication required.
<1> angiemace@northashevillebaptist.org != angie.mace@northashevillebaptist.org
<0> angie.mace@northashevillebaptist.org... deliverable: mailer local, user angiemace
<0> sorry... i have both accounts pointing to the same user... they currently use angiemace@ but want to change to angie.mace@ to reduce spam
<1> do you need to restart the daemon as you changed your config?
<0> I will try that again... but I think I have restarted a couple of time... brb
<0> that did not seem to help... what do you get when you dig northashevillebaptist.org or try to send mail to angie.mace@northashevillebaptist.org
<0> yahoo returned 204.92.107.33 does not like recipient. which is the wrong/old ip
<1> ;; ANSWER SECTION:
<1> northashevillebaptist.org. 900 IN A 66.180.172.2
<1> ;; ANSWER SECTION:
<1> northashevillebaptist.org. 900 IN MX 10 mail.northashevillebaptist.org.
<1> RCPT TO:<angie.mace@northashevillebaptist.org>
<1> 550 5.7.1 <angie.mace@northashevillebaptist.org>... Relaying denied. Proper authentication required.
<0> does you dig not show that mail.northashevillebaptist.org is 66.180.173.33?
<1> no
<1> ups, sorry
<0> 66.180.172.2 is the correct ip for the website
<1> ;; ADDITIONAL SECTION:
<1> mail.northashevillebaptist.org. 900 IN A 66.180.173.33
<0> right... so i am not sure what is happening... why would it be trying to relay?
<1> 220 web.blueridgewebmasters.net ESMTP Sendmail 8.12.3/8.12.3/Debian-7.1; Thu, 9 Mar 2006 19:00:15 -0600
<1> this is the greeting message
<1> takes some time to accept 250 2.1.5 <postmaster@blueridgewebmasters.net>... Recipient ok
<1> using a high latency backend?
<0> yep...that is the correct server
<0> what the heck would make it want to relay that domain?
<1> good question
<1> for local domains mailertable isn't consulted
<1> so can't be
<0> it may be slow because of the # of users?
<1> maybe
<0> there are about 700 users on this box
<1> but virtusertable.db queries are quick
<0> right... i am pretty new to sendmail... and may have something messed up...
<1> use the pastebot at http://sial.org/pbot/sendmail/ to provide your sendmail.mc?
<0> i have a ton of accounts and this has never happened.... i am not sure what to check.. the local-host-names seems fine as does virtusertable
<0> prolly worth the try to add mail.northashevillebaptist.org to the local host names???
<1> that would make @mail.northashevillebaptist.org addresses to be treated local
<0> ah...crap
<2> "lsailor" at 70.144.94.36 pasted "ahhhh....sendmail.mc" (41 lines, 1.3K) at http://sial.org/pbot/16239
<1> the top 3 lines: did you place them by hand there or are they there after sendmailconfig command?
<1> LOCAL_CONFIG
<1> Cwblueridgewebmasters.net
<1> delete that
<1> both lines!
<0> I have not done anything to sendmail.mc in like 1.5 years
<1> put blueridgewebmasters.net into local-host-names
<0> i am confused as to how something in sendmail.mc could be causing a problem now... it has worked great for over a year and with 100 or more domains
<1> MAILER_DEFINITIONS isn't necessary
<1> compared with a debian install in university
<1> seems like a debianish
<1> but LOCAL_CONFIG has really nothing to be done in there at that place
<1> MAILER(local)dnl
<1> add that mailer above the MAILER(procmail)dnl line
<0> i am lost... trying to follow you.... one sec.
<1> do other domains have the same problem actually as not any longer being local?



<0> nope this has not happened before... and i have added 50 or 60 accounts over the last 6 or 8 months without problem
<0> I wonder if it is my .procmailrc
<1> no
<1> what did you change last?
<1> where the problem started to be there?
<0> hmmm... what the heck.. i tried taking out the .promailrc and that did not help
<0> I just added this account last night... like every other account and it just never worked... all other accounts are still working
<1> yes, sendmail refuses relaying at a time where the LDA isn't in game
<0> the only thing i did differnt... what i added mail/spam to the /etc/skel before creating the accounts
<1> i would say there is somewhere a typo
<1> but haven't seen it so far
<0> that is what i was thinking.... i will check everything again
<0> northashevillebaptist.org from local-host-names
<0> angie.mace@northashevillebaptist.org angiemace
<0> that is from virtusertable
<1> maybe an invisible letter in local-host-names where northashevillebaptist.org appears?
<0> i will delete and re-add it
<1> on the other hand "sendmail -bv" evaluates "angie.mace@northashevillebaptist.org... deliverable: mailer local, user angiemace"
<0> hmmmm
<1> local-host-names is a flat file, changes require a daemon restart
<1> virtusertable.db has to be recreated after virtusertable flat file changes, not daemon restart needed
<0> Restarting Transport Agent: sendmail/usr/sbin/sendmail already running.
<1> ha! an old not dieing daemon process?
<1> ps axuwww | grep sendmail
<0> nice call
<0> it is working now
<0> i did killall and restarted and it seems to be owrking
<1> so all the time a daemon answered which didn't get the local-host-names changes
<0> yahoo still is pointing to 204.92.107.33
<0> Can you send mail to that account... I did a test from http://www.dnsstuff.com/ and it worked but yahoo seems to be still trying to send to the old server
<0> mail.northashevillebaptist.org. - 66.180.173.33 [Successful connect: Got a good response [250 2.1.5 <angie.mace@northashevillebaptist.org>... Recipient ok]] (took 5.500 seconds)
<1> Mar 10 02:34:29 metatron sendmail[2777]: STARTTLS=client, relay=mail.northashevillebaptist.org., version=TLSv1/SSLv3, verify=FAIL, cipher=EDH-RSA-DES-CBC3-SHA, bits=168/168
<1> Mar 10 02:34:30 metatron sendmail[2777]: k2A1YRTO002774: to=<angie.mace@northashevillebaptist.org>, delay=00:00:03, xdelay=00:00:03, mailer=esmtp, pri=120589, relay=mail.northashevillebaptist.org. [66.180.173.33], dsn=2.0.0, stat=Sent (k2A1ZY24030575 Message accepted for delivery)
<0> :)
<0> that is odd... there is still no mail in the box
<1> switch on verbose logging with your procmailrc
<0> i am not sure i know how to do that
<1> echo "LOGVERBOSE=yes" >> /home/angiemace/.procmailrc
<0> where does that log to?
<1> where you tell it to be
<1> by default ~/procmail.log
<1> i think
<1> man procmailrc
<0> i was thinking it would create a file in the home dir but it is not there
<0> adalloz@ is that you?
<1> yes
<0> ahhh..so it did make it... just toook a while... just now showed up
<1> :)
<1> fine
<1> have to go to bed now
<1> [02:49:06]
<1> N8
<0> Hey..thanks very much
<1> you are welcome
<0> night
<0> :)
<3> Hi all. I'm having some trouble knowing where to look next. I'd like to use Maildir as my mailbox format.
<3> Is that a feature of the LDA?
<3> Does sendmail get involved at all?
<4> nope, look at procmail or some other delivery agent
<3> Isn't procmail an LDA?
<4> yup
<3> Are there other LDAs that are better suited for Maildir than procmail?
<3> I'd like to find a way to still all my Maildirs in /var/spool/mail with the name of the user as the maildir name.
<4> maybe, I've only used procmail
<3> k
<5> Zerberus: any chance you are still up?
<6> what is sm-client?
<7> my mail adresses need to have a "mail." before "servername.tld" :(
<7> how and where to change it to no longer need the @MAIL.... it only should be @server.tld
<1> feed local-host-names
<7> in which file can it be changed?#
<1> local-host-names
<7> there is already an entry that only is called server.tld


Name:

Comments:

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






Return to #sendmail
or
Go to some related logs:

#perl
#linux
#kde
kde4-devel logs
unrar sionide
#web
Traceback (most recent call last): File /usr/bin/yum, line 8, in ? yummain
#debian
bt868krf driver
#kde



Home  |  disclaimer  |  contact  |  submit quotes