Hi,
I've installed the postfix and i want to configure to send all incoming messages (inbound) to exchange and send all outgoing messages (outbound) to my ISP relay (smart host).
What should i do ?
Thanks
RP
Howdy,
I have to e-mail accounts configured in outlook 2003. One of them (Microsoft Exchange Server) is used to send/receive e-mails, the other one (Fax Mail Transport) is used to send/receive Faxes.
My question is, how can i select automatically the account to use. When i put an e-mail account...
Hi,
I want to have a combobox that open automatically a new window if i select a specific value.
Here is the ideia. I have this html code:
<Select name="Test" class="formstyleShort">
<OPTION value='' selected>Blank</option>
<OPTION value='R'>CNN</option>
<OPTION value='I'>BBC</option>
 ...
Hi,
Anyone knows what do i need to enable/disable in GPO to permit bluetooth connections ?
Using gpo how do i force "Use drop shadows for icon labels on desktop" option ?
Thanks
Ricardo
Hi,
It's possible, with or without GPO's, restrict one domain account to logon a specific computer ?
For example: domain\user01 logon successfully to computer1 but all the others can't logon to computer1
Thanks
Ricardo
Hi,
I want to disable the access to disk c:\ for some users using GPOs. It's possible ? If yes, how do i do that ?
Each computer have 1 disk with 2 partitions (c:\ and d:\), windows is installed in the first partition and the other will be used to data files. I want to hide the first disk...
I have a print server with 3 ports. I'm using CUPS to manage printers. How do i configure the printer to use the port LPT1_PASSTHRU
Thanks
Ricardo Pereira
Hi,
It's better (performance) use a query with a join or use a single query with case's ?
Example:
Select a.*,b.description from test1 a inner join test2 b
on (a.tt=b.cc)
or
select a.*,case when bla bla bla then bla else bla end
from test1
Thanks
I must convert "units" in "boxes" using one single query.
Here is an example,
I have this information in the database:
Box1 | Box2 | Box3 | Box4 | Units
=================================
10 2 0 10 12
0 0 0 10 225
0 3 0 10 6
0 0...
I have a search page that gets data from an sql server database. My problem is when i search values with left zeros in the begin of the string, they simple disapear.
Example: if i have in the database this string "010505" it appear like "10505".
Why did this happen ?
Thanks
Ricardo
Hi,
I'm using DL (Domain Local) > G (Global) > U (Users) method to implement permissions on my file server.
A user is member of an Global users group (G Users) and this group is member of DL Users group.
My problem is that i give full permission to DL Users group by the user didn´t have...
Hi,
I'm using DL (Domain Local) > G (Global) > U (Users) method to implement permissions on my file server.
A user is member of an Global users group (G Users) and this group is member of DL Users group.
My problem is that i give full permission to DL Users group by the user didn´t have...
When i try to install Windows 2003 guest OS i get a message before the windows start to install.
This is the message:
Windows Server 2003, Standard Edition Setup
===========================================
Setup did not find any hard disk drives installed in your computer.
Make sure any hard...
Hi,
I have had created an arrayList to implement paging. The strange thing is that even if i define an increment of 10 records, i have always 5. What should be the cause of this?
Here is my code:
<%
if (
sReclamacao.equals("")){
ArrayList arrayList = null;
boolean check = true;
//...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.