Guys,
I have been using the virtual file for a long time, but now it not
working. Below is what my virtual settings are, I am not using mysql,
just the /etc/postfix/virtual. Is there something I can test to see why it
not working any more?
Payne
virtual_alias_domains = hash:/etc/postfix
spoofing my network.
PS. I have been looking on googlemess, but I am getting a bunch of other
people post asking the same thing I am.
Payne
I am having an issue with postmap making pcre files from I seen on the
internet. You don't need postmap to make the db file. Is that correct.
How to I get postfix to use and read the file? Is there a test I can do.
Thanks,
Payne
Noel Jones wrote:
Payne wrote:
Hi,
I need to know a way I can block dsn. Someone is out there spoofing
my domain. I am about to hopefully stop some of that with setting up
spf signture for my domain. But I like a way to block the dsn that
are flooding my network. I really like a way to find
Guys,
I am a bit slow on this, I got a client that won't let me change the way
mail working, but they want me to set up SMTP Authentication. How can I
do it so it work without cyrus or dovecot. I question what is the very
simple way of doing. Everything I have seen from goolge to
howtoforge.c
Hi,
When a long-running (24hr) cron job runs with log output sent to STDOUT,
it's emailed in the standard way but the resulting email appears in the
queue with a delay value of ~86000 seconds. Our monitoring system,
depending on timing, occasionally spots these and raises an alert about
a p
On 2018-07-02 12:05, Wietse Venema wrote:
TEMPFILE=`mktemp`
command >$TEMPFILE
mail -s hello root <$TEMPFILE
rm -f $TEMPFILE
Yes, I'm aware I can try and push users into sending the mails themself
instead of relying on the default cron output -> sendmail functionality.
My question is wheth