search for: immt

Displaying 6 results from an estimated 6 matches for "immt".

Did you mean: imm
2015 May 20
2
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...ke McKoy wrote: > There must be something else keeping the instance of postfix from listening on that IP & port.... I'm thinking something at the CENTOS level. I cannot get the port to open on 172.30.1.65 regardless of what I try. > > Again here is the config I have in /etc/postfix-immt/main.cf. Are you sure those files are being used, rather than files in /etc/postfix? If changes that you make there aren't affecting the behavior of postfix, the simplest explanation is that they aren't the correct files.
2018 Mar 28
0
x86 instruction format which takes a single 64-bit immediate
...ode within the various X86 opcode maps. For most instructions this the value between prefixes and the ModRM byte. Form - Classifies how operands are encoded into the various fields that encode operands, i.e. modrm.reg, modrm.rm, vex.vvvv, rex.r, rex.x, rex.b, etc. See format list below. ImmT - Determines the size of the immediate, if any at the end of the instruction. OpSize - Used to inciate instructions that need a 0x66 operand size prefix to encode 16-bit operands in 32 mode or 32-bit operands in 16-bit mode. AdSize - Used to mark instructions that need t...
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
I am attempting to create an instruction which takes a single 64-bit immediate. This doesn't seem like a thing that would exist already (because who needs an instruction which just takes an immediate?) How might I implement this easily? Perhaps I could use a format which encodes a register, which is then unused? Thanks for the help. Gus -------------- next part -------------- An HTML
2015 May 20
2
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
Hi trish, i have postfix configured to listen on that ip... it's still not listening. see below: # Note: you need to stop/start Postfix when this parameter changes. # #inet_interfaces = all #inet_interfaces = $myhostname #inet_interfaces = $myhostname, localhost inet_interfaces = 172.30.1.65 # Enable IPv4, and IPv6 if supported inet_protocols = all -- Mike McKoy *404.590.7176*
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...& port. When I set the config to localhost it only sends out using the main postfix instance and it uses the wrong IP to do so. I'm thinking something at the CENTOS level. I cannot get the port to open on 172.30.1.65 regardless of what I try. Again here is the config I have in /etc/postfix-immt/main.cf. # Note: you need to stop/start Postfix when this parameter changes. # #inet_interfaces = all #inet_interfaces = $myhostname #inet_interfaces = $myhostname, localhost inet_interfaces = 172.30.1.65 # Enable IPv4, and IPv6 if supported inet_protocols = all I appreciate all help. I'm ext...
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...must be something else keeping the instance of postfix from >> listening on that IP & port.... I'm thinking something at the CENTOS level. >> I cannot get the port to open on 172.30.1.65 regardless of what I try. >> >> Again here is the config I have in /etc/postfix-immt/main.cf. >> > > Are you sure those files are being used, rather than files in > /etc/postfix? If changes that you make there aren't affecting the behavior > of postfix, the simplest explanation is that they aren't the correct files. > > > ________________________...