search for: myoriginal

Displaying 20 results from an estimated 91 matches for "myoriginal".

2012 Jun 07
2
Postfix not reading main.cf
Neil wrote: > 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 |
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 ...
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 =
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 a...
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
Hi Friends, I have configured Postfix mail server on Centos for relaying mails from 5 linux servers (including itself) within the same LAN. The postfix mail server should relay mails from these 5 linux servers 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
2020 Jun 12
0
How to change SIP header TO: ?
Hello friends. I have a softswitch in which I cannot create a list of blocked source numbers; 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 =>     
2009 Jan 16
1
postfix relay and mail host for HPC cluster
I've so far been unable to make the following work: I have a small cluster with a master node ( called bayes.bc.edu on the public network, and called master.cl.bc.edu on the internal 10.0.0.0 network). and a number of nodes which are purely on the private network. I want the master to receive mail and deliver locally (or use .forward and alias rules) to messages sent from the nodes
2013 Apr 12
4
Dovecot / Postfix
Ave Maria! I have Dovecot and Postifx setup with MySQL - emails seem to go through the server but for some reason the pipe into the wrong Virtual Domain any ideas? Also I notice If you need any other configurations please let me know... mail.info logs: Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from mail-qe0-f48.google.com[209.85.128.48] Apr 12 13:30:14 Server1
2006 Sep 01
3
Also Postfix-Problem
Hi Folks, after the update 4.4 I can't use Postfix: errormessage Name service error for name=localhost type=A: Host not found or more details: Sep 1 08:40:01 main postfix/smtpd[5843]: connect from localhost[127.0.0.1] ? Se?Sep 1 08:40:01 main postfix/smtpd[5843]: E45C34B75F: client=localhost[127.0.0.1] ?
2015 Feb 27
1
postfix ldap unknown user
Hi, My config dovecot 2.2.13 Postfix 2.9.6 Debian wheezy When I send a message to my user test (siroco) postfix said unknown user But the user exist : doveadm user siroco : field value uid 3002 gid 2000 home /var/spool/dovecot/mail/s/siroco mail maildir:~/Maildir:LAYOUT=fs postmap -vq siroco ldap:/etc/postfix/ldap_virtual_aliases.cf return siroco 2 questions : postfix search
2007 Jun 13
1
postfix+dovecot delivering to wrong (/var/mail/%u) place
(Dovecot 1.0.rc15) Hello I'm tring to configure postfix+dovecot on debian etch. In dovecot I use passdb pam and userdb passwd-file. I can connect pop3 clients and reveice mails and connect smtp clients and send mails, but it is delivered to /var/mail/%u instead the configured mailboxes in /var/local/dovecot/%u. I`ve configured postfix as say http://wiki.dovecot.org/LDA/Postfix.
2008 Apr 06
2
Problem with dovecot under Vmware Server
Hi all, Recently installed dovecot and postfix under Fedora8 and it works great. Then I installed both postfix and dovecot under VMWare Server (different machine) copying the same configuration files but changing the hostname and domain as appropriate. When testing the installation using: telnet hostname 143, I receive * OK Dovecot ready But when I telnet on port 25, I receive: Trying
2011 Aug 21
2
Help With 'No SASL Authentication Mechanisms' Error
Hi, I'm trying to configure a new server with dovecot 2.0 and postfix 2.6.6. My previous servers have all been dovecot 1.x. Trying to port over my previous configurations has been a real headache. Currently, I'm getting the following errors when trying to connect with: openssl s_client -starttls smtp -connect localhost:25 Aug 21 19:08:46 localhost postfix/smtpd[26252]: connect from
2010 Aug 11
2
passwd(contact@akairnet.com, 91.121.76.71): unknown user
I have a probleme with my configuration of dovecot I think. I have no problem for send a email but I don't want receive a email. In my /var/log/mail.log I have : Quote: connect from mail-ww0-f45.google.com[74.125.82.45] Aug 11 14:21:58 ns351550 postfix/smtpd[1844]: NOQUEUE: reject: RCPT from mail-ww0-f45.google.com[74.125.82.45]: 550 5.1.1 <contact at akairnet.com>: Recipient address
2010 Jul 30
3
relay access denied problem thru iphone imap auth
I'm using postfix smtpd / dovecot. Running imaps, imap, pop3s, pop3. I have a ssl certificate setup. Everything works fine via IMAP except sending to an email from outside the network to a recipient outside the network. The problem is when someone (and this is being tested thru the iphone email client configured to use imap) logs in, they can read messages but cannot send to an address
2012 Jun 07
2
Postfix don't relay to dovecot virtual user
Hi, I run a mail server on debian squeeze system , i installed the following software postfix dovecot spamassassin postgrey I configured a virtual domain and virtual mailbox but postfix don't pipe mail in dovecot. In log, it's appear that the relay mode is local and the delivery message is delivered to mailbox) Jun 7 15:23:01 ns230370 postfix/smtpd[27501]: 66BBA4D40F0:
2017 Feb 08
1
AW: How to add User in MSSQL DB - error unknown user
Linux caloro.ch 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux Apt-get install postfix dovecot Adduser -m maurizio Add config steps to dovecot.conf, main.cf, master.cf Email from CLI running, but if connect from Outlook or Thunderbird I have this error, I think that maurizio this user aren?t opened correct on this sqldb? root at caloro:/home/maurizio# postconf -n
2013 May 02
1
Tuning!
Hi Buddies, I have 2 servers running dovecot + postfix for pop/imap users. The users mailbox are in a Nfs storage. The load of server is ranging at 3.0 to 15.0. I really dont know what happened.. I read a lot about tuning of dovecot, and the changes are applied, how you can see. The Hardware of server is really good! The host have 8GB of mem and 2 sockets with 2 cores anyone. The server receives