Archive for April, 2009

Fax through email, email through scanner, with Exim

Thursday, April 23rd, 2009

Just to share, and to write down a note for further reference.

The good:

  • I’ve a fax/scanner/printer that’s able to directly send via email what you scan
  • I’ve a email to fax service

The bad:

  • the only way you can write the email address on the printer is with an alphanumeric keyboard, like the one of a mobile phone
  • the destination address is in the form of
    NUMBER@my.verylongdomain.com
    so sending faxes is very slow

I needed to make that address shorter.

Thanks to Exim (the internal smtp server we use), I was able to map a shorter form of the previous address with the original.

On Debian lenny, I’ve added the file /etc/exim4/conf.d/router/050_exim4-config_forward_domain

forwarddomain:
driver = redirect
domains = f
data = $local_part@my.verylongdomain.com

Now my co workers can send emails to NUMBER@f and Exim will remap them to NUMBER@my.verylongdomain.com

HTH

AsteriskNow 1.5 released

Monday, April 6th, 2009

Just to forward the news, if you are using Asterisk and would like to have an integrated, asterisk-only-oriented distro, maybe in a virtual machine

AsteriskNOW 1.5.0 released

AsteriskNOW 1.5.0 is immediately available for download at http://www.asterisknow.org/downloads (existing users can run `yum update` to keep up with releases - in some rare cases, users may need to run `yum update glibc` first).

More at http://www.asterisknow.org/node/48579