Tagged Questions

1
vote
2answers
34 views

What is the proper way to send an email *directly* using the SMTP protocol? (bypass MTA on my end)

I need to send emails DIRECLTY to the recipient's mail-server, bypassing any MTA's on my end. I know there are some great reasons to use MTAs like sendmail, etc, so I don't need a …
0
votes
1answer
30 views

exim4 nonstandard ports

I am trying to use exim4 on debian to relay mail, nothing more. I have a stage mail server and a production mail server (both written custom in python to do weird stuff). I also …
0
votes
1answer
35 views

exim “emulating” Outlook configuration via CYGWIN ?

Hello, I would like to send an e-mail using CYGWIN. I have installed exim and want to use the same config as what I have in Outlook at the moment to send the mail (my company …
0
votes
0answers
9 views

Is it possible to combine BATV and smarthosting?

Is it possible for a webserver with no special mail configuration to support BATV by having the BATV implemented on the smarthost or SMTP server which the mails are delivered via? …
1
vote
4answers
111 views

How can I programmatically verify if a CYGWIN app is installed in a SH script ?

Here's the situation : I am writing a SH deployment script that will deploy a website with an RSYNC command in CYGWIN. After the installation, I want to send an e-mail to the dev …
0
votes
11answers
1k views

What’s a simple method to dump pipe input to a file? (Linux)

I'm looking for a little shell script that will take anything piped into it, and dump it to a file.. for email debugging purposes. Any ideas?
1
vote
1answer
172 views

exim configuration - accept all mail

I've just set up exim on my ubuntu computer. At the moment it will only accept email for accounts that exist on that computer but I would like it to accept all email (just because …
0
votes
1answer
172 views

Exim sender callout verification but only for my domains

I have exim 4 on my backup MX server. I'd like to configure it so that sender callout address verification is done, but only where the domain part of the sender address is listed i …
1
vote
4answers
1k views

How do I fix “501 Syntactically invalid HELO argument(s)”?

I'm using exim on both the sending and relay hosts, the sending host seems to offer: HELO foo_bar.example.com Response: 501 Syntactically invalid HELO argument(s)