Gray.me.uk - Tech and Linux Blog
  • Home
  • About
  • Contact Me
  • Services
  • Search

Month: August 2013

No Image

Small Script to delete 1 or more emails from postfix queue

August 6, 2013 MH Tech. 0

#!/usr/bin/perl $REGEXP = shift || die "no email-adress given (regexp-style, e.g. bl.*\@yahoo.com)!"; @data = qx</usr/sbin/postqueue -p>; for (@data) { if (/^(\w+)(\*|\!)?\s/) { $queue_id = $1; […]

No Image

Problem with php mail function bouncing emails back to postmaster.

August 6, 2013 MH Tech. 0

A server I manage hosts around 200 sites each owned by different webmasters.  A number of these have form to mail style scripts.  A small […]

Search this site

Categories

Server Administration Services

I provide server administration, problem solving and other services. Please see Services option on main menu.

$5 a month for an SSD based VPS

digitalocean-logo

Archives

Copyright © 2022 | WordPress Theme by MH Themes