-
geometryWhat does ^b in csh do?
-
geometryI'm looking at a shell inside tmux, accidentally caused a ^b to be sent and it isn't responding.
-
LXGHTNXNGIt's a tmux escape code, not csh.
-
LXGHTNXNG^b c can create a new window, ^b w can switch windows
-
geometryYes, but ^b^b will cause it to send a ^b and the shell's state seems to now be unknown.
-
geometryAh, perhaps tmux is in some sort of command-mode.
-
LXGHTNXNGso the shell received a ^B?
-
geometrySeems tmux had gotten into some sort of command mode, simply needed a 'q' to be talking to the shell again.
-
geometryOkay finally archived any history from that shell.
-
masonrwp: Thank you. Yeah, that doesn't sound bad.
-
rdrnesting tmux is illegal in many states
-
LXGHTNXNGcitation?
-
rdrit's a joke haha
-
bsdrobertpunchline shoulda been a funny citation
-
bsdrobertcomedians never give up
-
rdrdang you're right
-
jan0tyou nest tmux?
-
jan0ti nested 3 instances of emacs inside emacs
-
jan0tI used emacs shell to ssh into a server and use emacs there
-
jan0tthen i continued to use ssh from there to another server
-
LXGHTNXNGi nest tmux
-
geometryNow I need to find help with Sendmail (guess how long this installation has been around).
-
masongeometry: What's your Sendmail doing?
-
geometryRather a lot for this site. :-/
-
geometryIn this case a message was rejected by a rule and I'm not too familiar with Sendmail rules.
-
geometry"ruleset=check_relay"
-
geometry"reject=550 5.7.1 Access denied", though that should nominally be incoming handled by the local system.
-
masongeometry: Safest bet is to ignore .cf and manage your config with .mc.
-
geometryWould be safe, accept this is an existing installation and I'm not ready to make major changes yet.
-
geometry^accept^except
-
masongeometry: Well. If it's failing in various ways, getting it under control is critical, and having a maintainable config is part of that. It'd be worth understanding what the expected behaviour is.
-
geometryI suspect it may be a maintainable config, but it was written by someone who had been working on it for decades.
-
masongeometry: Your error sounds like it's an outdated RBL or something, possibly, and that could have some pretty bad effects on delivery depending on how you react to the inability to check.
-
masongeometry: Well. They should have been using .mc. That was the best practise when I started using Sendmail in the 90s.
-
masonIf they're doing funny things in .cf, those should have been well-documented. It's really just about unheard-of to have anything that would require any complexity in .cf.
-
masongeometry: So you can do things like, configure a sane .mc, generate a .cf, and see how it differs from what you've got.
-
LXGHTNXNGis the format of .cf directly docuented?
-
geometryThey may be derived from the .mc files, but I'm less than 100% certain of that.
-
masongeometry: Find all the .mc files you can, generate .cf's from them, and see what matches or what's closest.
-
masonAnd as LXGHTNXNG notes, see if they properly commented the .cf in the event that they were writing .cf directly.
-
geometryAh, I think I found the issue.
-
masonAlso, if it's a legacy system and no one's been maintaining it, look at mtimes on the various files and you might match up .mc and .cf that way.
-
geometrySomeone had been maintaining it, but I think they had gotten over their head.
-
masonEasy to do.
-
geometryThey were resorting to desparation tactics to try to cut down on spam and looks like they added something incorrect to the access list.
-
geometryHmm, seems the RCS files are out of date. :-(
-
masongeometry: Look at dnsbl here: sendmail.org/~ca/email/doc8.12/cf/m4/features.html
-
masonShould be trivial to add.
-
masonThe last time I ran Sendmail myself, I was using it with UUCP. But I've had to support it for other folks much more recently.
-
geometryThe real problem is nothing is the spammers are still trying despite all efforts to fight them. :-(
-
geometry^is nothing^
-
geometryEducating users still isn't crushing their margins sufficiently to make them stop.
-
geometryI haven't decided advertising is inherently evil, but I've started to wonder...
-
masongeometry: Beware, a whole new worldview awaits you.
11 minutes ago