Displaying 20 results from an estimated 8000 matches similar to: "ast_fax with sendmail"
2005 May 30
1
How to configure Inter7's Asterisk Fax with Postfix
I'm running Postfix as my email server. When comes to configuring
Asterisk Fax, Inter7 recommends QMail. Does anybody knows postfix
equivalent for the qmail? I don't have any knowlegde in QMail.
This is the installation guide for astfax.
( http://www.inter7.com/astfax/INSTALL )
------------------------------------------------------------------------------
3) Configure MTA
[ This step is
2005 Oct 07
3
RE: faxing to/from asterisk - new scripts
Roman:
I created two bash scripts called Mail2Fax and Fax2Mail for use with the
asterisk sever.
They leverage the app_txfax and app_rxfax scripts, along with ast_fax. They
make using these apps a lot easier, including being able to mail to
fax@domain.ca for outgoing faxes and then extracting phone numbers from the
subject line! (Makes it easy to use with Sendmail without complex rules /
2006 Apr 09
3
redirecting some addresses with sendmail
I have a fully working cyrus+sendmail mail server hosting all users
for foo.com. Company foo has been acquired by company bar and it has
been decided that bar.com is the new domain of choice. The
administrator of bar.com has added a pile of redirects to send various
user at bar.com addresses so they come up to my server at foo.com. My
users have changed their From: addresses to user at bar.com and
2007 Dec 18
1
Deliver, sendmail, virtual users, and catch-all addresses
I have spent a long time looking into this and can't find the answer
I'm looking for, so I'm asking here. I'm cutting the example down to
just the bare minimums. This is NOT my actual configuration, but is
sufficient for asking this question:
How can I use dovecot's deliver LDA to deliver to virtual users, but
then have unknown virtual users fall back to catch-all
2009 May 06
1
precision of wait dialplan application
Hello !
In order to chase after a problem I implemented the following dialplan to have an
answertime of exactly one minute:
exten => xxxxxxxxxxx,1,NoOp(Test wait)
exten => xxxxxxxxxxx,n,Answer
exten => xxxxxxxxxxx,n,NoOp(Current timestamp: ${STRFTIME(${EPOCH},,%C%y%m%d%H%M%S)})
exten => xxxxxxxxxxx,n,Wait(60)
exten => xxxxxxxxxxx,n,NoOp(Current timestamp:
2009 Apr 16
1
Sendmail forwarding external email sent to root
Hello:
On a CentOS5 machine I set up for a client, in /etc/aliases,
I set root's mail to forward to my email address so I can
get notices from cron, etc.
Unfortunately, I am now getting a lot of spam which is
sent to root at theservername.com
How can I tell sendmail to not accept external email to
root?
I searched the Internet and found some horribly convoluted
solutions. There has to
2015 Jan 18
2
sendmail not invoking dovecot-lda
hi dovecot mailinglist
- Configuration
FreeBSD-9.3
sendmail -d0.1 == sendmail-8.14.9 <<--
dovecot --version == dovecot-2.2.15
# ===================================================================
# I'm trying to get sendmail to invoke dovecot.m4 ( dovecot-lda ) to
# deliver emails to dovecot's virtual users ( /etc/dovecot/passwd )
# or mysql/postgresql virtual users
#
2007 Dec 05
5
Anyone using sendmail?
Hi all,
Does sendmail support virtual-non-unix-users setup?
Any URL about it?
I tried to ask in #sendmail channel, but nobody answered.
I google around, but, all url only talks about virtual domain and mapping to
unix users.
Thank you,
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
http://linux2.arinet.org
09:09:34 up 1:25, 2.6.22-14-generic GNU/Linux
Let's use
2005 Nov 04
4
Sendmail
I know this is a "generic" question, but fully CentOS related. I
attempted to set up i386 v.4.1 on my primary computer at the co-located
site, and thought I had everything squared away till I discovered the
machine was refusing mail connections. AFIK, I had no firewall or other
objects blocking port 25. It has been my experience that with most
arch's and versions where sendmail is
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
Hello, I'm trying to configure sieve plugin on my mail server so that people can do mail filtering (and mostly vacation notification) on their account. The mail server is running fine since 5 years and is based on :- sendmail- dovecot- roundcube It serves 2 differents domains. I've recently installed pigeonhole for fc17, and managed to configure managesieve plugin in roundcube
2008 Jun 09
8
sendmail not sending after reboot
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out. No
clear identifiers in the /var/log/maillog or /var/log/messages.
We're not setup for ESMTP as it's a closed network and I'm really hoping
for a kickstart as to
2005 May 11
3
Dovecot Sendmail Maildir
Hi all,
I'm using Debian (testing) for my office mail. I'm using sendmail
and Dovecot to deliver email to clients over IMAP using mbox format.
I want to move over and start using Maildir. I know that I can use
different MTA's to do the job, but I really like sendmail, and I run
additional sendmail servers across the my internal and external
networks. I'm probably
2010 Jun 04
5
help with sendmail closing relay
I have centos 4.8 i686. It has stock sendmail. see file below.
I am getting reports that it is an open relay. I have searched all
around and
it seems like it should be closed. I have dnl for
accept_unresolvable_domains.
What can I do to close my sendmail.
Thanks,
Jerry
My sendmail.mc is as follows:
---------------------------------
divert(-1)dnl
dnl #
dnl # This is the sendmail macro config
2009 Jun 08
2
How to add these headers to a xml response
Hi,
I need to create something like this:
<?xml version="1.0" encoding="UTF-8"?>
<Container>
<id>aQlfVHX+qPM</id>
<lifetime>2009-09-19T08:14:55Z</lifetime>
</Container>
The response should contain the next headers:
Content-Type=`application/vnd.3gpp+xml`
2006 Jun 23
1
SIP -> PSTN calls not connecting properly
Hi,
I've got a problem with my asterisk set up which has been going on for a
while (months). I'm currently running 1.2.7.1 on a gentoo box with the
topology below:
+-----+
PSTN ---------+ * +------------- Service Provider
(wctdm400p) +-+-+-+ IAX
| |
| |
FXS --+ +-- SIP (cisco 7940)
2008 Nov 04
2
Sendmail using SMTP authorization
Hi -
OK not really an Asterisk question but it is affecting one of my
favorite features - emailing voice mail! I've posted on some Linux
forums and sendmail.org but no response so I'm hoping someone will
take pity on me ;-)
My ISP requires SMTP authorization and I'm having a heck of a time
getting it to work. I've included the following below:
Asterisk 1.4.21
CentOS 5
Sendmail
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
Using 1.6 on Fedora Core 9 I'm trying to receive faxes. I've got this far:
[incoming-fax]
exten =>
s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM})
exten => s,2,ReceiveFAX(${FAXFILE}.tif)
exten => s,3,Hangup()
exten=>h,1,System(/usr/local/bin/fax2mail --cid-number "0${CALLERIDNUM}"
--cid-name "home fax"
2005 May 14
3
Adding/Removing Headers with Sendmail
Hi,
I posted this query a few weeks ago but never received a response. I'm
guessing that I didn't put things right, so here is another go.
The company that I work for currently has email addresses in the format
of:-
firstname.surname.ext at example.com
Which we use for various marketing campaigns (therefore the .ext bit is
variable).
Currently we have this setup as distribution
2006 May 15
0
Dovecot + Sendmail + virtusertable
Hello,
I was wondering if there was a way to have dovecot authenticate using
sendmail's virtusertable to map virtual users to system users. My goal
is to allow virtual users (bob at domain.com) to authenticate via pop or
imap using the full user at domain scheme. I tried enabling 'vpopmail' as
passdb and userdb in the default namespace but I get this error:
dovecot: May 15
2005 Oct 10
2
Throroughly confused about SetCallerID
Folks,
I've been trying to handle the problem where
blocked callerids appear as coming from
asterisk <asterisk>
on the email notification, and the message
envelope simply doesn't say anything (does not
actually play the vm-unknown message).
So, following the tip provided by several
previous posters, I tried putting this in my
extensions.conf (the xx's are my DID,