Questions tagged [exim4]

96 questions
0
votes
0 answers

PHPMailer cannot send to pop3 emails (VestaCP)

For the past few days i'm trying to config PHPMailer to send emails to our new clients. Everything seems to work with imap but when i try to send to a pop3 email i don't get any error and i don't receive any email. My smtp server is under the same…
Diogo Jesus
  • 318
  • 4
  • 19
0
votes
1 answer

Recursive lsearch in exim

I have the following router in my exim.conf: my_redirect_router: driver = redirect data = ${lookup{$local_part@$domain}lsearch{/etc/exim/file}} The /etc/exim/file used by lsearch has the following lines: asdfqwerty@domain.com:…
cs61c.ta
  • 21
  • 2
0
votes
1 answer

Exim TLS error while reading file cert=REMOTE_SMTP_/etc/exim4/exim.crt

After a week of installing and configuring my first Linux (mail)server (Debian 9, Exim 4, Dovecot) the TLS encrypted communication with my client works. Sending, receiving and DKIM signing also work. Except for this problem I find in my logs when…
projectx
  • 1
  • 4
0
votes
1 answer

Getting exim variable in perl script

My problem is with exim.conf where i try to set hostname using perl In exim.conf host = "${perl{func}{arg}}" In exim.pl.local its accessing Exim variable from exim.conf in following way my $phost =…
Tech2002
  • 1
  • 1
0
votes
2 answers

Exim getting random credential in exim.conf

I have been trying to get perl subroutine value and substitution to get the required part of string from randomips subroutine in exim.conf. However when i use string substitution i get error as follow: Here is what I am trying to achieve I am…
MindGamer
  • 136
  • 8
0
votes
1 answer

ossec and email configuration

i'm stuck on my OSSEC configuration. my server makes use of exim4 for sending email. that works fine. i have OSSEC with pretty much all of the defaults. i have my email configuration in the ossec.conf file similar to:
pRose_la
  • 194
  • 1
  • 12
0
votes
0 answers

How to use Sendmail in a PHP application using Debian

I have a PHP application with a "send e-mail" function in it. It looks a little like this (hidding personal information): //SEND EMAIL $destination = $destination; $subject = "Issue - " . {issue_number}; $body = "Mr(s). Issuer

rest of…
Frodo
  • 11
  • 2
0
votes
1 answer

How can I get the Delivery Status Notification from MTA (Mail Transfer Agent) like Exim, using Javamail library?

I'm asking here if there is a way to ask a MTA (like EXIM) for Delivery Status Notifications through Javamail library, as i know there is a class called DeliveryStatus in javamail but i can't figure out how to use it in order to get DSN from…
0
votes
1 answer

CodeIgniter Mail + Exim4

i've set up Exim4 on my Ubuntu machine. I've started learning CodeIgniter and when sending an e-mail through there email library i get the following if I ask for the debug status. Looks OK i suppose, but i never receive e-mail on…
Dante
  • 649
  • 3
  • 10
  • 24
0
votes
0 answers

Exim: Force email auth for users of local domains

I'm configuring exim4 for virutal users with dovecot and postgresql and I got a problem I cannot resolve, the situation is this: I need that when a 'localdomain' user tries to send a email to another 'localdomain' user or foreign user, needs to…
0
votes
1 answer

Exim4 on server. Sending to it from another smtp. Sender verify failed

I have Exim on server with test@domain.com email. And now i'm sending email to test@domain.com from test2@domain.com but using provider SMTP and i'm getting following error: Failed: test2@domain.com → test@domain.com 'Microsoft Office Outlook Test…
user2455079
  • 420
  • 4
  • 16
0
votes
2 answers

PHPMailer failing with ssl

I'm having troubles sending an email with PHPMailer through my SMTP which is ssl enabled. $mail = new PHPMailer; // HTML email! $mail->IsHTML(true); $mail->isSMTP(); $mail->SMTPDebug = 0; //Ask for HTML-friendly debug output $mail->Debugoutput =…
Fabrizio Mazzoni
  • 1,831
  • 2
  • 24
  • 46
0
votes
2 answers

How to Configure Exim's Outgoing IP Address

I have a server hosting with one domain and several subdomain a records with dedicated by different IPs. In order to avoid any possibility of blacklisting of one IP, I would like to make sure that each subdomain uses its own IP to send mail and that…
fatih
  • 330
  • 8
  • 17
0
votes
1 answer

troubleshoot hybrid office 365 and regular email system - bounced emails

A client is using office365 for only one of his emails. The rest of the emails run off the server with exim4 of the same domain name. There are two MX entries, one is for office365 and the one is for the domain.com. If I add both the correct…
Paul van Jaarsveld
  • 1,524
  • 1
  • 10
  • 9
0
votes
1 answer

Increase smtp connections in Exim4

We are using Ubuntu 14 server with exim4 but I am running into an issue in which it is failing while sending out multiple emails. I know in the the previous exim there was the setting "smtp_accept_max" which could be increased but the…
Ed Dunn
  • 1,152
  • 3
  • 11
  • 27