Displaying 20 results from an estimated 91 matches for "myorigin".
2012 Jun 07
2
Postfix not reading main.cf
...; I just did a fresh install of CentOS 6.2 on a virtual server.
>
> I am trying to configure Postfix but it does not seem to be
> reading configuration directives from /etc/postfix/main.cf
>
> Here is what I did to test it:
> vi /etc/postfix/main.cf and set this directive:
> myorigin = hello.world.com
> postfix reload
> postconf -d | grep myorigin
>
> I get this output:
> append_at_myorigin = yes
> myorigin = $myhostname
>
> Any ideas why it is not picking up the configuration?
>
> Thanks,
> Neil
>
What you should do is run postconf wi...
2008 Oct 15
4
Postfix problem
Hi
I have a CentOS 4.2 server with postfix. The problem I'm having is
that postfix insists on using $myhostname in the from field even if I
instruct it to use $mydomain in /etc/postfix/main.cf or even if I hard
code the domain name into $myorigin. What am I missing?
BTW: postconf shows output shows that $myorigin is configured to use
$mydomain, or the domain name itself ...
--
ttyl
Paolo
2012 Jun 07
1
[6.2] Postfix not reading main.cf
Hello:
I just did a fresh install of CentOS 6.2 on a virtual server.
I am trying to configure Postfix but it does not seem to be
reading configuration directives from /etc/postfix/main.cf
Here is what I did to test it:
vi /etc/postfix/main.cf and set this directive:
myorigin = hello.world.com
postfix reload
postconf -d | grep myorigin
I get this output:
append_at_myorigin = yes
myorigin = $myhostname
Any ideas why it is not picking up the configuration?
Thanks,
Neil
--
Neil Aggarwal, (972)834-1565, http://UnmeteredVPS.net/centos
Virtual private server with CentO...
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
...een the histories of
each session. Something like,
=====History for Sun Apr 13 09:43:50 2008
Is this possible? I have it print the date at startup, but that doesn't
appear as part of the history.
Also, I'm loading two packages at startup, which is working fine with
this code:
local({
myOriginal <- getOption("defaultPackages")
myAutoLoads <- c("Hmisc","ggplot2")
myBoth <- c(myOriginal,myAutoLoads)
options(defaultPackages = myBoth)
})
But when reading AITR, I noticed it has a .Rprofile example that looks
much simpler. It just loads the one...
2008 Mar 17
1
internal messages problem with postfix
Hello,
After a server crash, I re-installed postfix, cyrus-imapd, amavisd-new,
spamassassin on a Centos 5.1 box. But, now mail system behaves somewhat
different.
There is no problem with mail receiving/sending from/to internet.
Before the crash, mail system used to sent internal messages to
root at example.com. But now, I can't receive internal messages as it tries
to send them to root
2011 Aug 18
2
using posfix on the local LAN, with internet FQDN
Hi all,
I hope someone can help me with this please.
One of our clients has an in-house Postfix mailserver which basically
downloads mail for the individual users from our mail server hosted on
the web using fetchmail.
They use our SMTP server to send mail. Their email clients are then
setup to get & send mail from the server, on 192.168.2.254 (for POP3 &
SMTP). All mail between them
2009 Jan 01
2
restricting mails from "mail" command to specific domains only in postfix
...rs for
specific domains only. For example hosts 192.168.0.23/24/25/26/27 and
the postfix mail server should only be able to receive and send mails
from and to example.com,example2.com and example3.com domains only.
Below is the configuration of the postfix mail server
myhostname = test.example.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mynetworks_style = subnet
mynetworks = 192.168.0.23/32,192.168.0.24/32,192.168.0.25/32,127.0.0.1/32,192.168.0.26/32,192.168.0.27/32
,relay_domains = $mydestination,example.com,example2.com,examp...
2020 Jun 12
0
How to change SIP header TO: ?
...ers; So, I have thought to use Asterisk and return a 302 message
when the number can make the call, my dialplan is as follows:
[from-external]
exten => _AX.,1,Verbose(=======> ${CALLERID(num)} to ${EXTEN})
same => n,Set(MYDESTINY=${REPLACE(${EXTEN},A,)})
same => n,Set(MYORIGIN=${CALLERID(num)})
same => n,Set(ITEXISTS=${ODBC_GETBLACKPHONE(${MYORIGIN})})
same => n,GotoIf($[${ITEXISTS}>0]?black)
; I will try to change header TO:
same => n,Set(MYHEADER=${PJSIP_HEADER(read,To)})
same => n,Set(MYnewHEADER=${REPLACE(MYHEADER,A,)...
2009 Jan 16
1
postfix relay and mail host for HPC cluster
...@master.cl.bc.edu?
The queueing/resource manager (torque/pbs) wants to send automatic
status messages to user at master.cl.bc.edu and that cannot easily be
changed.
Mail MTA is postfix for both master and nodes
Some postfix settings on the master.
myhostname = bayes.bc.edu
mydomain = bc.edu
myorigin = bayes.bc.edu
inet_interfaces = master, localhost
mynetworks = 10.0.0.0/24, 127.0.0.0/8
relayhost = mail.bc.edu
and some settings on the nodes
mydomain = cl.bc.edu
myorigin = bayes.bc.edu
inet_interfaces = localhost
relayhost = [master.cl.bc.edu]
Thanks for any help,
Tony Schreiner
2013 Apr 12
4
Dovecot / Postfix
...15 Server1 postfix/qmgr[21407]: F365B14EE1AE: removed
Postfix main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = /usr/share/doc/postfix
# TLS...
2006 Sep 01
3
Also Postfix-Problem
...ror for name=localhost
type=A: Host not found)
Some of my ...
/etc/hosts
127.0.0.1 localhost localhost
192.168.0.100 main.jacmelaw.local main
192.168.0.3 meister.goodlack.local meister
192.168.0.6 andrea.goodlack.local andrea
main.cf
myhostname = main.jacmelaw.local
mydomain = jacmelaw.local
myorigin = $mydomain
inet_interfaces = localhost
mydestination = $myhostname, localhost, $mydomain, localhost.$mydomain
More information needed?
Please, give me some help
Thx
Timothy
2015 Feb 27
1
postfix ldap unknown user
...postfix
inet_interfaces = 172.17.1.232, 127.0.0.1
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = marche.be
myhostname = citoyen2015.marche.be
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = gatekeeper.marche.be
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
virtual_alias_maps = proxy:ldap:/etc/postfix/ldap_virtual_aliases.cf
virtual_mailbox_domains = hash:/etc/postfix/virtual_domains
virtual_mailbox_ma...
2007 Jun 13
1
postfix+dovecot delivering to wrong (/var/mail/%u) place
...http://wiki.dovecot.org/LDA/Postfix.
/etc/postfix/main.cf:
-----------------------------------
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = coan
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = coan.com.br
myorigin = /etc/mailname
relayhost =
mynetworks = 121.120.0.0/16
mailbox_size_limit = 0
inet_interfaces = all
smtpd_recipient_restrictions = reject_unauth_destination
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
-----------------------------------
belong master.cf.
Below the syslog...
2008 Apr 06
2
Problem with dovecot under Vmware Server
...daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 50240000
mydestination = $myhostname, $mydomain, localhost
mydomain = mydomain.com
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
relay_domains = $mydestination
sample_directory = /usr/share/doc/postfix-2.4.5/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group...
2011 Aug 21
2
Help With 'No SASL Authentication Mechanisms' Error
...directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = localhost
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = localhost
mydomain = the10thfloor.com
myhostname = mail.the10thfloor.com
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_rest...
2010 Aug 11
2
passwd(contact@akairnet.com, 91.121.76.71): unknown user
...ted: User unknown in local recipient table
In my main.cf I have :
Quote:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tl...
2010 Jul 30
3
relay access denied problem thru iphone imap auth
...atabase = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = mydomain.com
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = mydomain.com, localhost
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
relay_domains = lists.mydomain.com # I use this as I have mai...
2012 Jun 07
2
Postfix don't relay to dovecot virtual user
...h = /var/run/dovecot/auth-master
mode = 0600
user = smtp
}
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
dict {
}
plugin {
}
My main.cf
myhostname = smtp.XXX.FR
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = XXX.FR
mydestination = XXX.FR, smtp.XXX.FR, localhost.XXX.FRr, localhost
relayhost =
mynetworks = 172.16.0.0/12 127.0.0.0/8
mailbox_size_limit = 0
inet_interfaces = all
virtual_uid_maps = static:3000
virtual_gid_maps = static:3000
virtual_mailbox_base = /home/smtp
virtual_transport = dovecot
virt...
2017 Feb 08
1
AW: How to add User in MSSQL DB - error unknown user
...ransport = local
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
message_size_limit = 52428800
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = nmail.caloro.ch
myhostname = nmail.caloro.ch
mynetworks = 127.0.0.0/8 192.168.1.0/27
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may
smtp...
2013 May 02
1
Tuning!
...o
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
inet_interfaces = all
mailbox_size_limit = 0
maximal_queue_lifetime = 1d
message_size_limit = 20240000
myhostname = myname.mydomain.com
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
policy-spf_time_limit = 3600s
readme_directory = no
recipient_bcc_maps = mysql:/etc/postfix/mysql_bcc.cf
recipient_delimiter = +
relay_domains = proxy:mysql:/etc/postfix/mysql_relay_domains_maps.cf
relayhost =
sender_bcc_maps = mysql:/etc/postfix/mysql_bcc.cf
smtp_tls_session_cache_...