This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change Adress: do-not-reply@fw-notify.net

Hi,

I NEED to change the return address for notifications from ASL:
do-not-reply@fw-notify.net

My provider told my so this adress genereted a Error Message if i send a SMS.

Any Idee ??

Roger


This thread was automatically locked due to age.
Parents Reply
  • In exim.conf-default, you should be able to change this:

    # queue-only mode, for virus scanning
    queue_only = 
    smtp_banner = ESMTP ready.
    log_file_path = syslog
    primary_hostname = 
    qualify_domain = fw-notify.net

    Change the part that says qualify_domain = fw-notify.net to whatever your domain is.
Children