Check your IE settings in the internet options - connections tab.
Check your IE settings in the internet options - connections tab.
im not sure about that - trial and error is how i would figure it out... the journal mailbox to my beleif would have to be on the same server as the mailbox server role - how big are you expecting the mailbox to get?
look into journaling.
if im remember right, journaling will send a silent copy of all messages sent or received and store them in a mailbox. you will then have a copy of the email weather or not they delete it
you could also use transport rules to copy a mailbox on all in or out messages
do you have any code? how many sub items?
go to control panel - admin - event log
clear the application event log
restart the server and try to open the wsus management console
post the errors that appear in the application event log here and ill try to help out
yup sorry i couldnt be more help - someone else might be able to provide some more info i dunno
good luck!
yes you didnt come up as spam (1.5 is kinda high though) HAM is good.
you don't have anything above configured based on the results tho - they would say passed instead of nuetral. some mail server are very strict and require additional checks before they receive mail - i am betting that is what your problem is.
also, one peice of advice. im not sure the exact location off the top of my head in exchange 2003. but change your FQDN that your exchange server responds with from helo mesages to mail.yourdomain.com instead of exchangesrv.yourdomain.com
this way everyone doesnt know your internal mail servers fqdn.
in 2010 it is under server config, hub transport, receive connectors. just go to the propertys and you will see the fqdn
also one last thing that you can try - look at the event logs on the server itself. see if there are errors. if there are do searches on them see if any of them relate to the issue you are having.
its just kinda hard to trouble shoot based on delayed message responses :\
send an email to the check-auth@verifier.port25.com and post the response if you could - i forgot about that
Mcafee Mxlogic 'cloud' anti-spam functionality for incoming message.
Antivirus on each computer in company
Antivirus on Exchange and DNS servers
Setup SPF record
Setup DKIM
Setup domainkey
Setup senderID
Submit SPF to Microsoft, Yahoo, etc. for 'whitelist' purposes.
Configure size limits for messages in Exchange to safe numbers
I have 2 outside IPs for my email server, in case one gets blacklisted, switch to the backup.
My Internet site rests on a different ip than the mail server
All mass emails for company sent through 3rd party company (listtrak.com)
Setup domain alias, media, enews, and bounce for the 3rd party mass mail software.
Verify the setup using check-auth@verifier.port25.com
Configure group policy and our opendns.org account to prevent unwanted actions and website viewing
Configure rDNS for all sending server's IP address(es) (Not needed inbound servers.) port25 will catch this.
Configure subdomain for outside mailers to use, or have them use their addresses.
Match hosts DNS to servers name used for HELO/EHLO message. Switch name if switching IPs.
Setup mechanism for clearing invalid addresses off mass mailing list.
Register your server with dnswl.org.
i keep typing the wrong shit. im not 100% familiar with exchange 2003*
im not 100% familiar with exchange, it has been along time since i used it. my suggestion would be to configure a smart host (verify easy to configure based on google searches) that has all the correct ptr, rdns, spf, sendierid, and so on information configured. this way when the remote mail server sees the email everything looks good and it is delivered.
i actually posted a mail server check list before. let me see if i can find it and i will post it - that is if you want to try and configure everything properly on your end
do you mind giving me your mails server external address? if not thats fine.
you are going to want to verify a few thing..
make sure that you have PTR records (reverse dns) with your ISP for your mail server.
you can test this by doing ptr:mailserverexternal on mxtoolbox.com
do you know if you have SPF records - sendID setup?
my guess is this,
that remote mail server is doing checks on the email. spf , reverse dns, and so on. but it is finding things it does not look and considering your mail to be 'spoofed' and not accepting it.
Ok i reread your original post. if the message was delivered to there junk email - no you would not see it in the Que.
have you ever been able to send email to these outside addresses ?
I'm sorry let me slow down --
on exchange 2003 you dont need to configure a smtp send connector - you only need to do this on exchange 2007 +, so you don't need to configure one. I am sorry about that I was thinking you where on exchange 2007..
Just so I understand, you are using postini as a incoming mail scrubber for spam/antivirus etc? and there is no filtering on outbound email correct?
you are right - in exchange 03 send connectors are read only you dont need to configure one until you migrate
or something like that
OH im sorry i back tracked and saw that you are using exchange 2003. I'm speaking of 07-10
tell the sever how to route mail to the outside world * sorry my typing is off this morning
im just offering a suggestion. everyone i have delt with told me that i need a send connector - every book, video tutorial, and course if taken says to use send connector. i'm actually kind of surprised that you didnt have one...
on the hub transport you have receive connectors and send connectors
receive connectors receive your new email based on the mx records of your domain and so on
send connectors tell the server have to route mail to the outside world
try to send an email that you know will get held in the que
go to toolbox - que viewer. let me know where it says the message is stuck at
you are going to want to do custom*
your going to want to do customer
smtp
address space *
cost 1
its up to you to include subdomains
use domain name system mx records to route mail but i would suggest that you get a smart host.
check with your isp - they may let you use there corporate mail server (mail.isp.com) as a smart host - youll have to talk to them however. I think macafee lets you use there mail servers as smart hosts too.
well you are going to need to configure a send connector.
also - just to verify goto www.mxtoolbox.com type in your external ip for your mail server, make sure you are not black listed anywhere.
do you have a smart host configured on the send connector?
what do you have setup for your send connector?
did you try to manually connect to the remote smtp server from your server using telnet on port 25?
telnet remote-email-server 25
helo
mail from: test@yourdomain.com
rcpt to: remotemeial@theredomain.com
let me know what the response says
what does the NDR say?
what do you mean by the work? Open dns is free, you just point your primary and secondary dns to there servers. register with them , provide them your ip (if you are dynamic i think they have software) go from there it is fairly easy www.opendns.org
this might sound really dumb. but if you remove the www does it work?
you might also want to look at opendns.org - it may provide alot more easy to use blocking features for you and is fairly easy to configure and setup
what is not working where is the error what does your code look like ?
yes.
use the net time command
net time \\timeserver /set /yes
this will sync the local computers time with the server (i beleive, you might have to be on a domain but im not 100% sure..)
i think it would be something like
shell("net time \\timeserver /set /yes")
what exactly is it that you want it to do? says the server connection could not be established?
how about some code
select * from whatever where whatever = '" & textbox1.text & "'
Dim dt As New DateTime(2011, 4, 5)
Dim s As String = dt.ToString("yyyyMMdd")
also, if you import the vb6 references (tools, upgrade vb6 code) type code and convert it to add the simple way, im not sure the reference names
you can do vb6.format(now(), "YYYYMMDD")
honestly, if you are running windows 7 and visual studio .net and whatever else you are doing
you want to up that ram to atleast 4gbs.
maybe im wrong with what u mean,
private sub determinecheckstatus(ByVal sender As System.Object, ByVal e As System.EventArgs) handles checkbox1.CheckedChanged, checkbox2.checkedchanged, checkbox3.checkchanged and so one
dim textboxtext as string = string.empty
if checkbox1.checked then textboxtext += " checkbox1, "
if checkbox2.checked then textboxtext += " checkbox2, "
if checkbox3.checked then textboxtext += " checkbox3, "
and so on
textbox1.text = textboxtext
end sub
i am not the best with vb.net, but that should do what u are looking for
someone probably has a better method tho
yup mark as solved please ! :P
System Restore is a Windows system rollback. It resets Windows and a majority of programs back to previous saved states, undoing any updates, new installations, and settings changes that have happened after the restore point was set. It doesn't, however, recover deleted data files or get rid of infection. Your data will be unaffected by a Windows System Restore.
System Recovery is usually what the manufacturer calls their built-in tool to reset the entire computer to factory default. If your computer came with restore or recovery disks then they accomplish the same thing. All data on the system is wiped and only what came on the system originally is reinstalled, courtesy of the recovery disks. All your data, added programs, and ideally virus infections are removed, and the system is just like it was when you bought it.
If your system uses a recovery partition (a separate chuck of the hard drive used to store the recovery data) then virus infections might not necessarily be taken care of. A recovery partition is susceptible to virus infection just like the rest of your hard drive, meaning if it becomes infected it can and usually will reinfect your system when you do a full system recovery.
hit the start menu. type backup
click backup and restore
create a system-image, create a system repair disc
system restore is different then the recovery discs. your friend is right you will need around 5 dvds to create the recovery disc.
in that case, not sure actually. i dont think you can atleast in that query
your joining the table based on the jobs in the location that they entered.. that will only return stats that match the job location.
maybe add it manually to the suggestions. not sure someone else might know how to do that, but i dont
sorry i got confused when i put the group by. yeah that would group everything under AR. group by city will make sure a city - state combination only shows up once.
so, you want all the city - state cominations + just a state to show up?
like,
if i type arkaansa
suggestions:
arkansa
whatver arkansa
whatever2 arkansa
whatever3 arkansa
is this what you mean?
SELECT DISTINCT jobs.city AS city, state.postal AS state_prefix, state.name AS state FROM jobs LEFT JOIN states ON states.State_ID = jobs.state_id WHERE j.city LIKE '%$location%' OR st.name LIKE '%$location%' GROUP BY state.name ORDER BY j.city ASC,st.name ASC LIMIT 10
if you want everything to show up no matter what, remove the j.city LIKE '%location%'
and do the state.name LIKE '%location%'
that will show everything in the current state that they enter?
let meknow the outcome and ill look at it again
SELECT
j.city AS city,
st.postal AS state_prefix,
st.name AS state
FROM states st
LEFT JOIN states ON states.State_ID = jobs.state_id
WHERE j.city LIKE '%$location%' OR st.name LIKE '%$location%'
ORDER BY j.city ASC,st.name ASC
LIMIT 10
get rid of group by j.state_id (im assuming that is the id for a state name)
your essentially grouping everything under one state if im right
i live in pa
if im from pittsburgh, but you group state, for all i know altoona or philidelphia could be the only viewable option.
i could be wrong though and am not looking at ur query right
codeword
i thought the same, however
classLibrary.addParameter("@Room_ID", SqlDbType.VarChar, txtRoom_ID.TextLength, txtRoom_ID.Text)
classLibrary.addParameter("@CivilStatus", SqlDbType.VarChar, cboxCStatus.SelectedItem, cboxCStatus.Text)
he said it doesnt error until civilstatus. and the @room_id insert is basically the same.. the txtroom_id.textlength is an integer, as is the cboxcstatus.selecteditem.
the room_id works however?
classLibrary.addParameter("@CivilStatus", SqlDbType.VarChar, cint(cboxCStatus.SelectedItem), cboxCStatus.Text.tostring)
what does the addparameter function look like
is it highlighting the cboxstatus.selecteditem or the cboxstatus.text?
what exactly does the error say?
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.ComboBox1.Items.Add("male")
Me.ComboBox1.Items.Add("female")
End Sub
Private Sub AddParameter(ByVal index As Integer, ByVal text As String)
MsgBox("INDEX: " & index & " - SEX: " & text)
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Call AddParameter(ComboBox1.SelectedItem, ComboBox1.Text)
End Sub
End Class
make a new project,
add a form
add a combobox
add a button
paste that code
hit play, and press the button.
i don't understand what exactly the problem is? is it because the item is returning 0 instead of 1 ?