Tagged Questions

1
vote
5answers
431 views

How to send email from a specific ip address?

I'm running a vps with cPanel/CentOS, And i want to dynamically choose the IP address to send an email from right inside the php code. ( i'm open to any weired ways ) Is there any way to do that? i ...
1
vote
2answers
197 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 advice in that ...
1
vote
1answer
555 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 in local_domains or ...
0
votes
0answers
47 views

How to Remove Senders information during remote SMTP connection

I am try to send mail using remote SMTP using EXIM, cPanel . I using server 1 to send mail my remote connection of server 2 SMTP but in header ho mail showing information of server 1 who to I remove ...
0
votes
0answers
89 views

Why does Exim puts emails on hold if there are frozen messages in the queue? [closed]

Moved Why does Exim puts emails on hold if there are frozen messages in the queue? I've a CentOS with CPanel server working as a SMTP server, which currently uses 20 different hostnames and IP ...
0
votes
3answers
533 views

Catchall Router on Exim does not work

I have setup a catchall router on exim (used as last router): catchall: driver = redirect domains = +local_domains data = ${lookup{*@$domain}lsearch{/etc/aliases}} retry_use_local_part This ...
0
votes
1answer
167 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 have all these ...