SPF – Sender Policy Framework

Undgå at dit domæne bliver brugt som spam afsender med SPF. Det eneste det kræver er at du sætter en tekst record ind i din dns zone.
SPF gør det at nå en mail server som har installeret SPF Check, modtager en mail, så gå den ud og spørger dit domænes DNS server, efter din SPF record (Som teknisk bare er en tekst record), her få den at vide hvilket server som er godkendt til at sende mail fra dit domæne.

Lad os tage udgangspunkt i Dalbjerg.nu:
v=spf1 a mx a:nepthys.wsms.dk –all
v=spf1 – Denne beskriver at der er tale om SPF version 1, pt. er det kun version 1 som er brugbart.
a mx – Disse beskriver at a recorden og mx record for dalbjerg.nu er godkendt.
a:nepthys.wsms.dk – Denne beskrive at også nepthys.wsms.dk, må sende mail fra domænet dalbjerg.nu
-all – Beskriver at dette er alle record som må sende mails, alle andre må ikke.
Man kan også bruge den mindre bløde ~all, men nogen mail server vil ikke godtage at andre domæner stadigt sender mail fra domænet.

På Posthuset, kan du få hjælp til at komme i gang med opsætning af spf record, og du kan for hjælp i vores forum, ved at klikke her:

http://www.posthuset.nu/forum/viewforum.php?id=15

eller via wizarden,

http://old.openspf.org/wizard.html

HTC Touch Pro skulle komme til August

Den fedeste mobil kommer til August, der er selvfølgeligt tale om HTC Touch Pro.
Godt nok kan jeg godt lige åbne standarder som linux, men nå man se på den telefon, så er den bare nice.
Først var jeg ellers blevet huk på HTC Touch Diamond, men det blev hurtigt ændret da HTC frigav informationer omkring denne telefon.
Jeg ved godt hvad min løn i August skal bruges til, forhåbentligt bliver der lidt til overs 🙂

  • Størrelse: 102 x 51 x 18.05mm
  • Vægt: 165 g
  • Forbindelser: WCDMA / HSPA: 900/2100MHz. HSDPA 7.2 Mbps og HSUP
  • Operativsystem: Windows Mobile® 6.1 Professional
  • Display: 2,8-inch VGA touch screen
  • Kamera: 3,2 megapixel med videoopkald
  • Intern hukommelse: 512 MB flash, 288 MB RAM
  • Udvidet hukommelse: microSD memory card (SD 2.0 kompatibel)
  • Keyboard: Slider QWERTY (fem rækker)
  • Bluetooth: 2.0 med EDR
  • Trådløs: WiFi 802.11b/g
  • GPS: GPS/AGPS
  • Stik: HTC ExtUSB (mini-USB og lydstik i ét; USB 2.0 højhastighed)
  • Batteri: 1350 mAh
  • Taletid: GSM: op til 8 timer
  • Standby tid: GSM: op til to uger
  • Chipset: Qualcomm MSM 7201A 528MHz

Læs mere omkring den her: www.htc.com/www/product.aspx

Exchange 2003 – Find a email address

If you want to find witch user or public folders that have and specify e-mail address, you can search the Active Directory for it.

    • Open the Acive Directory Users and Computers Management Console
    • Right Click on the domain > Select Find
    • Select Custom Search in the Find field
    • Select the Advanced tab
    • To find the entity with the email address [email protected] for example, enter the following in the LDAP query field:
(proxyAddresses=smtp:[email protected])
  • This will list the entity containing the email address entered.
  • Wild cards can be entered within the email address (*) to return multiple matches.
  • If you want to view all the email addresses within the results list, select View > Choose Columns… and select Proxy Address – doing this in assoication with the query (proxyAddresses=smtp:*@kennethdalbjerg.dk) will give you a list of all entities within the organisation that have an email address, together with all the email addresses they have.
  • For excellent website design ideas visit cheap website design brisbane.

Forward Inline or As Attachment by Default in Thunderbird

To change whether Mozilla Thunderbird inserts the forwarded message as an attachment or inline in the new email:

  • Select Tools | Options… (or Thunderbird | Preferences…) from the menu.
  • Go to the Composition category.
  • Make sure you’re on the General tab.
  • Choose Inline or As Attachment under Forward messages:.
  • Close the preferences window.

Opgraderingen til Apache 2 fra Apache 1.3 og danske bogstaver

Jeg har her til aften opgraderet en webserver fra Apache 1.3 til 2.0, herefter var alle danske bogstaver rettet af alle muligt mærkelige tegn.
Dette kan nemt rettes i apache2.conf filen, som ligger i /etc/apache2/apache2.conf (I hvert fald hvis du kører Debian).

Her skal du finde linien:
# AddDefaultCharset ISO-8859-1
Og så rette den til
AddDefaultCharset ISO-8859-15 (Forskellen på ISO-8859-1 og ISO-8859-15 er at € tegnet er med.)

Herefter skal apache genstartes dette gøres med ”apache2ctl restart”

Problems with apt-get in Debian (NO_PUBKEY A70DAF536070D3A1)

I got this error:

W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1
W: GPG error: ftp://ftp.port80.se testing Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1
W: You may want to run apt-get update to correct these problems

This can be resolve but typing:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1
gpg --armor --export A70DAF536070D3A1 | apt-key add -

Windows Terminal Server and printing.

I recommend Thinprint to all Microsoft Windows Terminal Servers users.
This be curs it very simple and at the same time one of the best printing tools for terminal server i have seen.

In the 2 years we have been running Thinprint on our Terminal Server, we never have a outage that we can blame Thinprint for.

When you have install Thinprint, it is a best to disable windows printing on the Terminal server, this can be done in Terminal Services Configuration

In the Terminal Server it’s done this way:
Go into Terminal Services Configuration (Start -> Administrative Tools -> Terminal Services Configuration).
Click on connections.
Right click on RDP-TCP and chose properties.
Click the tab “Client settings”, and click on disable Windows printer mapping.

Now you have disabled the Windows Printing, and only Thinprint is now working.

Arcserve (Brightstor) Linux behind Windows Arcserve R12

We have upgraded a Arcserve (Brightstor) R11.5 to version R12. But behind this one there was install some R11.1 Linux agents. We have been told by CA Support that R12 support R11.1 linux clients. That can maybe be true, but not in our setup. We need to upgraded the R11.1 to R11.5. There is not yet a R12 Agent to Linux out there.

R11.5 can be download from CA Trials page: http://www.ca.com/trials, but remember that you need a R11.5 license.

[ad]