Installed debian from DVD. And now I see exim4 is running owned by UID 107.
I am trying to add DKIM to my domain, I have created a key, added the following to /etc/exim4/conf.d/transport/30_exim4_config_remote_smtp:
dkim_domain = mydomain.com
dkim_selector = mail1
dkim_private_key = /etc/exim4/dkim.key
Restarted exim service, tried dpkg-reconfigure, but all emails are sent without signature. /var/log/exim4/panic.log is empty.
I'm trying to figure out the source of some failing email to root@ on an internet server. I don't know if it is anything to do with exim4, but that's the MTA.
I can see the logs of the attempts with the external server in /var/spool/exim4/msglog, and what looks like a log of messages received by exim4 in /var/spool/exim4/input.
i have installed the exim4 using aptitude install exim4
and configure with dpgk-reconfigure exim4-config
this is my /etc/exim4/update-exim4.conf.conf file:
dc_eximconfig_configtype='internet'
dc_other_hostnames='midomain.com'
dc_local_interfaces='127.0.0.1 ; ::1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
I successfully installed and configured Exim4 on my Debian/Squeeze machine, so now I am able to send outgoing emails with a command like this:
exim4 -v recipient@domain.com
From: sender@domain.com
To: recipient@domain.com
Subject: Test email
Body of the email
.
Is there a similar command to RETRIEVE emails into the Maildir folder?
NOTE: The emails I want to retrieve are from another email ser
i would like to send emails whenever a cronjob has completed, i read that this is possible with exim4.
in /etc/alias i added the line
myuser: mygmail@gmail.com
in /etc/exim4/update-exim4.conf.conf
i set dc_smarthost='smtp.myserver.ip::25
and in /etc/exim4/passwd.client i set
smtp.myserver.ip:login@my.domain:mypassword
my problem is that i can't see any login at my mailserver, and in the e
(I posted this on Superuser but I realized that it was probably better handled here)
I've recently set up a development server at my job to test out certain features. I am setting up exim4 to be the MTA for the server. However, when I test and send emails to my account on the server, even though I have multiple entries in /etc/aliases it only sends to one of the email addresses.
root@vikas:~# update-exim4.conf
Command 'update-exim4.conf' is available in '/usr/sbin/update-exim4.conf'
The command could not be located because '/usr/sbin' is not included in the PATH environment variable.
This is most likely caused by the lack of administrative privileges associated with your user account.
update-exim4.conf: command not found
I only want to send email from my VPS through exim4.
When I run netstat -anltp | grep "LISTEN" the output is:
tcp 0 0 123.45.789.10:25 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
Does the fact that my public ip is listening on port 25 means that someone is sending mail also through my